Searched refs:driver_type (Results 1 - 21 of 21) sorted by relevance

/linux-master/drivers/tty/ipwireless/
H A Dsetup_protocol.h74 /* Driver type - for use in tl_setup_info_msg.driver_type */
86 unsigned char driver_type; member in struct:tl_setup_info_msg
H A Dhardware.c1480 info_packet->body.driver_type = NDISWAN_DRIVER;
/linux-master/drivers/media/rc/
H A Dlirc_dev.c143 if (dev->driver_type == RC_DRIVER_IR_RAW) {
150 if (dev->driver_type != RC_DRIVER_IR_RAW_TX) {
160 if (dev->driver_type == RC_DRIVER_SCANCODE)
180 if (dev->driver_type != RC_DRIVER_IR_RAW_TX)
183 if (dev->driver_type == RC_DRIVER_IR_RAW)
202 if (dev->driver_type == RC_DRIVER_IR_RAW)
204 if (dev->driver_type != RC_DRIVER_IR_RAW_TX)
385 if (dev->driver_type == RC_DRIVER_SCANCODE)
388 if (dev->driver_type == RC_DRIVER_IR_RAW) {
421 if (dev->driver_type
[all...]
H A Dbpf-lirc.c144 if (rcdev->driver_type != RC_DRIVER_IR_RAW)
182 if (rcdev->driver_type != RC_DRIVER_IR_RAW)
310 if (rcdev->driver_type != RC_DRIVER_IR_RAW) {
H A Dmeson-ir.c223 if (ir->rc->driver_type == RC_DRIVER_IR_RAW) {
231 } else if (ir->rc->driver_type == RC_DRIVER_SCANCODE) {
489 if (ir->rc->driver_type == RC_DRIVER_IR_RAW) {
495 } else if (ir->rc->driver_type == RC_DRIVER_SCANCODE) {
517 if (ir->rc->driver_type == RC_DRIVER_IR_RAW)
H A Drc-main.c1136 if (dev->driver_type == RC_DRIVER_IR_RAW)
1307 if (dev->driver_type == RC_DRIVER_IR_RAW)
1732 dev->driver_type = type;
1805 if (dev->driver_type == RC_DRIVER_SCANCODE && !dev->change_protocol)
1808 if (dev->driver_type == RC_DRIVER_IR_RAW)
1910 if (dev->driver_type == RC_DRIVER_SCANCODE && !dev->change_protocol)
1912 else if (dev->driver_type != RC_DRIVER_IR_RAW_TX)
1920 if (dev->driver_type == RC_DRIVER_IR_RAW) {
1926 if (dev->driver_type != RC_DRIVER_IR_RAW_TX) {
1955 if (dev->driver_type !
[all...]
/linux-master/sound/pci/hda/
H A Dhda_intel.c549 if (chip->driver_type == AZX_DRIVER_SKL) {
555 if (chip->driver_type == AZX_DRIVER_SKL) {
650 if (chip->driver_type == AZX_DRIVER_LOONGSON)
1081 if (chip->driver_type == AZX_DRIVER_SKL)
1095 if (chip->driver_type == AZX_DRIVER_SKL)
1544 if (chip->driver_type == AZX_DRIVER_VIA) {
1556 if (chip->driver_type == AZX_DRIVER_SKL) {
1698 chip->driver_type == AZX_DRIVER_VIA) {
1716 if (chip->driver_type != AZX_DRIVER_CMEDIA)
1740 switch (chip->driver_type) {
[all...]
H A Dhda_controller.h102 int driver_type; member in struct:azx
H A Dhda_tegra.c422 chip->driver_type = driver_caps & 0xff;
/linux-master/drivers/iommu/
H A Diommu.c1733 int driver_type = 0; local
1746 driver_type = IOMMU_DOMAIN_IDENTITY;
1750 driver_type = iommu_get_def_domain_type(group, gdev->dev,
1751 driver_type);
1770 if (WARN_ON(driver_type == IOMMU_DOMAIN_DMA))
1772 if (!driver_type)
1773 driver_type = IOMMU_DOMAIN_IDENTITY;
1777 if (driver_type && driver_type != IOMMU_DOMAIN_DMA) {
1781 group->id, iommu_domain_type_str(driver_type));
[all...]
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Ddvb_usb.h123 * @driver_type: used to point if a device supports raw mode
133 enum rc_driver_type driver_type; member in struct:dvb_usb_rc
H A Ddvb_usb_core.c137 dev = rc_allocate_device(d->rc.driver_type);
H A Drtl28xxu.c1828 rc->driver_type = RC_DRIVER_IR_RAW;
/linux-master/include/media/
H A Drc-core.h97 * @driver_type: specifies if protocol decoding is done in hardware or software
172 enum rc_driver_type driver_type; member in struct:rc_dev
/linux-master/drivers/media/usb/dvb-usb/
H A Ddvb-usb.h198 * @driver_type: Used to point if a device supports raw mode
210 enum rc_driver_type driver_type; member in struct:dvb_rc
H A Ddvb-usb-remote.c274 dev = rc_allocate_device(d->props.rc.core.driver_type);
H A Dtechnisat-usb2.c757 .driver_type = RC_DRIVER_IR_RAW,
/linux-master/drivers/media/pci/cx88/
H A Dcx88-input.c484 dev->driver_type = RC_DRIVER_SCANCODE;
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-input.c796 rc->driver_type = RC_DRIVER_IR_RAW;
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h382 enum driver_type { enum
949 enum driver_type type;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hsi.h2543 u8 driver_type; member in struct:hwrm_func_drv_qver_input

Completed in 476 milliseconds