Searched defs:hsdev (Results 1 - 14 of 14) sorted by relevance

/linux-4.1.27/drivers/iio/common/hid-sensors/
H A Dhid-sensor-attributes.c347 int hid_sensor_get_reporting_interval(struct hid_sensor_hub_device *hsdev, hid_sensor_get_reporting_interval() argument
362 int hid_sensor_parse_common_attributes(struct hid_sensor_hub_device *hsdev, hid_sensor_parse_common_attributes() argument
/linux-4.1.27/drivers/iio/orientation/
H A Dhid-sensor-rotation.c141 static int dev_rot_proc_event(struct hid_sensor_hub_device *hsdev, dev_rot_proc_event() argument
158 static int dev_rot_capture_sample(struct hid_sensor_hub_device *hsdev, dev_rot_capture_sample() argument
224 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; hid_dev_rot_probe() local
312 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; hid_dev_rot_remove() local
177 dev_rot_parse_report(struct platform_device *pdev, struct hid_sensor_hub_device *hsdev, struct iio_chan_spec *channels, unsigned usage_id, struct dev_rot_state *st) dev_rot_parse_report() argument
H A Dhid-sensor-incl-3d.c202 static int incl_3d_proc_event(struct hid_sensor_hub_device *hsdev, incl_3d_proc_event() argument
219 static int incl_3d_capture_sample(struct hid_sensor_hub_device *hsdev, incl_3d_capture_sample() argument
317 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; hid_incl_3d_probe() local
407 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; hid_incl_3d_remove() local
247 incl_3d_parse_report(struct platform_device *pdev, struct hid_sensor_hub_device *hsdev, struct iio_chan_spec *channels, unsigned usage_id, struct incl_3d_state *st) incl_3d_parse_report() argument
/linux-4.1.27/drivers/iio/accel/
H A Dhid-sensor-accel-3d.c203 static int accel_3d_proc_event(struct hid_sensor_hub_device *hsdev, accel_3d_proc_event() argument
220 static int accel_3d_capture_sample(struct hid_sensor_hub_device *hsdev, accel_3d_capture_sample() argument
301 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; hid_accel_3d_probe() local
390 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; hid_accel_3d_remove() local
247 accel_3d_parse_report(struct platform_device *pdev, struct hid_sensor_hub_device *hsdev, struct iio_chan_spec *channels, unsigned usage_id, struct accel_3d_state *st) accel_3d_parse_report() argument
/linux-4.1.27/drivers/iio/gyro/
H A Dhid-sensor-gyro-3d.c203 static int gyro_3d_proc_event(struct hid_sensor_hub_device *hsdev, gyro_3d_proc_event() argument
220 static int gyro_3d_capture_sample(struct hid_sensor_hub_device *hsdev, gyro_3d_capture_sample() argument
300 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; hid_gyro_3d_probe() local
387 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; hid_gyro_3d_remove() local
247 gyro_3d_parse_report(struct platform_device *pdev, struct hid_sensor_hub_device *hsdev, struct iio_chan_spec *channels, unsigned usage_id, struct gyro_3d_state *st) gyro_3d_parse_report() argument
/linux-4.1.27/drivers/iio/light/
H A Dhid-sensor-als.c180 static int als_proc_event(struct hid_sensor_hub_device *hsdev, als_proc_event() argument
197 static int als_capture_sample(struct hid_sensor_hub_device *hsdev, als_capture_sample() argument
265 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; hid_als_probe() local
351 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; hid_als_remove() local
219 als_parse_report(struct platform_device *pdev, struct hid_sensor_hub_device *hsdev, struct iio_chan_spec *channels, unsigned usage_id, struct als_state *st) als_parse_report() argument
H A Dhid-sensor-prox.c173 static int prox_proc_event(struct hid_sensor_hub_device *hsdev, prox_proc_event() argument
190 static int prox_capture_sample(struct hid_sensor_hub_device *hsdev, prox_capture_sample() argument
253 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; hid_prox_probe() local
340 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; hid_prox_remove() local
212 prox_parse_report(struct platform_device *pdev, struct hid_sensor_hub_device *hsdev, struct iio_chan_spec *channels, unsigned usage_id, struct prox_state *st) prox_parse_report() argument
/linux-4.1.27/drivers/iio/magnetometer/
H A Dhid-sensor-magn-3d.c249 static int magn_3d_proc_event(struct hid_sensor_hub_device *hsdev, magn_3d_proc_event() argument
264 static int magn_3d_capture_sample(struct hid_sensor_hub_device *hsdev, magn_3d_capture_sample() argument
419 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; hid_magn_3d_probe() local
501 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; hid_magn_3d_remove() local
304 magn_3d_parse_report(struct platform_device *pdev, struct hid_sensor_hub_device *hsdev, struct iio_chan_spec **channels, int *chan_count, unsigned usage_id, struct magn_3d_state *st) magn_3d_parse_report() argument
/linux-4.1.27/drivers/iio/pressure/
H A Dhid-sensor-press.c177 static int press_proc_event(struct hid_sensor_hub_device *hsdev, press_proc_event() argument
194 static int press_capture_sample(struct hid_sensor_hub_device *hsdev, press_capture_sample() argument
262 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; hid_press_probe() local
350 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; hid_press_remove() local
216 press_parse_report(struct platform_device *pdev, struct hid_sensor_hub_device *hsdev, struct iio_chan_spec *channels, unsigned usage_id, struct press_state *st) press_parse_report() argument
/linux-4.1.27/drivers/rtc/
H A Drtc-hid-sensor-time.c62 static int hid_time_proc_event(struct hid_sensor_hub_device *hsdev, hid_time_proc_event() argument
89 static int hid_time_capture_sample(struct hid_sensor_hub_device *hsdev, hid_time_capture_sample() argument
239 struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev); hid_time_probe() local
313 struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev); hid_time_remove() local
147 hid_time_parse_report(struct platform_device *pdev, struct hid_sensor_hub_device *hsdev, unsigned usage_id, struct hid_time_state *time_state) hid_time_parse_report() argument
/linux-4.1.27/include/linux/
H A Dhid-sensor-hub.h229 struct hid_sensor_hub_device *hsdev; member in struct:hid_sensor_common
/linux-4.1.27/drivers/hid/
H A Dhid-sensor-hub.c63 struct hid_sensor_hub_device *hsdev; member in struct:hid_sensor_hub_callbacks_list
140 int sensor_hub_register_callback(struct hid_sensor_hub_device *hsdev, sensor_hub_register_callback() argument
182 int sensor_hub_remove_callback(struct hid_sensor_hub_device *hsdev, sensor_hub_remove_callback() argument
203 int sensor_hub_set_feature(struct hid_sensor_hub_device *hsdev, u32 report_id, sensor_hub_set_feature() argument
245 int sensor_hub_get_feature(struct hid_sensor_hub_device *hsdev, u32 report_id, sensor_hub_get_feature() argument
282 int sensor_hub_input_attr_get_raw_value(struct hid_sensor_hub_device *hsdev, sensor_hub_input_attr_get_raw_value() argument
337 int hid_sensor_get_usage_index(struct hid_sensor_hub_device *hsdev, hid_sensor_get_usage_index() argument
359 int sensor_hub_input_get_attribute_info(struct hid_sensor_hub_device *hsdev, sensor_hub_input_get_attribute_info() argument
466 struct hid_sensor_hub_device *hsdev = NULL; sensor_hub_raw_event() local
532 int sensor_hub_device_open(struct hid_sensor_hub_device *hsdev) sensor_hub_device_open() argument
553 void sensor_hub_device_close(struct hid_sensor_hub_device *hsdev) sensor_hub_device_close() argument
607 struct hid_sensor_hub_device *hsdev; sensor_hub_probe() local
738 struct hid_sensor_hub_device *hsdev = sensor_hub_remove() local
110 sensor_hub_get_callback( struct hid_device *hdev, u32 usage_id, int collection_index, struct hid_sensor_hub_device **hsdev, void **priv) sensor_hub_get_callback() argument
H A Dhid-sensor-custom.c46 struct hid_sensor_hub_device *hsdev; member in struct:hid_sensor_custom
424 static int hid_sensor_capture_sample(struct hid_sensor_hub_device *hsdev, hid_sensor_capture_sample() argument
466 static int hid_sensor_send_event(struct hid_sensor_hub_device *hsdev, hid_sensor_send_event() argument
543 struct hid_sensor_hub_device *hsdev = sensor_inst->hsdev; hid_sensor_custom_add_fields() local
572 struct hid_sensor_hub_device *hsdev = sensor_inst->hsdev; hid_sensor_custom_add_attributes() local
764 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; hid_sensor_custom_probe() local
815 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; hid_sensor_custom_remove() local
/linux-4.1.27/drivers/ata/
H A Dsata_dwc_460ex.c157 struct sata_dwc_device *hsdev; member in struct:sata_dwc_device_port
272 struct sata_dwc_device *hsdev = hsdev_instance; dma_dwc_xfer_done() local
307 struct sata_dwc_device *hsdev = HSDEV_FROM_AP(ap); dma_dwc_xfer_setup() local
391 static void clear_interrupt_bit(struct sata_dwc_device *hsdev, u32 bit) clear_interrupt_bit() argument
457 struct sata_dwc_device *hsdev = HSDEV_FROM_HOST(host); sata_dwc_isr() local
674 struct sata_dwc_device *hsdev = HSDEV_FROM_HSDEVP(hsdevp); sata_dwc_clear_dmacr() local
702 struct sata_dwc_device *hsdev = HSDEV_FROM_AP(ap); sata_dwc_dma_xfer_complete() local
767 static void sata_dwc_enable_interrupts(struct sata_dwc_device *hsdev) sata_dwc_enable_interrupts() argument
829 struct sata_dwc_device *hsdev; sata_dwc_port_start() local
969 struct sata_dwc_device *hsdev = HSDEV_FROM_QC(qc); sata_dwc_bmdma_start_by_tag() local
1120 struct sata_dwc_device *hsdev = HSDEV_FROM_AP(link->ap); sata_dwc_hardreset() local
1184 struct sata_dwc_device *hsdev; sata_dwc_probe() local
1292 struct sata_dwc_device *hsdev = host->private_data; sata_dwc_remove() local
403 sata_dwc_error_intr(struct ata_port *ap, struct sata_dwc_device *hsdev, uint intpr) sata_dwc_error_intr() argument

Completed in 444 milliseconds