Home
last modified time | relevance | path

Searched refs:drv (Results 351 – 375 of 1331) sorted by relevance

1...<<11121314151617181920>>...54

/openbmc/linux/drivers/clk/hisilicon/
H A Dclk-hi3620.c324 u32 sam, drv, div, val; in mmc_clk_set_timing() local
330 drv = 1; in mmc_clk_set_timing()
335 drv = 6; in mmc_clk_set_timing()
340 drv = 6; in mmc_clk_set_timing()
345 drv = 4; in mmc_clk_set_timing()
350 drv = 4; in mmc_clk_set_timing()
368 val = mmc_clk_delay(val, drv, mclk->drv_off, mclk->drv_bits); in mmc_clk_set_timing()
/openbmc/linux/drivers/net/ethernet/amazon/ena/
H A Dena_ethtool.c714 netif_err(adapter, drv, netdev, in ena_set_rxnfc()
740 netif_err(adapter, drv, netdev, in ena_get_rxnfc()
769 netif_err(adapter, drv, adapter->netdev, in ena_indirection_table_set()
777 netif_err(adapter, drv, adapter->netdev, in ena_indirection_table_set()
841 netif_err(adapter, drv, netdev, in ena_get_rxfh()
877 netif_err(adapter, drv, netdev, "Unsupported hfunc %d\n", in ena_set_rxfh()
887 netif_err(adapter, drv, netdev, "Cannot fill key\n"); in ena_set_rxfh()
1011 netif_err(adapter, drv, netdev, "Can't get stats num\n"); in ena_dump_stats_ex()
1019 netif_err(adapter, drv, netdev, in ena_dump_stats_ex()
1028 netif_err(adapter, drv, netdev, in ena_dump_stats_ex()
[all …]
/openbmc/linux/include/linux/
H A Dfsi.h42 struct device_driver drv; member
47 #define to_fsi_drv(drvp) container_of(drvp, struct fsi_driver, drv)
H A Dmaple.h86 struct device_driver drv; member
101 #define to_maple_driver(n) container_of(n, struct maple_driver, drv)
H A Dzorro.h55 #define to_zorro_driver(drv) container_of(drv, struct zorro_driver, driver) argument
H A Dvdpa.h454 #define vdpa_register_driver(drv) \ argument
455 __vdpa_register_driver(drv, THIS_MODULE)
456 int __vdpa_register_driver(struct vdpa_driver *drv, struct module *owner);
457 void vdpa_unregister_driver(struct vdpa_driver *drv);
/openbmc/linux/drivers/cpuidle/
H A Dcpuidle-mvebu-v7.c29 struct cpuidle_driver *drv, in mvebu_v7_enter_idle() argument
36 if (drv->states[index].flags & MVEBU_V7_FLAG_DEEP_IDLE) in mvebu_v7_enter_idle()
/openbmc/linux/drivers/media/pci/cx88/
H A Dcx88-dvb.c166 struct cx8802_driver *drv = NULL; in cx88_dvb_bus_ctrl() local
177 drv = cx8802_get_driver(dev, CX88_MPEG_DVB); in cx88_dvb_bus_ctrl()
178 if (drv) { in cx88_dvb_bus_ctrl()
181 ret = drv->request_acquire(drv); in cx88_dvb_bus_ctrl()
183 ret = drv->request_release(drv); in cx88_dvb_bus_ctrl()
1650 struct cx88_core *core = drv->core; in cx8802_dvb_advise_acquire()
1715 struct cx88_core *core = drv->core; in cx8802_dvb_advise_release()
1735 struct cx88_core *core = drv->core; in cx8802_dvb_probe()
1736 struct cx8802_dev *dev = drv->core->dvbdev; in cx8802_dvb_probe()
1809 struct cx88_core *core = drv->core; in cx8802_dvb_remove()
[all …]
/openbmc/linux/include/sound/
H A Dhda_codec.h94 int __hda_codec_driver_register(struct hda_codec_driver *drv, const char *name,
96 #define hda_codec_driver_register(drv) \ argument
97 __hda_codec_driver_register(drv, KBUILD_MODNAME, THIS_MODULE)
98 void hda_codec_driver_unregister(struct hda_codec_driver *drv);
99 #define module_hda_codec_driver(drv) \ argument
100 module_driver(drv, hda_codec_driver_register, \
/openbmc/u-boot/board/freescale/s32v234evb/
H A Ds32v234evb.c149 if (phydev->drv->config) in board_phy_config()
150 phydev->drv->config(phydev); in board_phy_config()
/openbmc/u-boot/board/seco/mx6quq7/
H A Dmx6quq7.c54 if (phydev->drv->config) in board_phy_config()
55 phydev->drv->config(phydev); in board_phy_config()
/openbmc/u-boot/board/freescale/imx8qxp_mek/
H A Dimx8qxp_mek.c100 if (phydev->drv->config) in board_phy_config()
101 phydev->drv->config(phydev); in board_phy_config()
/openbmc/linux/drivers/nvdimm/
H A Ddimm.c129 .drv = {
142 driver_unregister(&nvdimm_driver.drv); in nvdimm_exit()
/openbmc/linux/drivers/staging/qlge/
H A Dqlge_ethtool.c250 netif_err(qdev, drv, qdev->ndev, in qlge_update_stats()
259 netif_err(qdev, drv, qdev->ndev, in qlge_update_stats()
274 netif_err(qdev, drv, qdev->ndev, in qlge_update_stats()
292 netif_err(qdev, drv, qdev->ndev, in qlge_update_stats()
307 netif_err(qdev, drv, qdev->ndev, in qlge_update_stats()
321 netif_err(qdev, drv, qdev->ndev, in qlge_update_stats()
451 netif_info(qdev, drv, qdev->ndev, in qlge_set_wol()
459 netif_info(qdev, drv, qdev->ndev, "Set wol option 0x%x\n", qdev->wol); in qlge_set_wol()
596 netif_err(qdev, drv, qdev->ndev, in qlge_self_test()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Def10_sriov.c416 netif_info(efx, drv, efx->net_dev, "VFs are assigned to guests; " in efx_ef10_pci_sriov_disable()
464 netif_dbg(efx, drv, efx->net_dev, in efx_ef10_sriov_fini()
467 netif_dbg(efx, drv, efx->net_dev, "SRIOV disabled\n"); in efx_ef10_sriov_fini()
587 netif_warn(efx, drv, efx->net_dev, in efx_ef10_sriov_set_vf_vlan()
589 netif_warn(efx, drv, efx->net_dev, in efx_ef10_sriov_set_vf_vlan()
591 netif_warn(efx, drv, efx->net_dev, in efx_ef10_sriov_set_vf_vlan()
665 netif_err(efx, drv, efx->net_dev, in efx_ef10_sriov_set_vf_vlan()
669 netif_err(efx, drv, efx->net_dev, in efx_ef10_sriov_set_vf_vlan()
672 netif_err(efx, drv, efx->net_dev, in efx_ef10_sriov_set_vf_vlan()
/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv.h339 struct device_driver drv; member
344 #define to_bttv_sub_drv(x) container_of((x), struct bttv_sub_driver, drv)
346 int bttv_sub_register(struct bttv_sub_driver *drv, char *wanted);
347 int bttv_sub_unregister(struct bttv_sub_driver *drv);
/openbmc/linux/arch/arm/boot/dts/rockchip/
H A Drk3288-phycore-rdk.dts155 pcfg_pull_up_drv_12ma: pcfg-pull-up-drv-12ma {
207 host0_vbus_drv: host0-vbus-drv {
211 host1_vbus_drv: host1-vbus-drv {
217 otg_vbus_drv: otg-vbus-drv {
/openbmc/qemu/ui/
H A Dconsole-vc.c856 VCChardev *drv = VC_CHARDEV(chr); in DECLARE_INSTANCE_CHECKER() local
857 QemuTextConsole *s = drv->console; in DECLARE_INSTANCE_CHECKER()
866 vc_putchar(drv, buf[i]); in DECLARE_INSTANCE_CHECKER()
949 VCChardev *drv = VC_CHARDEV(chr); in vc_chr_accept_input() local
951 kbd_send_chars(drv->console); in vc_chr_accept_input()
956 VCChardev *drv = VC_CHARDEV(chr); in vc_chr_set_echo() local
958 drv->console->echo = echo; in vc_chr_set_echo()
973 VCChardev *drv = VC_CHARDEV(chr); in vc_chr_open() local
1002 drv->console = s; in vc_chr_open()
1005 drv->t_attrib = TEXT_ATTRIBUTES_DEFAULT; in vc_chr_open()
[all …]
/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-alsa-main.c260 struct device_driver *drv; in ivtv_alsa_exit() local
265 drv = driver_find("ivtv", &pci_bus_type); in ivtv_alsa_exit()
266 ret = driver_for_each_device(drv, NULL, NULL, ivtv_alsa_exit_callback); in ivtv_alsa_exit()
/openbmc/linux/arch/arm/mach-omap2/
H A Dcpuidle44xx.c86 struct cpuidle_driver *drv, in omap_enter_idle_simple() argument
94 struct cpuidle_driver *drv, in omap_enter_idle_smp() argument
120 struct cpuidle_driver *drv, in omap_enter_idle_coupled() argument
/openbmc/u-boot/arch/arm/dts/
H A Drk3399-ficus.dts58 pcie_drv: pcie-drv {
65 host_vbus_drv: host-vbus-drv {
/openbmc/u-boot/board/compulab/cm_t43/
H A Dcm_t43.c120 if (phydev->drv->config) in board_phy_config()
121 return phydev->drv->config(phydev); in board_phy_config()
/openbmc/linux/drivers/dax/
H A Dpmem.c78 .drv = {
92 driver_unregister(&dax_pmem_driver.drv); in dax_pmem_exit()
/openbmc/linux/drivers/net/phy/
H A Dat803x.c470 if (phydev->drv->phy_id == ATH8031_PHY_ID) { in at803x_set_wol()
483 if (phydev->drv->phy_id == ATH8031_PHY_ID) { in at803x_set_wol()
831 if (phydev->drv->phy_id == ATH8031_PHY_ID) { in at803x_parse_dt()
871 if (phydev->drv->phy_id == ATH8031_PHY_ID) { in at803x_probe()
912 if (phydev->drv->phy_id != ATH8031_PHY_ID) in at803x_get_features()
1010 if (phydev->drv->phy_id == ATH8031_PHY_ID) { in at803x_config_init()
1187 if (phydev->drv->phy_id == QCA8081_PHY_ID) in at803x_read_specific_status()
1318 if (phydev->drv->phy_id == QCA8081_PHY_ID) { in at803x_config_aneg()
1473 if (phydev->drv->phy_id == QCA8081_PHY_ID) in at803x_cdt_start()
1489 if (phydev->drv->phy_id == QCA8081_PHY_ID) in at803x_cdt_wait_for_completion()
[all …]
/openbmc/u-boot/drivers/gpio/
H A Ds5p_gpio.c145 value = readl(&bank->drv); in s5p_gpio_set_drv()
159 writel(value, &bank->drv); in s5p_gpio_set_drv()
166 value = readl(&bank->drv); in s5p_gpio_set_rate()
178 writel(value, &bank->drv); in s5p_gpio_set_rate()

1...<<11121314151617181920>>...54