Exemplo n.º 1
0
static int s5k4e5yx_act_config(
	void __user *argp)
{
	LINFO("%s called\n", __func__);
	return (int) msm_actuator_config(&s5k4e5yx_act_t,
		s5k4e5yx_msm_actuator_info, argp); /* HTC Angie 20111212 - Rawchip */
}
Exemplo n.º 2
0
static int ti201_act_config(
	void __user *argp)
{
	LINFO("%s called\n", __func__);
	return (int) msm_actuator_config(&ti201_act_t,
		ti201_msm_actuator_info, argp); 
}
Exemplo n.º 3
0
static int imx175_act_config(
	void __user *argp)
{
	LINFO("%s called\n", __func__);
	return (int) msm_actuator_config(&imx175_act_t,
		imx175_msm_actuator_info, argp); 
}
static int s5k4e5yx_act_config(
	void __user *argp)
{
	LINFO("%s called\n", __func__);
	return (int) msm_actuator_config(&s5k4e5yx_act_t,
	s5k4e5yx_msm_actuator_info, argp);
}
Exemplo n.º 5
0
static int ad5816_act_config(
	void __user *argp)
{
	LINFO("%s called\n", __func__);
	return (int) msm_actuator_config(&ad5816_act_t,
		ad5816_msm_actuator_info, argp); 
}