Home
last modified time | relevance | path

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

12345678910>>...227

/Linux-v4.19/drivers/phy/broadcom/
Dphy-bcm-ns2-usbdrd.c76 struct ns2_phy_driver *driver; member
88 struct ns2_phy_driver *driver) in pll_lock_stat() argument
95 val = readl(driver->icfgdrd_regs + usb_reg); in pll_lock_stat()
106 struct ns2_phy_driver *driver = data->driver; in ns2_drd_phy_init() local
109 val = readl(driver->icfgdrd_regs + ICFG_FSM_CTRL); in ns2_drd_phy_init()
118 writel(val, driver->icfgdrd_regs + ICFG_FSM_CTRL); in ns2_drd_phy_init()
126 struct ns2_phy_driver *driver = data->driver; in ns2_drd_phy_poweroff() local
129 val = readl(driver->crmu_usb2_ctrl); in ns2_drd_phy_poweroff()
131 writel(val, driver->crmu_usb2_ctrl); in ns2_drd_phy_poweroff()
133 val = readl(driver->crmu_usb2_ctrl); in ns2_drd_phy_poweroff()
[all …]
/Linux-v4.19/mm/
Dzpool.c21 struct zpool_driver *driver; member
39 void zpool_register_driver(struct zpool_driver *driver) in zpool_register_driver() argument
42 atomic_set(&driver->refcount, 0); in zpool_register_driver()
43 list_add(&driver->list, &drivers_head); in zpool_register_driver()
58 int zpool_unregister_driver(struct zpool_driver *driver) in zpool_unregister_driver() argument
63 refcount = atomic_read(&driver->refcount); in zpool_unregister_driver()
68 list_del(&driver->list); in zpool_unregister_driver()
78 struct zpool_driver *driver; in zpool_get_driver() local
81 list_for_each_entry(driver, &drivers_head, list) { in zpool_get_driver()
82 if (!strcmp(driver->type, type)) { in zpool_get_driver()
[all …]
/Linux-v4.19/drivers/clk/mediatek/
DKconfig4 menu "Clock driver for MediaTek SoC"
14 bool "Clock driver for MediaTek MT2701"
19 This driver supports MediaTek MT2701 basic clocks.
22 bool "Clock driver for MediaTek MT2701 mmsys"
25 This driver supports MediaTek MT2701 mmsys clocks.
28 bool "Clock driver for MediaTek MT2701 imgsys"
31 This driver supports MediaTek MT2701 imgsys clocks.
34 bool "Clock driver for MediaTek MT2701 vdecsys"
37 This driver supports MediaTek MT2701 vdecsys clocks.
40 bool "Clock driver for MediaTek MT2701 hifsys"
[all …]
/Linux-v4.19/Documentation/networking/
Dmac80211-auth-assoc-deauth.txt11 participant driver
17 mac80211->driver: sta_state(AP, not-exists)
18 mac80211->driver: bss_info_changed(clear BSSID)
20 note over mac80211,driver
26 mac80211->driver: config(channel, channel type)
27 mac80211->driver: bss_info_changed(set BSSID, basic rate bitmap)
28 mac80211->driver: sta_state(AP, exists)
31 mac80211->driver: TX directed probe request
32 driver->mac80211: RX probe response
35 mac80211->driver: TX auth frame
[all …]
/Linux-v4.19/drivers/base/power/
Dgeneric_ops.c24 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_runtime_suspend()
43 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_runtime_resume()
62 struct device_driver *drv = dev->driver; in pm_generic_prepare()
77 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_suspend_noirq()
89 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_suspend_late()
101 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_suspend()
113 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_freeze_noirq()
125 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_freeze_late()
137 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_freeze()
149 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; in pm_generic_poweroff_noirq()
[all …]
/Linux-v4.19/drivers/usb/serial/
Dbus.c19 struct usb_serial_driver *driver; in usb_serial_device_match() local
30 driver = to_usb_serial_driver(drv); in usb_serial_device_match()
32 if (driver == port->serial->type) in usb_serial_device_match()
40 struct usb_serial_driver *driver; in usb_serial_device_probe() local
55 driver = port->serial->type; in usb_serial_device_probe()
56 if (driver->port_probe) { in usb_serial_device_probe()
57 retval = driver->port_probe(port); in usb_serial_device_probe()
74 driver->description, minor); in usb_serial_device_probe()
79 if (driver->port_remove) in usb_serial_device_probe()
80 driver->port_remove(port); in usb_serial_device_probe()
[all …]
/Linux-v4.19/drivers/pci/endpoint/
Dpci-epf-core.c34 if (!epf->driver) { in pci_epf_linkup()
39 epf->driver->ops->linkup(epf); in pci_epf_linkup()
53 if (!epf->driver) { in pci_epf_unbind()
58 epf->driver->ops->unbind(epf); in pci_epf_unbind()
59 module_put(epf->driver->owner); in pci_epf_unbind()
72 if (!epf->driver) { in pci_epf_bind()
77 if (!try_module_get(epf->driver->owner)) in pci_epf_bind()
80 return epf->driver->ops->bind(epf); in pci_epf_bind()
140 static void pci_epf_remove_cfs(struct pci_epf_driver *driver) in pci_epf_remove_cfs() argument
148 list_for_each_entry_safe(group, tmp, &driver->epf_group, group_entry) in pci_epf_remove_cfs()
[all …]
/Linux-v4.19/drivers/gpu/drm/gma500/
Dmmu.c67 static inline void psb_mmu_clflush(struct psb_mmu_driver *driver, void *addr) in psb_mmu_clflush() argument
69 if (!driver->has_clflush) in psb_mmu_clflush()
78 static inline void psb_mmu_clflush(struct psb_mmu_driver *driver, void *addr) in psb_mmu_clflush() argument
84 static void psb_mmu_flush_pd_locked(struct psb_mmu_driver *driver, int force) in psb_mmu_flush_pd_locked() argument
86 struct drm_device *dev = driver->dev; in psb_mmu_flush_pd_locked()
89 if (atomic_read(&driver->needs_tlbflush) || force) { in psb_mmu_flush_pd_locked()
97 if (driver->msvdx_mmu_invaldc) in psb_mmu_flush_pd_locked()
98 atomic_set(driver->msvdx_mmu_invaldc, 1); in psb_mmu_flush_pd_locked()
100 atomic_set(&driver->needs_tlbflush, 0); in psb_mmu_flush_pd_locked()
104 static void psb_mmu_flush_pd(struct psb_mmu_driver *driver, int force)
[all …]
/Linux-v4.19/drivers/pinctrl/freescale/
DKconfig14 bool "IMX1 pinctrl driver"
18 Say Y here to enable the imx1 pinctrl driver
21 bool "i.MX21 pinctrl driver"
25 Say Y here to enable the i.MX21 pinctrl driver
28 bool "IMX27 pinctrl driver"
32 Say Y here to enable the imx27 pinctrl driver
36 bool "IMX25 pinctrl driver"
41 Say Y here to enable the imx25 pinctrl driver
44 bool "IMX35 pinctrl driver"
48 Say Y here to enable the imx35 pinctrl driver
[all …]
/Linux-v4.19/scripts/dtc/
Ddt_to_config329 my $driver = $pn_arg_ref->{driver};
372 (exists($driver_config_hard_code_list{$driver}) &&
373 ($driver ne "no_driver"))) {
442 my $driver = $pn_arg_ref->{driver};
461 print " : $compat : $driver : $config : ";
533 my $driver = shift;
537 my ($dir, $base) = $driver =~ m{(.*)/(.*).c};
547 push @{ $driver_config{$driver} }, $config;
694 push @{ $driver_config{$driver} }, $config;
707 my $driver = shift;
[all …]
/Linux-v4.19/drivers/hid/intel-ish-hid/ishtp/
Dbus.c31 #define to_ishtp_cl_driver(d) container_of(d, struct ishtp_cl_driver, driver)
188 struct ishtp_cl_driver *driver; in ishtp_cl_device_probe() local
193 driver = to_ishtp_cl_driver(dev->driver); in ishtp_cl_device_probe()
194 if (!driver || !driver->probe) in ishtp_cl_device_probe()
197 return driver->probe(device); in ishtp_cl_device_probe()
213 struct ishtp_cl_driver *driver; in ishtp_cl_device_remove() local
215 if (!device || !dev->driver) in ishtp_cl_device_remove()
223 driver = to_ishtp_cl_driver(dev->driver); in ishtp_cl_device_remove()
224 if (!driver->remove) { in ishtp_cl_device_remove()
225 dev->driver = NULL; in ishtp_cl_device_remove()
[all …]
/Linux-v4.19/Documentation/isdn/
DINTERFACE10 An HL-driver can register itself at LL by calling the function
46 This field has to be set by the HL-driver to the number of channels
48 the LL puts an id there, which has to be used by the HL-driver when
55 Also to be preset by the HL-driver. With this value the HL-driver
60 To be preset by the HL-driver. Using this field, the HL-driver
72 To be preset by the HL-driver, if it supports sk_buff's. The driver
81 This field will be set by LL. The HL-driver delivers received data-
82 packets by calling this function. Upon calling, the HL-driver must
86 int driver-Id
87 int Channel-number locally to the driver. (starting with 0)
[all …]
/Linux-v4.19/drivers/gpu/host1x/
Dbus.c47 struct host1x_driver *driver, in host1x_subdev_add() argument
67 if (of_match_node(driver->subdevs, child) && in host1x_subdev_add()
69 err = host1x_subdev_add(device, driver, child); in host1x_subdev_add()
98 struct host1x_driver *driver) in host1x_device_parse_dt() argument
104 if (of_match_node(driver->subdevs, np) && in host1x_device_parse_dt()
106 err = host1x_subdev_add(device, driver, np); in host1x_device_parse_dt()
395 struct host1x_driver *driver) in host1x_device_add() argument
414 device->driver = driver; in host1x_device_add()
418 dev_set_name(&device->dev, "%s", driver->driver.name); in host1x_device_add()
426 err = host1x_device_parse_dt(device, driver); in host1x_device_add()
[all …]
/Linux-v4.19/drivers/tty/
Dtty_io.c256 if (!tty || !tty->driver) in tty_driver_name()
258 return tty->driver->name; in tty_driver_name()
291 if (tty->driver->type == TTY_DRIVER_TYPE_PTY && in check_tty_count()
292 tty->driver->subtype == PTY_TYPE_SLAVE && in check_tty_count()
1112 static void pty_line_name(struct tty_driver *driver, int index, char *p) in pty_line_name() argument
1114 int i = index + driver->name_base; in pty_line_name()
1117 driver->subtype == PTY_TYPE_SLAVE ? "tty" : driver->name, in pty_line_name()
1132 static ssize_t tty_line_name(struct tty_driver *driver, int index, char *p) in tty_line_name() argument
1134 if (driver->flags & TTY_DRIVER_UNNUMBERED_NODE) in tty_line_name()
1135 return sprintf(p, "%s", driver->name); in tty_line_name()
[all …]
/Linux-v4.19/sound/soc/
Dsoc-compress.c34 if (!component->driver->compr_ops || in soc_compr_components_open()
35 !component->driver->compr_ops->open) in soc_compr_components_open()
38 ret = component->driver->compr_ops->open(cstream); in soc_compr_components_open()
66 if (!component->driver->compr_ops || in soc_compr_components_free()
67 !component->driver->compr_ops->free) in soc_compr_components_free()
70 component->driver->compr_ops->free(cstream); in soc_compr_components_free()
85 if (cpu_dai->driver->cops && cpu_dai->driver->cops->startup) { in soc_compr_open()
86 ret = cpu_dai->driver->cops->startup(cstream, cpu_dai); in soc_compr_open()
118 if (cpu_dai->driver->cops && cpu_dai->driver->cops->shutdown) in soc_compr_open()
119 cpu_dai->driver->cops->shutdown(cstream, cpu_dai); in soc_compr_open()
[all …]
/Linux-v4.19/Documentation/scsi/
D00-INDEX4 - info on driver for 53c700 based adapters
6 - info on driver for adapters with BusLogic chips
10 - Changes to driver for ARECA's SATA RAID controller cards
12 - IBM ServeRAID driver Changelog
14 - Changes to lpfc driver
20 - Changes to ncr53c8xx driver
22 - Changes to sym53c8xx driver
24 - Changes to second generation of sym53c8xx driver
26 - info on driver for BusLogic FlashPoint adapters
28 - Licence of the Flashpoint driver
[all …]
/Linux-v4.19/drivers/pwm/
DKconfig14 within the Linux kernel. On the driver side it provides an API
21 allows only a single driver implementing the required API. Not
39 Generic PWM framework driver for Analog Baseband AB8500.
41 To compile this driver as a module, choose M here: the module
48 Generic PWM framework driver for Atmel SoC.
50 To compile this driver as a module, choose M here: the module
58 Generic PWM framework driver for the PWM output of the HLCDC
62 To compile this driver as a module, choose M here: the module
69 Generic PWM framework driver for Atmel Timer Counter Block.
74 To compile this driver as a module, choose M here: the module
[all …]
/Linux-v4.19/drivers/staging/greybus/
Dcore.c65 struct greybus_driver *driver = to_greybus_driver(drv); in greybus_match_device() local
74 id = greybus_match_id(bundle, driver->id_table); in greybus_match_device()
167 struct greybus_driver *driver = to_greybus_driver(dev->driver); in greybus_probe() local
173 id = greybus_match_id(bundle, driver->id_table); in greybus_probe()
202 retval = driver->probe(bundle, id); in greybus_probe()
227 struct greybus_driver *driver = to_greybus_driver(dev->driver); in greybus_remove() local
251 driver->disconnect(bundle); in greybus_remove()
268 int greybus_register_driver(struct greybus_driver *driver, struct module *owner, in greybus_register_driver() argument
276 driver->driver.bus = &greybus_bus_type; in greybus_register_driver()
277 driver->driver.name = driver->name; in greybus_register_driver()
[all …]
/Linux-v4.19/drivers/usb/core/
Ddriver.c44 struct device_driver *driver, in usb_store_new_id() argument
102 retval = driver_attach(driver); in usb_store_new_id()
131 static ssize_t new_id_show(struct device_driver *driver, char *buf) in new_id_show() argument
133 struct usb_driver *usb_drv = to_usb_driver(driver); in new_id_show()
138 static ssize_t new_id_store(struct device_driver *driver, in new_id_store() argument
141 struct usb_driver *usb_drv = to_usb_driver(driver); in new_id_store()
143 return usb_store_new_id(&usb_drv->dynids, usb_drv->id_table, driver, buf, count); in new_id_store()
150 static ssize_t remove_id_store(struct device_driver *driver, const char *buf, in remove_id_store() argument
154 struct usb_driver *usb_driver = to_usb_driver(driver); in remove_id_store()
178 static ssize_t remove_id_show(struct device_driver *driver, char *buf) in remove_id_show() argument
[all …]
/Linux-v4.19/Documentation/console/
Dconsole.txt6 This type will be called 'system driver', and only one system driver is allowed
7 to exist. The system driver is persistent and it can never be unloaded, though
11 'modular driver' by this document. Multiple modular drivers can coexist at
12 any time with each driver sharing the console with other drivers including
13 the system driver. However, modular drivers cannot take over the console
14 that is currently occupied by another modular driver. (Exception: Drivers that
16 of driver occupying the consoles.) They can only take over the console that is
17 occupied by the system driver. In the same token, if the modular driver is
18 released by the console, the system driver will take over.
22 do_take_over_console() - load and bind driver to console layer
[all …]
/Linux-v4.19/drivers/nfc/nfcmrvl/
DKconfig4 The core driver to support Marvell NFC devices.
6 This driver is required if you want to support
10 tristate "Marvell NFC-over-USB driver"
14 Marvell NFC-over-USB driver.
16 This driver provides support for Marvell NFC-over-USB devices:
19 Say Y here to compile support for Marvell NFC-over-USB driver
23 tristate "Marvell NFC-over-UART driver"
27 Marvell NFC-over-UART driver.
29 This driver provides support for Marvell NFC-over-UART devices
31 Say Y here to compile support for Marvell NFC-over-UART driver
[all …]
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Ddisplay-sysfs.c61 r = dssdev->driver->enable(dssdev); in display_enabled_store()
65 dssdev->driver->disable(dssdev); in display_enabled_store()
74 dssdev->driver->get_te ? in display_tear_show()
75 dssdev->driver->get_te(dssdev) : 0); in display_tear_show()
84 if (!dssdev->driver->enable_te || !dssdev->driver->get_te) in display_tear_store()
91 r = dssdev->driver->enable_te(dssdev, te); in display_tear_store()
102 if (!dssdev->driver->get_timings) in display_timings_show()
105 dssdev->driver->get_timings(dssdev, &t); in display_timings_show()
119 if (!dssdev->driver->set_timings || !dssdev->driver->check_timings) in display_timings_store()
138 r = dssdev->driver->check_timings(dssdev, &t); in display_timings_store()
[all …]
/Linux-v4.19/drivers/pinctrl/qcom/
DKconfig11 tristate "Qualcomm APQ8064 pin controller driver"
15 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
19 tristate "Qualcomm APQ8084 pin controller driver"
23 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
27 tristate "Qualcomm IPQ4019 pin controller driver"
31 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
35 tristate "Qualcomm IPQ8064 pin controller driver"
39 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
43 tristate "Qualcomm Technologies, Inc. IPQ8074 pin controller driver"
47 This is the pinctrl, pinmux, pinconf and gpiolib driver for
[all …]
/Linux-v4.19/drivers/power/reset/
DKconfig12 bool "ams AS3722 power-off driver"
15 This driver supports turning off board via a ams AS3722 power-off.
18 tristate "Atmel AT91 poweroff driver"
22 This driver supports poweroff for Atmel AT91SAM9 and SAMA5
26 tristate "Atmel AT91 reset driver"
30 This driver supports restart for Atmel AT91SAM9 and SAMA5
34 tristate "Atmel AT91 SAMA5D2-Compatible shutdown controller driver"
38 This driver supports the alternate shutdown controller for some Atmel
42 bool "LSI Axxia reset driver"
45 This driver supports restart for Axxia SoC.
[all …]
/Linux-v4.19/Documentation/fb/
D00-INDEX11 - info on the fbdev driver for ARK Logic chips.
13 - info on the ATI Rage128 frame buffer driver.
15 - info on the driver for Cirrus Logic chipsets.
21 - info on the EFI platform driver for Intel based Apple computers.
23 - info on the driver for EP93xx LCD controller.
29 - info on the framebuffer driver for AMD Geode GX2 based processors.
31 - documentation for the Intel 810/815 framebuffer driver.
33 - docs for Intel 830M/845G/852GM/855GM/865G/915G/945G fb driver.
37 - info on the framebuffer driver for AMD Geode LX based processors.
39 - info on the Matrox framebuffer driver for Alpha, Intel and PPC.
[all …]

12345678910>>...227