/openbmc/linux/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.c | 318 struct device *dev = &adapter->pdev->dev; in be_async_port_misconfig_event_process() local 749 struct device *dev = &adapter->pdev->dev; in be_fw_wait_ready() local 2024 struct device *dev = &adapter->pdev->dev; in be_cmd_rx_filter() local 2755 struct device *dev = &adapter->pdev->dev; in be_flash_BEx() local 2927 struct device *dev = &adapter->pdev->dev; in be_flash_skyhawk() local 3047 struct device *dev = &adapter->pdev->dev; in lancer_fw_download() local 3171 struct device *dev = &adapter->pdev->dev; in be_fw_download() local 4807 struct device *dev = &adapter->pdev->dev; in lancer_initiate_dump() local
|
/openbmc/linux/net/bridge/ |
H A D | br_multicast.c | 1982 static int br_mc_disabled_update(struct net_device *dev, bool value, in br_mc_disabled_update() 3091 struct net_device *dev; in __br_multicast_get_querier_port() local 4614 bool br_multicast_enabled(const struct net_device *dev) in br_multicast_enabled() 4622 bool br_multicast_router(const struct net_device *dev) in br_multicast_router() 4759 int br_multicast_list_adjacent(struct net_device *dev, in br_multicast_list_adjacent() 4808 bool br_multicast_has_querier_anywhere(struct net_device *dev, int proto) in br_multicast_has_querier_anywhere() 4845 bool br_multicast_has_querier_adjacent(struct net_device *dev, int proto) in br_multicast_has_querier_adjacent() 4899 bool br_multicast_has_router_adjacent(struct net_device *dev, int proto) in br_multicast_has_router_adjacent()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | tscs454.c | 158 static bool tscs454_volatile(struct device *dev, unsigned int reg) in tscs454_volatile() 183 static bool tscs454_writable(struct device *dev, unsigned int reg) in tscs454_writable() 203 static bool tscs454_readable(struct device *dev, unsigned int reg) in tscs454_readable() 223 static bool tscs454_precious(struct device *dev, unsigned int reg) in tscs454_precious()
|
H A D | rt5651.c | 135 static bool rt5651_volatile_register(struct device *dev, unsigned int reg) in rt5651_volatile_register() 166 static bool rt5651_readable_register(struct device *dev, unsigned int reg) in rt5651_readable_register()
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | omap2.c | 487 static irqreturn_t omap_nand_irq(int this_irq, void *dev) in omap_nand_irq() 1658 static int omap_get_dt_info(struct device *dev, struct omap_nand_info *info) in omap_get_dt_info() 1828 struct device *dev = &info->pdev->dev; in omap_nand_attach_chip() local 2188 struct device *dev = &pdev->dev; in omap_nand_probe() local
|
/openbmc/linux/drivers/spi/ |
H A D | spi-bcm-qspi.c | 211 void *dev; member 1487 struct device *dev = &pdev->dev; in bcm_qspi_probe() local 1694 static int __maybe_unused bcm_qspi_suspend(struct device *dev) in bcm_qspi_suspend() 1710 static int __maybe_unused bcm_qspi_resume(struct device *dev) in bcm_qspi_resume()
|
H A D | spi-ti-qspi.c | 50 struct device *dev; member 728 static int ti_qspi_runtime_resume(struct device *dev) in ti_qspi_runtime_resume()
|
/openbmc/linux/include/drm/ |
H A D | drm_connector.h | 1496 struct drm_device *dev; member 1924 static inline struct drm_connector *drm_connector_lookup(struct drm_device *dev, in drm_connector_lookup() 2057 struct drm_device *dev; member 2085 struct drm_device *dev; member
|
/openbmc/linux/drivers/pmdomain/qcom/ |
H A D | cpr.c | 229 struct device *dev; member 588 static irqreturn_t cpr_irq_handler(int irq, void *dev) in cpr_irq_handler() 1448 struct device *dev) in cpr_pd_attach_dev() 1616 struct device *dev = &pdev->dev; in cpr_probe() local
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | applespi.c | 947 static int applespi_event(struct input_dev *dev, unsigned int type, in applespi_event() 1869 static int applespi_poweroff_late(struct device *dev) in applespi_poweroff_late() 1879 static int applespi_suspend(struct device *dev) in applespi_suspend() 1906 static int applespi_resume(struct device *dev) in applespi_resume()
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_pf.c | 148 int reg, dev, vf, start_vf, num_reg = 1; in otx2_pf_flr_intr_handler() local 2141 static netdev_features_t otx2_fix_features(struct net_device *dev, in otx2_fix_features() 2642 struct net_device *dev = pf->netdev; in otx2_xdp_setup() local 2856 struct device *dev = &pdev->dev; in otx2_probe() local
|
/openbmc/linux/drivers/acpi/ |
H A D | ec.c | 2075 static int acpi_ec_suspend(struct device *dev) in acpi_ec_suspend() 2085 static int acpi_ec_suspend_noirq(struct device *dev) in acpi_ec_suspend_noirq() 2102 static int acpi_ec_resume_noirq(struct device *dev) in acpi_ec_resume_noirq() 2115 static int acpi_ec_resume(struct device *dev) in acpi_ec_resume()
|
/openbmc/linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_vop.c | 141 struct device *dev; member 1847 struct device *dev = vop->dev; in vop_create_crtc() local 2172 static int vop_bind(struct device *dev, struct device *master, void *data) in vop_bind() 2266 static void vop_unbind(struct device *dev, struct device *master, void *data) in vop_unbind()
|
/openbmc/linux/drivers/dma/ |
H A D | fsldma.h | 122 struct device *dev; member 172 struct device *dev; /* Channel device */ member
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | vf610_nfc.c | 776 static int vf610_nfc_dt_probe(struct udevice *dev) in vf610_nfc_dt_probe() 798 struct udevice *dev; in board_nand_init() local
|
/openbmc/qemu/hw/net/ |
H A D | mcf_fec.c | 301 static void mcf_fec_reset(DeviceState *dev) in mcf_fec_reset() 641 static void mcf_fec_realize(DeviceState *dev, Error **errp) in mcf_fec_realize()
|
/openbmc/linux/drivers/net/wireless/marvell/libertas/ |
H A D | if_spi.c | 1219 static int if_spi_suspend(struct device *dev) in if_spi_suspend() 1237 static int if_spi_resume(struct device *dev) in if_spi_resume()
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | eeh-powernv.c | 802 static int __pnv_eeh_bridge_reset(struct pci_dev *dev, int option) in __pnv_eeh_bridge_reset() 894 void pnv_pci_reset_secondary_bus(struct pci_dev *dev) in pnv_pci_reset_secondary_bus()
|
/openbmc/linux/drivers/vdpa/ifcvf/ |
H A D | ifcvf_main.c | 732 static void ifcvf_vdpa_dev_del(struct vdpa_mgmt_dev *mdev, struct vdpa_device *dev) in ifcvf_vdpa_dev_del() 749 struct device *dev = &pdev->dev; in ifcvf_probe() local
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_nic.c | 579 struct device *dev = aq_nic_get_dev(self); in aq_nic_map_xdp() local 677 struct device *dev = aq_nic_get_dev(self); in aq_nic_map_skb() local
|
/openbmc/linux/sound/soc/amd/acp/ |
H A D | acp-mach-common.c | 1333 struct device *dev = card->dev; in acp_sofdsp_dai_links_create() local 1518 struct device *dev = card->dev; in acp_legacy_dai_links_create() local
|
/openbmc/linux/drivers/soc/apple/ |
H A D | rtkit.c | 714 struct apple_rtkit *apple_rtkit_init(struct device *dev, void *cookie, in apple_rtkit_init() 982 struct apple_rtkit *devm_apple_rtkit_init(struct device *dev, void *cookie, in devm_apple_rtkit_init()
|
/openbmc/linux/drivers/pinctrl/samsung/ |
H A D | pinctrl-s3c64xx.c | 453 struct device *dev = d->dev; in s3c64xx_eint_gpio_init() local 687 struct device *dev = d->dev; in s3c64xx_eint_eint0_init() local
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ptp.c | 536 int bnxt_hwtstamp_set(struct net_device *dev, struct ifreq *ifr) in bnxt_hwtstamp_set() 612 int bnxt_hwtstamp_get(struct net_device *dev, struct ifreq *ifr) in bnxt_hwtstamp_get()
|
/openbmc/linux/drivers/net/phy/ |
H A D | dp83867.c | 537 struct device *dev = &phydev->mdio.dev; in dp83867_of_init_io_impedance() local 582 struct device *dev = &phydev->mdio.dev; in dp83867_of_init() local
|