Searched refs:driver_type (Results 1 – 16 of 16) sorted by relevance
22 static_assert!(core::mem::size_of::<bindings::driver_type>() >= core::mem::size_of::<TypeId>());211 let driver_type = unsafe { &raw mut (*private).driver_type }; in set_type_id() localVariable215 driver_type in set_type_id()296 let driver_type = unsafe { &raw mut (*private).driver_type }; in match_type_id() localVariable301 let type_id = unsafe { driver_type.cast::<TypeId>().read_unaligned() }; in match_type_id()
92 struct driver_type { struct133 struct driver_type driver_type; member
556 if (chip->driver_type == AZX_DRIVER_SKL) { in hda_intel_init_chip()562 if (chip->driver_type == AZX_DRIVER_SKL) { in hda_intel_init_chip()657 if (chip->driver_type == AZX_DRIVER_LOONGSON) in azx_position_ok()1080 if (chip->driver_type == AZX_DRIVER_SKL) in azx_freeze_noirq()1094 if (chip->driver_type == AZX_DRIVER_SKL) in azx_thaw_noirq()1546 if (chip->driver_type == AZX_DRIVER_VIA) { in check_position_fix()1558 if (chip->driver_type == AZX_DRIVER_SKL) { in check_position_fix()1700 chip->driver_type == AZX_DRIVER_VIA) { in azx_check_snoop_available()1718 if (chip->driver_type != AZX_DRIVER_CMEDIA) in azx_check_snoop_available()1742 switch (chip->driver_type) { in default_bdl_pos_adj()[all …]
192 azx->driver_type = hda->data->flags & 0xff; in hda_acpi_create()
193 chip->driver_type = driver_caps & 0xff; in cix_ipbloq_hda_create()
427 chip->driver_type = driver_caps & 0xff; in hda_tegra_create()
1136 if (dev->driver_type == RC_DRIVER_IR_RAW) in show_protocols()1307 if (dev->driver_type == RC_DRIVER_IR_RAW) in store_protocols()1732 dev->driver_type = type; in rc_allocate_device()1805 if (dev->driver_type == RC_DRIVER_SCANCODE && !dev->change_protocol) in rc_prepare_rx_device()1808 if (dev->driver_type == RC_DRIVER_IR_RAW) in rc_prepare_rx_device()1910 if (dev->driver_type == RC_DRIVER_SCANCODE && !dev->change_protocol) in rc_register_device()1912 else if (dev->driver_type != RC_DRIVER_IR_RAW_TX) in rc_register_device()1920 if (dev->driver_type == RC_DRIVER_IR_RAW) { in rc_register_device()1926 if (dev->driver_type != RC_DRIVER_IR_RAW_TX) { in rc_register_device()1955 if (dev->driver_type != RC_DRIVER_IR_RAW_TX) { in rc_register_device()[all …]
144 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()310 if (rcdev->driver_type != RC_DRIVER_IR_RAW) { in lirc_prog_query()
223 if (ir->rc->driver_type == RC_DRIVER_IR_RAW) { in meson_ir_irq()231 } else if (ir->rc->driver_type == RC_DRIVER_SCANCODE) { in meson_ir_irq()489 if (ir->rc->driver_type == RC_DRIVER_IR_RAW) { in meson_ir_probe()495 } else if (ir->rc->driver_type == RC_DRIVER_SCANCODE) { in meson_ir_probe()517 if (ir->rc->driver_type == RC_DRIVER_IR_RAW) in meson_ir_probe()
86 unsigned char driver_type; member
1480 info_packet->body.driver_type = NDISWAN_DRIVER; in __handle_setup_get_version_rsp()
1853 int driver_type = 0; in iommu_get_default_domain_type() local1866 driver_type = IOMMU_DOMAIN_IDENTITY; in iommu_get_default_domain_type()1870 driver_type = iommu_get_def_domain_type(group, gdev->dev, in iommu_get_default_domain_type()1871 driver_type); in iommu_get_default_domain_type()1890 if (WARN_ON(driver_type == IOMMU_DOMAIN_DMA)) in iommu_get_default_domain_type()1892 if (!driver_type) in iommu_get_default_domain_type()1893 driver_type = IOMMU_DOMAIN_IDENTITY; in iommu_get_default_domain_type()1897 if (driver_type && driver_type != IOMMU_DOMAIN_DMA) { in iommu_get_default_domain_type()1901 group->id, iommu_domain_type_str(driver_type)); in iommu_get_default_domain_type()1904 driver_type = IOMMU_DOMAIN_DMA; in iommu_get_default_domain_type()[all …]
103 int driver_type; member
274 dev = rc_allocate_device(d->props.rc.core.driver_type); in rc_core_dvb_usb_remote_init()
796 rc->driver_type = RC_DRIVER_IR_RAW; in saa7134_input_init1()
137 dev = rc_allocate_device(d->rc.driver_type); in dvb_usbv2_remote_init()