Home
last modified time | relevance | path

Searched refs:sensor_type (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/media/usb/gspca/
A Dmr97310a.c397 sd->sensor_type = 0; in sd_config()
400 sd->sensor_type = 1; in sd_config()
408 sd->sensor_type); in sd_config()
431 sd->sensor_type = 1; in sd_config()
435 sd->sensor_type = 2; in sd_config()
451 sd->sensor_type = 0; in sd_config()
465 sd->sensor_type); in sd_config()
473 sd->sensor_type); in sd_config()
507 if (sd->sensor_type) in start_cif_cam()
535 if (!sd->sensor_type) { in start_cif_cam()
[all …]
/linux/drivers/platform/chrome/
A Dcros_ec_sensorhub.c52 int sensor_type[MOTIONSENSE_TYPE_MAX] = { 0 }; in cros_ec_sensorhub_register() local
106 sensor_type[sensorhub->resp->info.type]++; in cros_ec_sensorhub_register()
109 if (sensor_type[MOTIONSENSE_TYPE_ACCEL] >= 2) in cros_ec_sensorhub_register()
/linux/drivers/iio/common/ssp_sensors/
A Dssp_spi.c480 int ssp_send_instruction(struct ssp_data *data, u8 inst, u8 sensor_type, in ssp_send_instruction() argument
490 } else if (!(data->available_sensors & BIT(sensor_type)) && in ssp_send_instruction()
493 __func__, sensor_type); in ssp_send_instruction()
501 ssp_fill_buffer(msg, 0, &sensor_type, 1); in ssp_send_instruction()
505 __func__, inst, sensor_type, send_buf[1]); in ssp_send_instruction()
A Dssp.h232 int ssp_send_instruction(struct ssp_data *data, u8 inst, u8 sensor_type,
/linux/drivers/hwmon/
A Dlm95234.c68 u8 sensor_type; /* temperature sensor type */ member
151 data->sensor_type = ret; in lm95234_fill_cache()
242 return sprintf(buf, data->sensor_type & mask ? "1\n" : "2\n"); in type_show()
265 data->sensor_type |= mask; in type_store()
267 data->sensor_type &= ~mask; in type_store()
270 data->sensor_type); in type_store()
A Dibmpex.c365 int sensor_type; in ibmpex_find_sensors() local
386 sensor_type = POWER_SENSOR; in ibmpex_find_sensors()
395 sensor_type = TEMP_SENSOR; in ibmpex_find_sensors()
406 err = create_sensor(data, sensor_type, sensor_counter, in ibmpex_find_sensors()
/linux/drivers/iio/proximity/
A Dsrf08.c73 enum srf08_sensor_type sensor_type; member
466 data->sensor_type = (enum srf08_sensor_type)id->driver_data; in srf08_probe()
468 switch (data->sensor_type) { in srf08_probe()
/linux/drivers/input/rmi4/
A Drmi_2d_sensor.h59 enum rmi_sensor_type sensor_type; member
A Drmi_f11.c1141 f11->sensor.sensor_type = rmi_sensor_touchscreen; in rmi_f11_initialize()
1143 f11->sensor.sensor_type = rmi_sensor_touchpad; in rmi_f11_initialize()
1165 if (sensor->sensor_type == rmi_sensor_default) in rmi_f11_initialize()
1166 sensor->sensor_type = in rmi_f11_initialize()
1167 f11->sensor_pdata.sensor_type; in rmi_f11_initialize()
A Drmi_f12.c415 if (sensor->sensor_type == rmi_sensor_default) in rmi_f12_probe()
416 sensor->sensor_type = in rmi_f12_probe()
417 f12->sensor_pdata.sensor_type; in rmi_f12_probe()
A Drmi_2d_sensor.c187 if (sensor->sensor_type == rmi_sensor_touchpad) in rmi_2d_sensor_set_input_params()
290 retval = rmi_of_property_read_u32(dev, (u32 *)&pdata->sensor_type, in rmi_2d_sensor_of_probe()
/linux/include/linux/
A Drmi.h92 enum rmi_sensor_type sensor_type; member
/linux/arch/ia64/include/asm/
A Dsal.h497 sensor_type : 1, member
510 u8 sensor_type; member
/linux/drivers/media/i2c/s5c73m3/
A Ds5c73m3-core.c502 state->sensor_type[i * 2] = (char)(*data & 0xff); in s5c73m3_read_fw_version()
503 state->sensor_type[i * 2 + 1] = (char)(*data >> 8); in s5c73m3_read_fw_version()
505 state->sensor_type[S5C73M3_SENSOR_TYPE_LEN] = '\0'; in s5c73m3_read_fw_version()
515 state->sensor_type, state->sensor_fw); in s5c73m3_read_fw_version()
A Ds5c73m3.h415 char sensor_type[S5C73M3_SENSOR_TYPE_LEN + 2]; member
/linux/drivers/media/usb/cpia2/
A Dcpia2.h368 enum sensors sensor_type; member
A Dcpia2_core.c2151 cam->sensor_type = CPIA2_SENSOR_500; in reset_camera_struct()
2156 cam->sensor_type = CPIA2_SENSOR_410; in reset_camera_struct()
/linux/drivers/media/usb/pwc/
A Dpwc-if.c572 static const char *pwc_sensor_type_to_string(unsigned int sensor_type) in pwc_sensor_type_to_string() argument
574 switch(sensor_type) { in pwc_sensor_type_to_string()
/linux/drivers/hid/
A Dhid-rmi.c581 .sensor_type = rmi_sensor_touchpad,
/linux/include/linux/platform_data/
A Dcros_ec_commands.h2988 uint8_t sensor_type; member
2995 uint8_t sensor_type; member
3525 uint8_t sensor_type; member
/linux/include/acpi/
A Dactbl1.h176 u8 sensor_type; member
/linux/drivers/input/mouse/
A Dsynaptics.c1755 .sensor_type = rmi_sensor_touchpad, in synaptics_create_intertouch()

Completed in 88 milliseconds