Home
last modified time | relevance | path

Searched refs:driver (Results 1 – 25 of 6836) sorted by relevance

12345678910>>...274

/linux/drivers/phy/broadcom/
H A Dphy-bcm-ns2-usbdrd.c91 struct ns2_phy_driver *driver = data->driver; in ns2_drd_phy_init() local
111 struct ns2_phy_driver *driver = data->driver; in ns2_drd_phy_poweroff() local
133 struct ns2_phy_driver *driver = data->driver; in ns2_drd_phy_poweron() local
291 if (!driver) in ns2_drd_phy_probe()
296 if (!driver->data) in ns2_drd_phy_probe()
345 driver->id_irq = gpiod_to_irq(driver->id_gpiod); in ns2_drd_phy_probe()
348 return driver->id_irq; in ns2_drd_phy_probe()
351 driver->vbus_irq = gpiod_to_irq(driver->vbus_gpiod); in ns2_drd_phy_probe()
380 data = driver->data; in ns2_drd_phy_probe()
387 data->driver = driver; in ns2_drd_phy_probe()
[all …]
/linux/mm/
H A Dzpool.c22 struct zpool_driver *driver; member
62 list_del(&driver->list); in zpool_unregister_driver()
72 struct zpool_driver *driver; in zpool_get_driver() local
93 module_put(driver->owner); in zpool_put_driver()
118 if (!driver) { in zpool_has_pool()
123 if (!driver) in zpool_has_pool()
126 zpool_put_driver(driver); in zpool_has_pool()
156 if (!driver) { in zpool_create_pool()
161 if (!driver) { in zpool_create_pool()
169 zpool_put_driver(driver); in zpool_create_pool()
[all …]
/linux/drivers/clk/mediatek/
H A DKconfig5 menu "Clock driver for MediaTek SoC"
22 bool "Clock driver for MediaTek MT2701"
30 bool "Clock driver for MediaTek MT2701 mmsys"
36 bool "Clock driver for MediaTek MT2701 imgsys"
42 bool "Clock driver for MediaTek MT2701 vdecsys"
48 bool "Clock driver for MediaTek MT2701 hifsys"
54 bool "Clock driver for MediaTek MT2701 ethsys"
78 tristate "Clock driver for MediaTek MT2712"
308 bool "Clock driver for MediaTek MT6797"
370 bool "Clock driver for MediaTek MT7629"
[all …]
/linux/sound/soc/
H A Dsoc-dai.c57 if (dai->driver->ops && in snd_soc_dai_set_sysclk()
83 if (dai->driver->ops && in snd_soc_dai_set_clkdiv()
106 if (dai->driver->ops && in snd_soc_dai_set_pll()
129 if (dai->driver->ops && in snd_soc_dai_set_bclk_ratio()
146 if (dai->driver->ops && in snd_soc_dai_get_fmt_max_priority()
211 if (dai->driver->ops && dai->driver->ops->set_fmt) in snd_soc_dai_set_fmt()
276 if (dai->driver->ops && in snd_soc_dai_set_tdm_slot()
286 if (dai->driver->ops && in snd_soc_dai_set_tdm_slot()
312 if (dai->driver->ops && in snd_soc_dai_set_channel_map()
662 if (dai->driver->ops && dai->driver->ops->mute_unmute_on_trigger) in snd_soc_pcm_dai_trigger()
[all …]
H A Dsoc-component.c96 if (component->driver->set_sysclk) in snd_soc_component_set_sysclk()
120 if (component->driver->set_pll) in snd_soc_component_set_pll()
336 if (component->driver->open) in snd_soc_component_open()
355 if (component->driver->close) in snd_soc_component_close()
366 if (component->driver->suspend) in snd_soc_component_suspend()
373 if (component->driver->resume) in snd_soc_component_resume()
387 if (component->driver->probe) in snd_soc_component_probe()
395 if (component->driver->remove) in snd_soc_component_remove()
1066 if (component->driver->copy) in snd_soc_pcm_component_copy()
1104 if (component->driver->mmap) in snd_soc_pcm_component_mmap()
[all …]
/linux/Documentation/networking/
H A Dmac80211-auth-assoc-deauth.txt11 participant driver
20 note over mac80211,driver
32 driver->mac80211: RX probe response
35 mac80211->driver: TX auth frame
36 driver->mac80211: RX auth frame
39 mac80211->driver: TX auth frame
40 driver->mac80211: RX auth frame
59 mac80211->driver: TX assoc
60 driver->mac80211: RX assoc response
85 mac80211->driver: stop BA sessions
[all …]
/linux/drivers/base/power/
H A Dgeneric_ops.c22 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_runtime_suspend()
41 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_runtime_resume()
75 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_suspend_noirq()
87 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_suspend_late()
99 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_suspend()
111 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_freeze_noirq()
123 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_freeze_late()
135 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_freeze()
147 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_poweroff_noirq()
159 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_poweroff_late()
[all …]
/linux/drivers/usb/serial/
H A Dbus.c45 driver = port->serial->type; in usb_serial_device_probe()
46 if (driver->port_probe) { in usb_serial_device_probe()
69 if (driver->port_remove) in usb_serial_device_probe()
70 driver->port_remove(port); in usb_serial_device_probe()
96 if (driver->port_remove) in usb_serial_device_remove()
97 driver->port_remove(port); in usb_serial_device_remove()
111 driver, buf, count); in new_id_store()
159 driver->driver.bus = &usb_serial_bus_type; in usb_serial_bus_register()
163 retval = driver_register(&driver->driver); in usb_serial_bus_register()
170 free_dynids(driver); in usb_serial_bus_deregister()
[all …]
/linux/drivers/gpu/drm/gma500/
H A Dmmu.c209 pd->driver = driver; in psb_mmu_alloc_pd()
232 struct psb_mmu_driver *driver = pd->driver; in psb_mmu_free_pagedir() local
417 kfree(driver); in psb_mmu_driver_takedown()
428 driver = kmalloc(sizeof(*driver), GFP_KERNEL); in psb_mmu_driver_init()
430 if (!driver) in psb_mmu_driver_init()
433 driver->dev = dev; in psb_mmu_driver_init()
434 driver->default_pd = psb_mmu_alloc_pd(driver, trap_pagefaults, in psb_mmu_driver_init()
466 driver->clflush_mask = driver->clflush_add - 1; in psb_mmu_driver_init()
467 driver->clflush_mask = ~driver->clflush_mask; in psb_mmu_driver_init()
471 return driver; in psb_mmu_driver_init()
[all …]
/linux/drivers/pinctrl/freescale/
H A DKconfig21 bool "IMX1 pinctrl driver"
28 bool "IMX27 pinctrl driver"
36 bool "IMX25 pinctrl driver"
44 bool "IMX35 pinctrl driver"
51 bool "IMX50 pinctrl driver"
58 bool "IMX51 pinctrl driver"
65 bool "IMX53 pinctrl driver"
79 bool "IMX6SL pinctrl driver"
93 bool "IMX6SX pinctrl driver"
100 bool "IMX6UL pinctrl driver"
[all …]
/linux/drivers/vfio/
H A Dcontainer.c98 driver = kzalloc(sizeof(*driver), GFP_KERNEL); in vfio_register_iommu_driver()
99 if (!driver) in vfio_register_iommu_driver()
102 driver->ops = ops; in vfio_register_iommu_driver()
110 kfree(driver); in vfio_register_iommu_driver()
132 kfree(driver); in vfio_unregister_iommu_driver()
204 if (!driver) { in vfio_container_ioctl_check_extension()
211 driver)) in vfio_container_ioctl_check_extension()
443 if (driver) { in vfio_container_attach_group()
479 if (driver) in vfio_group_detach_container()
542 if (unlikely(!driver || !driver->ops->pin_pages)) in vfio_device_container_pin_pages()
[all …]
/linux/scripts/dtc/
H A Ddt_to_config328 my $driver = $pn_arg_ref->{driver};
372 ($driver ne "no_driver"))) {
441 my $driver = $pn_arg_ref->{driver};
532 my $driver = shift;
706 my $driver = shift;
778 $pn_arg{driver} = $driver;
823 $pn_arg{driver} = $driver;
1045 if (($driver ne "hardcoded_no_driver") && ($driver ne "no_driver")) {
1071 if (($driver ne "hardcoded_no_driver") && ($driver ne "no_driver")) {
1091 print " $driver\n";
[all …]
/linux/drivers/interconnect/qcom/
H A DKconfig12 tristate "Qualcomm MSM8909 interconnect driver"
21 tristate "Qualcomm MSM8916 interconnect driver"
30 tristate "Qualcomm MSM8939 interconnect driver"
39 tristate "Qualcomm MSM8974 interconnect driver"
48 tristate "Qualcomm MSM8996 interconnect driver"
57 tristate "Qualcomm OSM L3 interconnect driver"
64 tristate "Qualcomm QCM2290 interconnect driver"
73 tristate "Qualcomm QCS404 interconnect driver"
114 tristate "Qualcomm SC7180 interconnect driver"
177 tristate "Qualcomm SDX55 interconnect driver"
[all …]
/linux/drivers/pinctrl/qcom/
H A DKconfig.msm5 tristate "Qualcomm APQ8064 pin controller driver"
12 tristate "Qualcomm APQ8084 pin controller driver"
19 tristate "Qualcomm IPQ4019 pin controller driver"
35 tristate "Qualcomm IPQ8064 pin controller driver"
77 tristate "Qualcomm 8226 pin controller driver"
85 tristate "Qualcomm 8660 pin controller driver"
92 tristate "Qualcomm 8960 pin controller driver"
99 tristate "Qualcomm 9607 pin controller driver"
105 tristate "Qualcomm 9615 pin controller driver"
138 supported by this driver.
[all …]
/linux/drivers/pci/endpoint/
H A Dpci-epf-core.c35 if (!epf->driver) { in pci_epf_unbind()
67 if (!epf->driver) { in pci_epf_bind()
341 driver_unregister(&driver->driver); in pci_epf_unregister_driver()
384 if (!driver->ops) in __pci_epf_register_driver()
387 if (!driver->ops->bind || !driver->ops->unbind) in __pci_epf_register_driver()
390 driver->driver.bus = &pci_epf_bus_type; in __pci_epf_register_driver()
391 driver->driver.owner = owner; in __pci_epf_register_driver()
393 ret = driver_register(&driver->driver); in __pci_epf_register_driver()
505 struct pci_epf_driver *driver = to_pci_epf_driver(dev->driver); in pci_epf_device_probe() local
510 epf->driver = driver; in pci_epf_device_probe()
[all …]
/linux/drivers/tty/
H A Dtty_io.c1238 tty = driver->ops->lookup(driver, file, idx); in tty_driver_lookup_tty()
1310 return driver->ops->install ? driver->ops->install(driver, tty) : in tty_driver_install_tty()
1327 driver->ops->remove(driver, tty); in tty_driver_remove_tty()
1343 struct tty_driver *driver = tty->driver; in tty_reopen() local
1533 struct tty_driver *driver = tty->driver; in release_one_tty() local
3142 tty->driver = driver; in alloc_tty_struct()
3182 driver->cdevs[index]->owner = driver->owner; in tty_cdev_add()
3348 driver = kzalloc(sizeof(*driver), GFP_KERNEL); in __tty_alloc_driver()
3362 if (!driver->ttys || !driver->termios) { in __tty_alloc_driver()
3449 driver->num, driver->name); in tty_register_driver()
[all …]
/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dbus.c222 if (!driver || !driver->probe) in ishtp_cl_device_probe()
290 if (driver && driver->driver.pm) { in ishtp_cl_device_suspend()
291 if (driver->driver.pm->suspend) in ishtp_cl_device_suspend()
292 ret = driver->driver.pm->suspend(dev); in ishtp_cl_device_suspend()
316 if (driver && driver->driver.pm) { in ishtp_cl_device_resume()
317 if (driver->driver.pm->resume) in ishtp_cl_device_resume()
318 ret = driver->driver.pm->resume(dev); in ishtp_cl_device_resume()
342 if (driver && driver->reset) in ishtp_cl_device_reset()
493 driver->driver.name = driver->name; in ishtp_cl_driver_register()
494 driver->driver.owner = owner; in ishtp_cl_driver_register()
[all …]
/linux/drivers/pwm/
H A DKconfig67 Generic PWM framework driver for Atmel SoC.
179 tristate "ChromeOS EC PWM driver"
189 PWM driver for Synopsys DWC PWM Controller.
314 tristate "Intel Keem Bay PWM driver"
362 tristate "Intel LPSS PWM PCI driver"
373 tristate "Intel LPSS PWM platform driver"
384 tristate "Amlogic Meson PWM driver"
394 tristate "MediaTek display PWM driver"
454 tristate "NXP PCA9685 PWM driver"
468 Generic PWM framework driver for PXA.
[all …]
/linux/drivers/power/reset/
H A DKconfig13 bool "ams AS3722 power-off driver"
27 tristate "Atmel AT91 reset driver"
50 bool "LSI Axxia reset driver"
58 bool "Broadcom Kona reset driver"
68 bool "Broadcom STB reset driver"
88 bool "GPIO power-off driver"
96 bool "GPIO restart driver"
180 bool "QNAP power-off driver"
203 bool "ST restart driver"
209 bool "TPS65086 restart driver"
[all …]
/linux/arch/s390/pci/
H A Dpci_event.c76 if (!driver || !driver->err_handler) in is_driver_supported()
82 if (!driver->err_handler->resume) in is_driver_supported()
88 struct pci_driver *driver) in zpci_event_notify_error_detected() argument
102 struct pci_driver *driver) in zpci_event_do_error_state_clear() argument
172 struct pci_driver *driver; in zpci_event_attempt_error_recovery() local
192 driver = to_pci_driver(pdev->dev.driver); in zpci_event_attempt_error_recovery()
194 if (!driver) in zpci_event_attempt_error_recovery()
200 driver->name); in zpci_event_attempt_error_recovery()
238 struct pci_driver *driver; in zpci_event_io_failure() local
251 driver = to_pci_driver(pdev->dev.driver); in zpci_event_io_failure()
[all …]
/linux/drivers/phy/marvell/
H A DKconfig12 tristate "Marvell Berlin SATA PHY driver"
28 tristate "Marvell A3700 comphy driver"
40 tristate "Marvell A3700 UTMI driver"
49 tristate "Marvell Armada 38x comphy driver"
59 tristate "Marvell CP110 comphy driver"
71 tristate "Marvell CP110 UTMI driver"
91 The PHY driver will be used by Marvell ehci driver.
93 To compile this driver as a module, choose M here.
102 The PHY driver will be used by Marvell udc/ehci/otg driver.
113 The PHY driver will be used by Marvell udc/ehci/otg driver.
[all …]
/linux/drivers/pinctrl/intel/
H A DKconfig25 tristate "Intel Lynxpoint pinctrl and GPIO driver"
41 tristate "Intel pinctrl and GPIO platform driver"
51 tristate "Intel Alder Lake pinctrl and GPIO driver"
58 tristate "Intel Broxton pinctrl and GPIO driver"
72 tristate "Intel Cedar Fork pinctrl and GPIO driver"
79 tristate "Intel Denverton pinctrl and GPIO driver"
93 tristate "Intel Emmitsburg pinctrl and GPIO driver"
107 tristate "Intel Ice Lake PCH pinctrl and GPIO driver"
128 tristate "Intel Lewisburg pinctrl and GPIO driver"
135 tristate "Intel Meteor Lake pinctrl and GPIO driver"
[all …]
/linux/Documentation/driver-api/
H A Dconsole.rst9 This type will be called 'system driver', and only one system driver is allowed
20 occupied by the system driver. In the same token, if the modular driver is
26 give_up_console() - unload driver; it will only work if driver
54 - means the driver is not bound and if echo'ed, commands the driver
58 - means the driver is bound and if echo'ed, commands the driver to
80 driver takes over the consoles vacated by the driver. Binding, on the other
82 system driver.
98 driver, make changes, recompile, reload and rebind the driver without any need
114 driver is bound or not.
116 Guidelines for console driver writers
[all …]
/linux/drivers/pinctrl/bcm/
H A DKconfig7 bool "Broadcom BCM281xx pinctrl driver"
56 bool "Broadcom BCM6318 GPIO driver"
65 bool "Broadcom BCM6328 GPIO driver"
74 bool "Broadcom BCM6358 GPIO driver"
83 bool "Broadcom BCM6362 GPIO driver"
92 bool "Broadcom BCM6368 GPIO driver"
101 bool "Broadcom BCM63268 GPIO driver"
125 supported by this driver.
129 driver.
185 supported by this driver.
[all …]
/linux/arch/xtensa/platforms/iss/
H A Dconsole.c106 struct tty_driver *driver; in rs_init() local
110 if (IS_ERR(driver)) in rs_init()
111 return PTR_ERR(driver); in rs_init()
117 driver->driver_name = "iss_serial"; in rs_init()
118 driver->name = "ttyS"; in rs_init()
119 driver->major = TTY_MAJOR; in rs_init()
120 driver->minor_start = 64; in rs_init()
124 driver->init_termios.c_cflag = in rs_init()
130 ret = tty_register_driver(driver); in rs_init()
133 tty_driver_kref_put(driver); in rs_init()
[all …]

12345678910>>...274