Home
last modified time | relevance | path

Searched refs:driver_type (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dlirc_dev.c153 if (dev->driver_type == RC_DRIVER_IR_RAW) { in lirc_open()
160 if (dev->driver_type != RC_DRIVER_IR_RAW_TX) { in lirc_open()
171 if (dev->driver_type == RC_DRIVER_SCANCODE) in lirc_open()
191 if (dev->driver_type != RC_DRIVER_IR_RAW_TX) in lirc_open()
194 if (dev->driver_type == RC_DRIVER_IR_RAW) in lirc_open()
213 if (dev->driver_type == RC_DRIVER_IR_RAW) in lirc_close()
215 if (dev->driver_type != RC_DRIVER_IR_RAW_TX) in lirc_close()
391 if (dev->driver_type == RC_DRIVER_SCANCODE) in lirc_ioctl()
394 if (dev->driver_type == RC_DRIVER_IR_RAW) { in lirc_ioctl()
427 if (dev->driver_type == RC_DRIVER_IR_RAW_TX) in lirc_ioctl()
[all …]
H A Drc-main.c1135 if (dev->driver_type == RC_DRIVER_IR_RAW) in show_protocols()
1306 if (dev->driver_type == RC_DRIVER_IR_RAW) in store_protocols()
1731 dev->driver_type = type; in rc_allocate_device()
1804 if (dev->driver_type == RC_DRIVER_SCANCODE && !dev->change_protocol) in rc_prepare_rx_device()
1807 if (dev->driver_type == RC_DRIVER_IR_RAW) in rc_prepare_rx_device()
1909 if (dev->driver_type == RC_DRIVER_SCANCODE && !dev->change_protocol) in rc_register_device()
1911 else if (dev->driver_type != RC_DRIVER_IR_RAW_TX) in rc_register_device()
1919 if (dev->driver_type == RC_DRIVER_IR_RAW) { in rc_register_device()
1925 if (dev->driver_type != RC_DRIVER_IR_RAW_TX) { in rc_register_device()
1954 if (dev->driver_type != RC_DRIVER_IR_RAW_TX) { in rc_register_device()
[all …]
H A Dbpf-lirc.c144 if (rcdev->driver_type != RC_DRIVER_IR_RAW) in lirc_bpf_attach()
182 if (rcdev->driver_type != RC_DRIVER_IR_RAW) in lirc_bpf_detach()
306 if (rcdev->driver_type != RC_DRIVER_IR_RAW) { in lirc_prog_query()
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Ddevice.c280 int driver_type; in qmidevice_detect() local
333 driver_type = get_driver_type(profile); in qmidevice_detect()
335 if (driver_type == SOFTWARE_QMI || driver_type == SOFTWARE_MBIM) { in qmidevice_detect()
338 else if (driver_type == SOFTWARE_ECM_RNDIS_NCM) in qmidevice_detect()
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_intel.c593 if (chip->driver_type == AZX_DRIVER_SKL) { in hda_intel_init_chip()
599 if (chip->driver_type == AZX_DRIVER_SKL) { in hda_intel_init_chip()
1118 if (chip->driver_type == AZX_DRIVER_SKL) in azx_freeze_noirq()
1132 if (chip->driver_type == AZX_DRIVER_SKL) in azx_thaw_noirq()
1590 if (chip->driver_type == AZX_DRIVER_VIA) { in check_position_fix()
1602 if (chip->driver_type == AZX_DRIVER_SKL) { in check_position_fix()
1744 chip->driver_type == AZX_DRIVER_VIA) { in azx_check_snoop_available()
1762 if (chip->driver_type != AZX_DRIVER_CMEDIA) in azx_check_snoop_available()
1784 switch (chip->driver_type) { in default_bdl_pos_adj()
1828 chip->driver_type = driver_caps & 0xff; in azx_create()
[all …]
H A Dhda_controller.h104 int driver_type; member
H A Dhda_tegra.c404 chip->driver_type = driver_caps & 0xff; in hda_tegra_create()
/OK3568_Linux_fs/kernel/drivers/tty/ipwireless/
H A Dsetup_protocol.h86 unsigned char driver_type; member
H A Dhardware.c1480 info_packet->body.driver_type = NDISWAN_DRIVER; in __handle_setup_get_version_rsp()
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb-v2/
H A Ddvb_usb.h132 enum rc_driver_type driver_type; member
H A Ddvb_usb_core.c137 dev = rc_allocate_device(d->rc.driver_type); in dvb_usbv2_remote_init()
H A Drtl28xxu.c1817 rc->driver_type = RC_DRIVER_IR_RAW; in rtl2832u_get_rc_config()
/OK3568_Linux_fs/kernel/include/media/
H A Drc-core.h176 enum rc_driver_type driver_type; member
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/
H A Ddvb-usb.h208 enum rc_driver_type driver_type; member
H A Ddvb-usb-remote.c274 dev = rc_allocate_device(d->props.rc.core.driver_type); in rc_core_dvb_usb_remote_init()
H A Dtechnisat-usb2.c752 .driver_type = RC_DRIVER_IR_RAW,
/OK3568_Linux_fs/kernel/drivers/media/pci/cx88/
H A Dcx88-input.c484 dev->driver_type = RC_DRIVER_SCANCODE; in cx88_ir_init()
/OK3568_Linux_fs/kernel/drivers/media/pci/saa7134/
H A Dsaa7134-input.c796 rc->driver_type = RC_DRIVER_IR_RAW; in saa7134_input_init1()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h380 enum driver_type { enum
947 enum driver_type type;