/drivers/phy/broadcom/ |
D | phy-bcm-ns2-usbdrd.c | 67 struct ns2_phy_driver *driver; member 79 struct ns2_phy_driver *driver) in pll_lock_stat() argument 83 return readl_poll_timeout_atomic(driver->icfgdrd_regs + usb_reg, in pll_lock_stat() 91 struct ns2_phy_driver *driver = data->driver; in ns2_drd_phy_init() local 94 val = readl(driver->icfgdrd_regs + ICFG_FSM_CTRL); in ns2_drd_phy_init() 103 writel(val, driver->icfgdrd_regs + ICFG_FSM_CTRL); in ns2_drd_phy_init() 111 struct ns2_phy_driver *driver = data->driver; in ns2_drd_phy_poweroff() local 114 val = readl(driver->crmu_usb2_ctrl); in ns2_drd_phy_poweroff() 116 writel(val, driver->crmu_usb2_ctrl); in ns2_drd_phy_poweroff() 118 val = readl(driver->crmu_usb2_ctrl); in ns2_drd_phy_poweroff() [all …]
|
/drivers/clk/mediatek/ |
D | Kconfig | 5 menu "Clock driver for MediaTek SoC" 15 bool "Clock driver for MediaTek MT2701" 20 This driver supports MediaTek MT2701 basic clocks. 23 bool "Clock driver for MediaTek MT2701 mmsys" 26 This driver supports MediaTek MT2701 mmsys clocks. 29 bool "Clock driver for MediaTek MT2701 imgsys" 32 This driver supports MediaTek MT2701 imgsys clocks. 35 bool "Clock driver for MediaTek MT2701 vdecsys" 38 This driver supports MediaTek MT2701 vdecsys clocks. 41 bool "Clock driver for MediaTek MT2701 hifsys" [all …]
|
/drivers/gpu/drm/gma500/ |
D | mmu.c | 56 static inline void psb_mmu_clflush(struct psb_mmu_driver *driver, void *addr) in psb_mmu_clflush() argument 58 if (!driver->has_clflush) in psb_mmu_clflush() 66 static void psb_mmu_flush_pd_locked(struct psb_mmu_driver *driver, int force) in psb_mmu_flush_pd_locked() argument 68 struct drm_device *dev = driver->dev; in psb_mmu_flush_pd_locked() 71 if (atomic_read(&driver->needs_tlbflush) || force) { in psb_mmu_flush_pd_locked() 79 if (driver->msvdx_mmu_invaldc) in psb_mmu_flush_pd_locked() 80 atomic_set(driver->msvdx_mmu_invaldc, 1); in psb_mmu_flush_pd_locked() 82 atomic_set(&driver->needs_tlbflush, 0); in psb_mmu_flush_pd_locked() 86 static void psb_mmu_flush_pd(struct psb_mmu_driver *driver, int force) 88 down_write(&driver->sem); [all …]
|
/drivers/base/power/ |
D | generic_ops.c | 22 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() 60 struct device_driver *drv = dev->driver; in pm_generic_prepare() 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() [all …]
|
/drivers/pinctrl/freescale/ |
D | Kconfig | 21 bool "IMX1 pinctrl driver" 25 Say Y here to enable the imx1 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 51 bool "IMX50 pinctrl driver" 55 Say Y here to enable the imx50 pinctrl driver [all …]
|
/drivers/vfio/ |
D | container.c | 88 const struct vfio_iommu_driver *driver) in vfio_iommu_driver_allowed() argument 92 return container->noiommu == (driver->ops == &vfio_noiommu_ops); in vfio_iommu_driver_allowed() 100 struct vfio_iommu_driver *driver, *tmp; in vfio_register_iommu_driver() local 105 driver = kzalloc(sizeof(*driver), GFP_KERNEL); in vfio_register_iommu_driver() 106 if (!driver) in vfio_register_iommu_driver() 109 driver->ops = ops; in vfio_register_iommu_driver() 117 kfree(driver); in vfio_register_iommu_driver() 122 list_add(&driver->vfio_next, &vfio.iommu_drivers_list); in vfio_register_iommu_driver() 132 struct vfio_iommu_driver *driver; in vfio_unregister_iommu_driver() local 135 list_for_each_entry(driver, &vfio.iommu_drivers_list, vfio_next) { in vfio_unregister_iommu_driver() [all …]
|
/drivers/usb/serial/ |
D | bus.c | 20 struct usb_serial_driver *driver = to_usb_serial_driver(drv); in usb_serial_device_match() local 26 if (driver == port->serial->type) in usb_serial_device_match() 35 struct usb_serial_driver *driver; in usb_serial_device_probe() local 45 driver = port->serial->type; in usb_serial_device_probe() 46 if (driver->port_probe) { in usb_serial_device_probe() 47 retval = driver->port_probe(port); in usb_serial_device_probe() 64 driver->description, minor); 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() 80 struct usb_serial_driver *driver; in usb_serial_device_remove() local [all …]
|
/drivers/pci/endpoint/ |
D | pci-epf-core.c | 39 if (!epf->driver) { in pci_epf_type_add_cfs() 44 if (!epf->driver->ops->add_cfs) in pci_epf_type_add_cfs() 48 epf_type_group = epf->driver->ops->add_cfs(epf, group); in pci_epf_type_add_cfs() 67 if (!epf->driver) { in pci_epf_unbind() 75 epf_vf->driver->ops->unbind(epf_vf); in pci_epf_unbind() 78 epf->driver->ops->unbind(epf); in pci_epf_unbind() 80 module_put(epf->driver->owner); in pci_epf_unbind() 99 if (!epf->driver) { in pci_epf_bind() 104 if (!try_module_get(epf->driver->owner)) in pci_epf_bind() 155 ret = epf_vf->driver->ops->bind(epf_vf); in pci_epf_bind() [all …]
|
/drivers/tty/ |
D | tty_io.c | 253 if (!tty || !tty->driver) in tty_driver_name() 255 return tty->driver->name; in tty_driver_name() 283 if (tty->driver->type == TTY_DRIVER_TYPE_PTY && in check_tty_count() 284 tty->driver->subtype == PTY_TYPE_SLAVE && in check_tty_count() 1181 static void pty_line_name(struct tty_driver *driver, int index, char *p) in pty_line_name() argument 1184 int i = index + driver->name_base; in pty_line_name() 1187 driver->subtype == PTY_TYPE_SLAVE ? "tty" : driver->name, in pty_line_name() 1202 static ssize_t tty_line_name(struct tty_driver *driver, int index, char *p) in tty_line_name() argument 1204 if (driver->flags & TTY_DRIVER_UNNUMBERED_NODE) in tty_line_name() 1205 return sprintf(p, "%s", driver->name); in tty_line_name() [all …]
|
/drivers/hid/intel-ish-hid/ishtp/ |
D | bus.c | 23 #define to_ishtp_cl_driver(d) container_of(d, struct ishtp_cl_driver, driver) 216 struct ishtp_cl_driver *driver; in ishtp_cl_device_probe() local 221 driver = to_ishtp_cl_driver(dev->driver); in ishtp_cl_device_probe() 222 if (!driver || !driver->probe) in ishtp_cl_device_probe() 225 return driver->probe(device); in ishtp_cl_device_probe() 242 struct ishtp_cl_driver *driver = to_ishtp_cl_driver(drv); in ishtp_cl_bus_match() local 244 return(device->fw_client ? guid_equal(&driver->id[0].guid, in ishtp_cl_bus_match() 261 struct ishtp_cl_driver *driver = to_ishtp_cl_driver(dev->driver); in ishtp_cl_device_remove() local 268 if (driver->remove) in ishtp_cl_device_remove() 269 driver->remove(device); in ishtp_cl_device_remove() [all …]
|
/drivers/pinctrl/qcom/ |
D | Kconfig | 5 tristate "Qualcomm core pin controller driver" 16 tristate "Qualcomm APQ8064 pin controller driver" 21 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 25 tristate "Qualcomm APQ8084 pin controller driver" 30 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 34 tristate "Qualcomm IPQ4019 pin controller driver" 39 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 43 tristate "Qualcomm IPQ8064 pin controller driver" 48 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 52 tristate "Qualcomm Technologies, Inc. IPQ8074 pin controller driver" [all …]
|
/drivers/interconnect/qcom/ |
D | Kconfig | 12 tristate "Qualcomm MSM8916 interconnect driver" 17 This is a driver for the Qualcomm Network-on-Chip on msm8916-based 21 tristate "Qualcomm MSM8939 interconnect driver" 26 This is a driver for the Qualcomm Network-on-Chip on msm8939-based 30 tristate "Qualcomm MSM8974 interconnect driver" 35 This is a driver for the Qualcomm Network-on-Chip on msm8974-based 39 tristate "Qualcomm MSM8996 interconnect driver" 44 This is a driver for the Qualcomm Network-on-Chip on msm8996-based 48 tristate "Qualcomm OSM L3 interconnect driver" 52 driver which controls the scaling of L3 caches on Qualcomm SoCs. [all …]
|
/drivers/power/reset/ |
D | Kconfig | 13 bool "ams AS3722 power-off driver" 16 This driver supports turning off board via a ams AS3722 power-off. 19 tristate "Atmel AT91 poweroff driver" 23 This driver supports poweroff for Atmel AT91SAM9 and SAMA5 27 tristate "Atmel AT91 reset driver" 31 This driver supports restart for Atmel AT91SAM9 and SAMA5 35 tristate "Atmel AT91 SAMA5D2-Compatible shutdown controller driver" 39 This driver supports the alternate shutdown controller for some Atmel 43 tristate "Actions Semi ATC260x PMIC power-off driver" 46 This driver provides power-off and restart support for a system [all …]
|
/drivers/pwm/ |
D | Kconfig | 15 within the Linux kernel. On the driver side it provides an API 22 allows only a single driver implementing the required API. Not 40 This option enables some additional checks to help lowlevel driver 43 output to the kernel log, so only enable while working on a driver. 49 Generic PWM framework driver for Analog Baseband AB8500. 51 To compile this driver as a module, choose M here: the module 59 Generic PWM framework driver for Atmel SoC. 61 To compile this driver as a module, choose M here: the module 69 Generic PWM framework driver for the PWM output of the HLCDC 73 To compile this driver as a module, choose M here: the module [all …]
|
/drivers/phy/marvell/ |
D | Kconfig | 12 tristate "Marvell Berlin SATA PHY driver" 28 tristate "Marvell A3700 comphy driver" 35 This driver allows to control the comphy, a hardware block providing 40 tristate "Marvell A3700 UTMI driver" 46 Enable this to support Marvell A3700 UTMI PHY driver. 49 tristate "Marvell Armada 38x comphy driver" 54 This driver allows to control the comphy, an hardware block providing 59 tristate "Marvell CP110 comphy driver" 65 This driver allows to control the comphy, an hardware block providing 71 tristate "Marvell CP110 UTMI driver" [all …]
|
/drivers/usb/core/ |
D | driver.c | 45 struct device_driver *driver, in usb_store_new_id() argument 103 retval = driver_attach(driver); in usb_store_new_id() 132 static ssize_t new_id_show(struct device_driver *driver, char *buf) in new_id_show() argument 134 struct usb_driver *usb_drv = to_usb_driver(driver); in new_id_show() 139 static ssize_t new_id_store(struct device_driver *driver, in new_id_store() argument 142 struct usb_driver *usb_drv = to_usb_driver(driver); in new_id_store() 144 return usb_store_new_id(&usb_drv->dynids, usb_drv->id_table, driver, buf, count); in new_id_store() 151 static ssize_t remove_id_store(struct device_driver *driver, const char *buf, in remove_id_store() argument 155 struct usb_driver *usb_driver = to_usb_driver(driver); in remove_id_store() 179 static ssize_t remove_id_show(struct device_driver *driver, char *buf) in remove_id_show() argument [all …]
|
/drivers/pinctrl/bcm/ |
D | Kconfig | 7 bool "Broadcom BCM281xx pinctrl driver" 15 Say Y here to support Broadcom BCM281xx pinctrl driver, which is used 17 BCM28145, and BCM28155 SoCs. This driver requires the pinctrl 18 framework. GPIO is provided by a separate GPIO driver. 21 tristate "Broadcom BCM2835 GPIO (with PINCONF) driver" 30 Say Y here to enable the Broadcom BCM2835 GPIO driver. 33 tristate "Broadcom BCM4908 pinmux driver" 56 bool "Broadcom BCM6318 GPIO driver" 62 Say Y here to enable the Broadcom BCM6318 GPIO driver. 65 bool "Broadcom BCM6328 GPIO driver" [all …]
|
/drivers/greybus/ |
D | core.c | 65 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 …]
|
/drivers/gpu/host1x/ |
D | bus.c | 40 struct host1x_driver *driver, in host1x_subdev_add() argument 60 if (of_match_node(driver->subdevs, child) && in host1x_subdev_add() 62 err = host1x_subdev_add(device, driver, child); in host1x_subdev_add() 91 struct host1x_driver *driver) in host1x_device_parse_dt() argument 97 if (of_match_node(driver->subdevs, np) && in host1x_device_parse_dt() 99 err = host1x_subdev_add(device, driver, np); in host1x_device_parse_dt() 450 struct host1x_driver *driver) in host1x_device_add() argument 469 device->driver = driver; in host1x_device_add() 473 dev_set_name(&device->dev, "%s", driver->driver.name); in host1x_device_add() 483 err = host1x_device_parse_dt(device, driver); in host1x_device_add() [all …]
|
/drivers/pinctrl/intel/ |
D | Kconfig | 11 driver for memory mapped GPIO functionality on Intel Baytrail 19 tristate "Intel Cherryview/Braswell pinctrl and GPIO driver" 23 Cherryview/Braswell pinctrl driver provides an interface that 27 tristate "Intel Lynxpoint pinctrl and GPIO driver" 35 Lynxpoint is the PCH of Intel Haswell. This pinctrl driver 40 tristate "Intel Merrifield pinctrl driver" 46 Merrifield Family-Level Interface Shim (FLIS) driver provides an 59 tristate "Intel Alder Lake pinctrl and GPIO driver" 63 This pinctrl driver provides an interface that allows configuring 67 tristate "Intel Broxton pinctrl and GPIO driver" [all …]
|
/drivers/video/fbdev/omap2/omapfb/dss/ |
D | display-sysfs.c | 50 r = dssdev->driver->enable(dssdev); in display_enabled_store() 54 dssdev->driver->disable(dssdev); in display_enabled_store() 63 dssdev->driver->get_te ? in display_tear_show() 64 dssdev->driver->get_te(dssdev) : 0); in display_tear_show() 73 if (!dssdev->driver->enable_te || !dssdev->driver->get_te) in display_tear_store() 80 r = dssdev->driver->enable_te(dssdev, te); in display_tear_store() 91 if (!dssdev->driver->get_timings) in display_timings_show() 94 dssdev->driver->get_timings(dssdev, &t); in display_timings_show() 108 if (!dssdev->driver->set_timings || !dssdev->driver->check_timings) in display_timings_store() 127 r = dssdev->driver->check_timings(dssdev, &t); in display_timings_store() [all …]
|
/drivers/clk/ |
D | Kconfig | 38 tristate "Clock driver for WM831x/2x PMICs" 51 This driver supports the HSDK core, system, ddr, tunnel and hdmi PLLs 63 tristate "Clock driver for Apple SoC NCOs" 67 This driver supports NCO (Numerically Controlled Oscillator) blocks 72 tristate "Clock driver for Maxim 77620/77686/77802 MFD" 75 This driver supports Maxim 77620/77686/77802 crystal oscillator 82 This driver supports Maxim 9485 Programmable Audio Clock Generator 85 tristate "Clock driver for RK805/RK808/RK809/RK817/RK818" 88 This driver supports RK805, RK809 and RK817, RK808 and RK818 crystal oscillator clock. 93 tristate "Clock driver for Hi655x" if EXPERT [all …]
|
/drivers/iio/adc/ |
D | Kconfig | 10 bool "ST-Ericsson AB8500 GPADC driver" 15 (General Purpose Analog to Digital Converter) driver used to monitor 32 tristate "Analog Devices AD7124 and similar sigma-delta ADCs driver" 39 To compile this driver as a module, choose M here: the module will be 43 tristate "Analog Devices AD7190 AD7192 AD7193 AD7195 ADC driver" 51 To compile this driver as a module, choose M here: the 55 tristate "Analog Devices AD7265/AD7266 ADC driver" 64 To compile this driver as a module, choose M here: the module will be 75 To compile this driver as a module, choose M here: the 79 tristate "Analog Devices AD7291 ADC driver" [all …]
|
/drivers/nfc/nfcmrvl/ |
D | Kconfig | 5 The core driver to support Marvell NFC devices. 7 This driver is required if you want to support 11 tristate "Marvell NFC-over-USB driver" 15 Marvell NFC-over-USB driver. 17 This driver provides support for Marvell NFC-over-USB devices: 20 Say Y here to compile support for Marvell NFC-over-USB driver 24 tristate "Marvell NFC-over-UART driver" 28 Marvell NFC-over-UART driver. 30 This driver provides support for Marvell NFC-over-UART devices 32 Say Y here to compile support for Marvell NFC-over-UART driver [all …]
|
/drivers/net/wireless/ath/ath10k/ |
D | trace.h | 54 __string(driver, dev_driver_string(ar->dev)) 59 __assign_str(driver, dev_driver_string(ar->dev)); 64 __get_str(driver), 90 __string(driver, dev_driver_string(ar->dev)) 96 __assign_str(driver, dev_driver_string(ar->dev)); 102 __get_str(driver), 116 __string(driver, dev_driver_string(ar->dev)) 125 __assign_str(driver, dev_driver_string(ar->dev)); 134 __get_str(driver), 148 __string(driver, dev_driver_string(ar->dev)) [all …]
|