/openbmc/linux/drivers/phy/broadcom/ |
H A 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 …]
|
/openbmc/linux/drivers/clk/mediatek/ |
H A D | Kconfig | 5 menu "Clock driver for MediaTek SoC" 15 bool "clock driver for MediaTek FHCTL hardware control" 18 This driver supports MediaTek frequency hopping and 22 bool "Clock driver for MediaTek MT2701" 27 This driver supports MediaTek MT2701 basic clocks. 30 bool "Clock driver for MediaTek MT2701 mmsys" 33 This driver supports MediaTek MT2701 mmsys clocks. 36 bool "Clock driver for MediaTek MT2701 imgsys" 39 This driver supports MediaTek MT2701 imgsys clocks. 42 bool "Clock driver for MediaTek MT2701 vdecsys" [all …]
|
/openbmc/linux/mm/ |
H A D | zpool.c | 22 struct zpool_driver *driver; member 33 void zpool_register_driver(struct zpool_driver *driver) in zpool_register_driver() argument 36 atomic_set(&driver->refcount, 0); in zpool_register_driver() 37 list_add(&driver->list, &drivers_head); in zpool_register_driver() 52 int zpool_unregister_driver(struct zpool_driver *driver) in zpool_unregister_driver() argument 57 refcount = atomic_read(&driver->refcount); in zpool_unregister_driver() 62 list_del(&driver->list); in zpool_unregister_driver() 72 struct zpool_driver *driver; in zpool_get_driver() local 75 list_for_each_entry(driver, &drivers_head, list) { in zpool_get_driver() 76 if (!strcmp(driver->type, type)) { in zpool_get_driver() [all …]
|
/openbmc/linux/sound/soc/ |
H A D | soc-dai.c | 57 if (dai->driver->ops && in snd_soc_dai_set_sysclk() 58 dai->driver->ops->set_sysclk) in snd_soc_dai_set_sysclk() 59 ret = dai->driver->ops->set_sysclk(dai, clk_id, freq, dir); in snd_soc_dai_set_sysclk() 83 if (dai->driver->ops && in snd_soc_dai_set_clkdiv() 84 dai->driver->ops->set_clkdiv) in snd_soc_dai_set_clkdiv() 85 ret = dai->driver->ops->set_clkdiv(dai, div_id, div); in snd_soc_dai_set_clkdiv() 106 if (dai->driver->ops && in snd_soc_dai_set_pll() 107 dai->driver->ops->set_pll) in snd_soc_dai_set_pll() 108 ret = dai->driver->ops->set_pll(dai, pll_id, source, in snd_soc_dai_set_pll() 129 if (dai->driver->ops && in snd_soc_dai_set_bclk_ratio() [all …]
|
H A D | soc-component.c | 96 if (component->driver->set_sysclk) in snd_soc_component_set_sysclk() 97 ret = component->driver->set_sysclk(component, clk_id, source, in snd_soc_component_set_sysclk() 120 if (component->driver->set_pll) in snd_soc_component_set_pll() 121 ret = component->driver->set_pll(component, pll_id, source, in snd_soc_component_set_pll() 131 if (component->driver->seq_notifier) in snd_soc_component_seq_notifier() 132 component->driver->seq_notifier(component, type, subseq); in snd_soc_component_seq_notifier() 140 if (component->driver->stream_event) in snd_soc_component_stream_event() 141 ret = component->driver->stream_event(component, event); in snd_soc_component_stream_event() 151 if (component->driver->set_bias_level) in snd_soc_component_set_bias_level() 152 ret = component->driver->set_bias_level(component, level); in snd_soc_component_set_bias_level() [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 224.out | 4 …driver": "null-co"}, "driver": "IMGFMT", "file": {"driver": "file", "filename": "TEST_DIR/PID-base… 6 …driver\": \"null-co\"}, \"driver\": \"IMGFMT\", \"file\": {\"driver\": \"file\", \"filename\": \"T… 13 …driver": "null-co"}, "driver": "IMGFMT", "file": {"driver": "file", "filename": "TEST_DIR/PID-base… 15 …driver\": \"null-co\"}, \"driver\": \"IMGFMT\", \"file\": {\"driver\": \"file\", \"filename\": \"T…
|
H A D | 232 | 90 run_qemu_info_block -drive driver=file,file="$TEST_IMG",if=none,read-only=on,auto-read-only=off 91 run_qemu_info_block -drive driver=file,file="$TEST_IMG",if=none,read-only=on,auto-read-only=on 92 run_qemu_info_block -drive driver=file,file="$TEST_IMG",if=none,read-only=on 94 run_qemu_info_block -drive driver=file,file="$TEST_IMG",if=none,read-only=off,auto-read-only=off 95 run_qemu_info_block -drive driver=file,file="$TEST_IMG",if=none,read-only=off,auto-read-only=on 96 run_qemu_info_block -drive driver=file,file="$TEST_IMG",if=none,read-only=off 98 run_qemu_info_block -drive driver=file,file="$TEST_IMG",if=none,auto-read-only=off 99 run_qemu_info_block -drive driver=file,file="$TEST_IMG",if=none,auto-read-only=on 100 run_qemu_info_block -drive driver=file,file="$TEST_IMG",if=none 108 run_qemu_info_block -drive driver=file,file="$TEST_IMG",if=none,read-only=on,auto-read-only=off [all …]
|
H A D | 267 | 95 run_test -drive driver=file,file="$TEST_IMG",if=none 96 run_test -drive driver=$IMGFMT,file="$TEST_IMG",if=none 97 run_test -drive driver=$IMGFMT,file="$TEST_IMG",if=none -device virtio-blk,drive=none0 103 run_test -drive driver=file,file="$TEST_IMG",if=virtio 104 run_test -drive driver=$IMGFMT,file="$TEST_IMG",if=virtio 110 run_test -blockdev driver=file,filename="$TEST_IMG",node-name=file 111 run_test -blockdev driver=file,filename="$TEST_IMG",node-name=file \ 112 -blockdev driver=$IMGFMT,file=file,node-name=fmt 113 run_test -blockdev driver=file,filename="$TEST_IMG",node-name=file \ 114 -blockdev driver=raw,file=file,node-name=raw \ [all …]
|
/openbmc/linux/Documentation/networking/ |
H A D | mac80211-auth-assoc-deauth.txt | 11 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 …]
|
/openbmc/linux/drivers/base/power/ |
H A 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 …]
|
/openbmc/linux/drivers/usb/serial/ |
H A 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 …]
|
/openbmc/linux/drivers/gpu/drm/gma500/ |
H A 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 …]
|
/openbmc/linux/drivers/pinctrl/freescale/ |
H A 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 …]
|
/openbmc/u-boot/drivers/spi/ |
H A D | Kconfig | 10 Enable driver model for SPI. The SPI slave interface 16 typically use driver-private data instead of extending the 29 bool "Altera SPI driver" 31 Enable the Altera SPI driver. This driver can be used to 37 bool "Aspeed SPI driver" 40 Enable the Aspeed AST2500 FMC/SPI driver. This driver can be 52 bool "Andestech ATCSPI200 SPI driver" 54 Enable the Andestech ATCSPI200 SPI driver. This driver can be 59 bool "Atheros SPI driver" 62 Enable the Atheros ar7xxx/ar9xxx SoC SPI driver, it was used [all …]
|
/openbmc/linux/drivers/vfio/ |
H A D | container.c | 81 const struct vfio_iommu_driver *driver) in vfio_iommu_driver_allowed() argument 85 return container->noiommu == (driver->ops == &vfio_noiommu_ops); in vfio_iommu_driver_allowed() 93 struct vfio_iommu_driver *driver, *tmp; in vfio_register_iommu_driver() local 98 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() 115 list_add(&driver->vfio_next, &vfio.iommu_drivers_list); in vfio_register_iommu_driver() 125 struct vfio_iommu_driver *driver; in vfio_unregister_iommu_driver() local 128 list_for_each_entry(driver, &vfio.iommu_drivers_list, vfio_next) { in vfio_unregister_iommu_driver() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/ |
H A D | test_functional_basic.py | 38 self.driver.find_element(By.XPATH, '//a[@href="'+project_URL+'"]').click() 42 …self.driver.find_element(By.XPATH, "//*[@id='config-nav']/ul/li/a[@href="+'"'+project_URL+'customi… 46 …self.assertTrue(re.search("Custom images",self.driver.find_element(By.XPATH, "//div[@class='col-md… 49 …self.driver.find_element(By.XPATH, "//*[@id='config-nav']/ul/li/a[@href="+'"'+project_URL+'images/… 53 …self.assertTrue(re.search("Compatible image recipes",self.driver.find_element(By.XPATH, "//div[@cl… 56 …self.driver.find_element(By.XPATH, "//*[@id='config-nav']/ul/li/a[@href="+'"'+project_URL+'softwar… 60 …self.assertTrue(re.search("Compatible software recipes",self.driver.find_element(By.XPATH, "//div[… 63 …self.driver.find_element(By.XPATH, "//*[@id='config-nav']/ul/li/a[@href="+'"'+project_URL+'machine… 67 …self.assertTrue(re.search("Compatible machines",self.driver.find_element(By.XPATH, "//div[@class='… 70 …self.driver.find_element(By.XPATH, "//*[@id='config-nav']/ul/li/a[@href="+'"'+project_URL+'layers/… [all …]
|
/openbmc/linux/scripts/dtc/ |
H A D | dt_to_config | 328 my $driver = $pn_arg_ref->{driver}; 371 (exists($driver_config_hard_code_list{$driver}) && 372 ($driver ne "no_driver"))) { 441 my $driver = $pn_arg_ref->{driver}; 460 print " : $compat : $driver : $config : "; 532 my $driver = shift; 536 my ($dir, $base) = $driver =~ m{(.*)/(.*).c}; 546 push @{ $driver_config{$driver} }, $config; 693 push @{ $driver_config{$driver} }, $config; 706 my $driver = shift; [all …]
|
/openbmc/linux/drivers/pinctrl/qcom/ |
H A D | Kconfig.msm | 5 tristate "Qualcomm APQ8064 pin controller driver" 8 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 12 tristate "Qualcomm APQ8084 pin controller driver" 15 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 19 tristate "Qualcomm IPQ4019 pin controller driver" 22 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 26 tristate "Qualcomm Technologies, Inc. IPQ5018 pin controller driver" 29 This is the pinctrl, pinmux, pinconf and gpiolib driver for 35 tristate "Qualcomm IPQ8064 pin controller driver" 38 This is the pinctrl, pinmux, pinconf and gpiolib driver for the [all …]
|
/openbmc/u-boot/drivers/usb/gadget/udc/ |
H A D | udc-core.c | 37 struct usb_gadget_driver *driver; member 110 struct usb_gadget_driver *driver) in usb_gadget_udc_reset() argument 112 driver->reset(gadget); in usb_gadget_udc_reset() 132 return udc->gadget->ops->udc_start(udc->gadget, udc->driver); in usb_gadget_udc_start() 226 udc->driver->function); in usb_gadget_remove_driver() 229 udc->driver->disconnect(udc->gadget); in usb_gadget_remove_driver() 230 udc->driver->unbind(udc->gadget); in usb_gadget_remove_driver() 233 udc->driver = NULL; in usb_gadget_remove_driver() 263 if (udc->driver) in usb_del_gadget_udc() 270 static int udc_bind_to_driver(struct usb_udc *udc, struct usb_gadget_driver *driver) in udc_bind_to_driver() argument [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | selenium_helpers_base.py | 79 driver = webdriver.Remote(remote_hub, 82 driver.get("http://%s:%s"%(cls.server_thread.host,cls.server_thread.port)) 83 return driver 96 def __init__(self, driver, timeout=_TIMEOUT, poll=_POLL_FREQUENCY): argument 99 super(Wait, self).__init__(driver, self._TIMEOUT, self._POLL_FREQUENCY) 165 cls.driver = create_selenium_driver(cls) 166 cls.driver.maximize_window() 172 cls.driver.quit() 186 self.driver.get(abs_url) 191 self.driver.implicitly_wait(3) [all …]
|
/openbmc/linux/drivers/pci/endpoint/ |
H A D | pci-epf-core.c | 35 if (!epf->driver) { in pci_epf_unbind() 43 epf_vf->driver->ops->unbind(epf_vf); in pci_epf_unbind() 46 epf->driver->ops->unbind(epf); in pci_epf_unbind() 48 module_put(epf->driver->owner); in pci_epf_unbind() 67 if (!epf->driver) { in pci_epf_bind() 72 if (!try_module_get(epf->driver->owner)) in pci_epf_bind() 123 ret = epf_vf->driver->ops->bind(epf_vf); in pci_epf_bind() 129 ret = epf->driver->ops->bind(epf); in pci_epf_bind() 303 static void pci_epf_remove_cfs(struct pci_epf_driver *driver) in pci_epf_remove_cfs() argument 311 list_for_each_entry_safe(group, tmp, &driver->epf_group, group_entry) in pci_epf_remove_cfs() [all …]
|
/openbmc/linux/drivers/interconnect/qcom/ |
H A 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 …]
|
/openbmc/linux/drivers/tty/ |
H A D | tty_io.c | 254 if (!tty || !tty->driver) in tty_driver_name() 256 return tty->driver->name; in tty_driver_name() 284 if (tty->driver->type == TTY_DRIVER_TYPE_PTY && in check_tty_count() 285 tty->driver->subtype == PTY_TYPE_SLAVE && in check_tty_count() 1180 static void pty_line_name(struct tty_driver *driver, int index, char *p) in pty_line_name() argument 1183 int i = index + driver->name_base; in pty_line_name() 1186 driver->subtype == PTY_TYPE_SLAVE ? "tty" : driver->name, in pty_line_name() 1201 static ssize_t tty_line_name(struct tty_driver *driver, int index, char *p) in tty_line_name() argument 1203 if (driver->flags & TTY_DRIVER_UNNUMBERED_NODE) in tty_line_name() 1204 return sprintf(p, "%s", driver->name); in tty_line_name() [all …]
|
/openbmc/linux/drivers/hid/intel-ish-hid/ishtp/ |
H A 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 …]
|
/openbmc/u-boot/drivers/clk/sunxi/ |
H A D | Kconfig | 7 This enables support for common clock driver API on Allwinner 13 bool "Clock driver for Allwinner A10/A20" 16 This enables common clock driver support for platforms based 20 bool "Clock driver for Allwinner A10s/A13" 23 This enables common clock driver support for platforms based 27 bool "Clock driver for Allwinner A31/A31s" 30 This enables common clock driver support for platforms based 34 bool "Clock driver for Allwinner A23/A33" 37 This enables common clock driver support for platforms based 41 bool "Clock driver for Allwinner A83T" [all …]
|