Home
last modified time | relevance | path

Searched defs:dev (Results 5626 – 5650 of 16103) sorted by relevance

1...<<221222223224225226227228229230>>...645

/openbmc/u-boot/board/kosagi/novena/
H A Dvideo.c260 static void enable_hdmi(struct display_info_t const *dev) in enable_hdmi()
267 static void enable_lvds(struct display_info_t const *dev) in enable_lvds()
280 static int detect_lvds(struct display_info_t const *dev) in detect_lvds()
/openbmc/u-boot/drivers/mmc/
H A Dzynq_sdhci.c228 static int arasan_sdhci_probe(struct udevice *dev) in arasan_sdhci_probe()
284 static int arasan_sdhci_ofdata_to_platdata(struct udevice *dev) in arasan_sdhci_ofdata_to_platdata()
312 static int arasan_sdhci_bind(struct udevice *dev) in arasan_sdhci_bind()
/openbmc/linux/drivers/staging/greybus/
H A Daudio_module.c236 struct device *dev = &bundle->dev; in gb_audio_probe() local
422 static int gb_audio_suspend(struct device *dev) in gb_audio_suspend()
436 static int gb_audio_resume(struct device *dev) in gb_audio_resume()
/openbmc/linux/sound/isa/gus/
H A Dgusmax.c113 static void snd_gusmax_init(int dev, struct snd_card *card, in snd_gusmax_init()
182 static int snd_gusmax_match(struct device *pdev, unsigned int dev) in snd_gusmax_match()
187 static int snd_gusmax_probe(struct device *pdev, unsigned int dev) in snd_gusmax_probe()
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm_pci.c125 ahc_linux_pci_dev_suspend(struct device *dev) in ahc_linux_pci_dev_suspend()
133 ahc_linux_pci_dev_resume(struct device *dev) in ahc_linux_pci_dev_resume()
188 struct device *dev = &pdev->dev; in ahc_linux_pci_dev_probe() local
/openbmc/linux/drivers/media/usb/dvb-usb-v2/
H A Dzd1301.c28 struct zd1301_dev *dev = d_to_priv(d); in zd1301_ctrl_msg() local
126 struct zd1301_dev *dev = adap_to_priv(adap); in zd1301_frontend_attach() local
204 struct zd1301_dev *dev = d_to_priv(d); in zd1301_frontend_detach() local
/openbmc/qemu/hw/misc/
H A Dauxbus.c88 DeviceState *dev = DEVICE(aux_dev); in aux_map_slave() local
93 static bool aux_bus_is_bridge(AUXBus *bus, DeviceState *dev) in aux_bus_is_bridge()
290 static void aux_slave_dev_print(Monitor *mon, DeviceState *dev, int indent) in aux_slave_dev_print()
/openbmc/linux/drivers/misc/
H A Dhisi_hikey_usb.c34 struct device *dev; member
149 struct device *dev = &pdev->dev; in hisi_hikey_usb_of_role_switch() local
211 struct device *dev = &pdev->dev; in hisi_hikey_usb_probe() local
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_idc.c64 struct device *dev; in ice_add_rdma_qset() local
291 static void ice_adev_release(struct device *dev) in ice_adev_release()
370 struct device *dev = &pf->pdev->dev; in ice_init_rdma() local
/openbmc/linux/sound/soc/codecs/
H A Dadau1781.c344 static bool adau1781_readable_register(struct device *dev, unsigned int reg) in adau1781_readable_register()
479 int adau1781_probe(struct device *dev, struct regmap *regmap, in adau1781_probe()
480 enum adau17x1_type type, void (*switch_mode)(struct device *dev)) in adau1781_probe()
/openbmc/linux/scripts/gdb/linux/
H A Ddevice.py23 def dev_name(dev): argument
84 def device_for_each_child(dev): argument
90 def _show_device(dev, level=0, recursive=False): argument
/openbmc/linux/drivers/platform/x86/intel/int1092/
H A Dintel_sar.c157 static ssize_t intc_data_show(struct device *dev, struct device_attribute *attr, char *buf) in intc_data_show()
168 static ssize_t intc_reg_show(struct device *dev, struct device_attribute *attr, char *buf) in intc_reg_show()
175 static ssize_t intc_reg_store(struct device *dev, struct device_attribute *attr, in intc_reg_store()
/openbmc/linux/net/ethtool/
H A Dplca.c59 struct net_device *dev = reply_base->dev; in plca_get_cfg_prepare_data() local
144 struct net_device *dev = req_info->dev; in ethnl_set_plca() local
202 struct net_device *dev = reply_base->dev; in plca_get_status_prepare_data() local
H A Dprivflags.c26 static int ethnl_get_priv_flags_info(struct net_device *dev, in ethnl_get_priv_flags_info()
63 struct net_device *dev = reply_base->dev; in privflags_prepare_data() local
148 struct net_device *dev = req_info->dev; in ethnl_set_privflags() local
/openbmc/linux/drivers/mfd/
H A Dmadera-core.c289 static int __maybe_unused madera_runtime_resume(struct device *dev) in madera_runtime_resume()
351 static int __maybe_unused madera_runtime_suspend(struct device *dev) in madera_runtime_suspend()
456 struct device *dev = madera->dev; in madera_dev_init() local
/openbmc/linux/drivers/net/phy/
H A Daquantia_hwmon.c104 static int aqr_hwmon_read(struct device *dev, enum hwmon_sensor_types type, in aqr_hwmon_read()
157 static int aqr_hwmon_write(struct device *dev, enum hwmon_sensor_types type, in aqr_hwmon_write()
226 struct device *dev = &phydev->mdio.dev; in aqr_hwmon_probe() local
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_rpmsg.c214 struct device *dev = &rpdev->dev; in cros_ec_rpmsg_probe() local
272 static int cros_ec_rpmsg_suspend(struct device *dev) in cros_ec_rpmsg_suspend()
279 static int cros_ec_rpmsg_resume(struct device *dev) in cros_ec_rpmsg_resume()
/openbmc/linux/drivers/pwm/
H A Dpwm-atmel-hlcdc.c185 static int atmel_hlcdc_pwm_suspend(struct device *dev) in atmel_hlcdc_pwm_suspend()
196 static int atmel_hlcdc_pwm_resume(struct device *dev) in atmel_hlcdc_pwm_resume()
248 struct device *dev = &pdev->dev; in atmel_hlcdc_pwm_probe() local
H A Dpwm-keembay.c40 struct device *dev; member
55 static int keembay_clk_enable(struct device *dev, struct clk *clk) in keembay_clk_enable()
188 struct device *dev = &pdev->dev; in keembay_pwm_probe() local
/openbmc/linux/drivers/gpu/host1x/hw/
H A Dchannel_hw.c24 struct device *dev = cdma_to_channel(cdma)->dev; in trace_write_gather() local
117 struct device *dev = job->channel->dev; in submit_gathers() local
349 static int host1x_channel_init(struct host1x_channel *ch, struct host1x *dev, in host1x_channel_init()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_writeback.c114 static int create_writeback_properties(struct drm_device *dev) in create_writeback_properties()
175 int drm_writeback_connector_init(struct drm_device *dev, in drm_writeback_connector_init()
233 int drm_writeback_connector_init_with_encoder(struct drm_device *dev, in drm_writeback_connector_init_with_encoder()
/openbmc/linux/arch/arm/mach-dove/
H A Dpcie.c81 static int pcie_valid_config(struct pcie_port *pp, int bus, int dev) in pcie_valid_config()
142 static void rc_pci_fixup(struct pci_dev *dev) in rc_pci_fixup()
177 static int __init dove_pcie_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in dove_pcie_map_irq()
/openbmc/linux/drivers/ata/
H A Dahci_sunxi.c86 static int ahci_sunxi_phy_init(struct device *dev, void __iomem *reg_base) in ahci_sunxi_phy_init()
215 struct device *dev = &pdev->dev; in ahci_sunxi_probe() local
257 static int ahci_sunxi_resume(struct device *dev) in ahci_sunxi_resume()
/openbmc/linux/net/bridge/
H A Dbr_ioctl.c23 struct net_device *dev; in get_bridge_ifindices() local
88 struct net_device *dev; in add_del_if() local
144 int br_dev_siocdevprivate(struct net_device *dev, struct ifreq *rq, in br_dev_siocdevprivate()
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dfbdev.c153 struct drm_device *dev = fb_helper->dev; in psb_fbdev_fb_probe() local
281 struct drm_device *dev = client->dev; in psb_fbdev_client_hotplug() local
316 struct drm_device *dev = &dev_priv->dev; in psb_fbdev_setup() local

1...<<221222223224225226227228229230>>...645