Home
last modified time | relevance | path

Searched refs:dev (Results 17076 – 17100 of 26794) sorted by relevance

1...<<681682683684685686687688689690>>...1072

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/glib-2.0/
H A Dglibmm_2.66.2.bb18 FILES:${PN}-dev += "${datadir}/glibmm-* ${libdir}/glibmm-2.4/include/ ${libdir}/glibmm-2.4/proc/ ${…
20 RDEPENDS:${PN}-dev = "perl"
/openbmc/linux/sound/soc/codecs/
H A Dgtm601.c82 dai_driver = of_device_get_match_data(&pdev->dev); in gtm601_platform_probe()
84 return devm_snd_soc_register_component(&pdev->dev, in gtm601_platform_probe()
H A Dssm4567.c120 static bool ssm4567_readable_reg(struct device *dev, unsigned int reg) in ssm4567_readable_reg() argument
131 static bool ssm4567_writeable_reg(struct device *dev, unsigned int reg) in ssm4567_writeable_reg() argument
146 static bool ssm4567_volatile_reg(struct device *dev, unsigned int reg) in ssm4567_volatile_reg() argument
451 ssm4567 = devm_kzalloc(&i2c->dev, sizeof(*ssm4567), GFP_KERNEL); in ssm4567_i2c_probe()
469 return devm_snd_soc_register_component(&i2c->dev, &ssm4567_component_driver, in ssm4567_i2c_probe()
/openbmc/linux/drivers/usb/host/
H A Dxhci-mvebu.c47 struct device *dev = hcd->self.controller; in xhci_mvebu_mbus_init_quirk() local
48 struct platform_device *pdev = to_platform_device(dev); in xhci_mvebu_mbus_init_quirk()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfirmware.h91 int brcmf_fw_get_firmwares(struct device *dev, struct brcmf_fw_request *req,
92 void (*fw_cb)(struct device *dev, int err,
/openbmc/linux/drivers/hwmon/pmbus/
H A Dir36021.c42 dev_err(&client->dev, "Failed to read PMBUS_MFR_MODEL\n"); in ir36021_probe()
46 dev_err(&client->dev, "MFR_MODEL unrecognised\n"); in ir36021_probe()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dtc.h36 int mlx5e_rep_setup_tc(struct net_device *dev, enum tc_setup_type type,
64 mlx5e_rep_setup_tc(struct net_device *dev, enum tc_setup_type type, in mlx5e_rep_setup_tc() argument
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-ge-achc1 What: /sys/bus/spi/<dev>/update_firmware
10 What: /sys/bus/spi/<dev>/reset
/openbmc/linux/include/rdma/
H A Drestrack.h119 int rdma_restrack_count(struct ib_device *dev,
157 struct rdma_restrack_entry *rdma_restrack_get_byid(struct ib_device *dev,
/openbmc/linux/include/linux/fsl/
H A Denetc_mdio.h46 struct enetc_hw *enetc_hw_alloc(struct device *dev, void __iomem *port_regs);
62 struct enetc_hw *enetc_hw_alloc(struct device *dev, void __iomem *port_regs) in enetc_hw_alloc() argument
/openbmc/linux/drivers/base/firmware_loader/
H A Dsysfs.h78 struct device dev; member
83 #define to_fw_sysfs(__dev) container_of_const(__dev, struct fw_sysfs, dev)
/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_object.h37 struct drm_device *ddev = bo->tbo.base.dev; in qxl_bo_reserve()
39 dev_err(ddev->dev, "%p reserve failed\n", bo); in qxl_bo_reserve()
/openbmc/linux/drivers/leds/
H A Dleds-ip30.c32 data = devm_kzalloc(&pdev->dev, sizeof(*data), GFP_KERNEL); in ip30led_create()
55 return devm_led_classdev_register(&pdev->dev, &data->cdev); in ip30led_create()
/openbmc/linux/include/sound/
H A Dsof.h78 struct device *dev; member
87 void (*sof_probe_complete)(struct device *dev);
/openbmc/linux/drivers/mfd/
H A Dmax8997-irq.c175 dev_err(max8997->dev, "Failed to read interrupt source: %d\n", in max8997_irq_thread()
300 dev_warn(max8997->dev, "No interrupt specified.\n"); in max8997_irq_init()
333 dev_err(max8997->dev, "could not create irq domain\n"); in max8997_irq_init()
343 dev_err(max8997->dev, "Failed to request IRQ %d: %d\n", in max8997_irq_init()
356 dev_err(max8997->dev, "Failed to request ono-IRQ %d: %d\n", in max8997_irq_init()
/openbmc/linux/Documentation/driver-api/mei/
H A Dmei-client-bus.rst38 int (*probe)(struct mei_cl_device *dev, const struct mei_cl_id *id);
39 int (*remove)(struct mei_cl_device *dev);
127 int contact_probe(struct mei_cl_device *dev, struct mei_cl_device_id *id)
130 mei_cldev_enable(dev);
132 mei_cldev_register_rx_cb(dev, contact_rx_cb);
/openbmc/linux/include/linux/
H A Drio_drv.h291 #define RIO_DEVICE(dev,ven) \ argument
292 .did = (dev), .vid = (ven), \
416 return dev_name(&rdev->dev); in rio_name()
428 return dev_get_drvdata(&rdev->dev); in rio_get_drvdata()
441 dev_set_drvdata(&rdev->dev, data); in rio_set_drvdata()
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Dsdi.c180 dev_dbg(&sdi->pdev->dev, in sdi_bridge_mode_fixup()
286 sdi->bridge.of_node = sdi->pdev->dev.of_node; in sdi_bridge_init()
308 out->dev = &sdi->pdev->dev; in sdi_init_output()
368 sdi->vdds_sdi_reg = devm_regulator_get(&pdev->dev, "vdds_sdi"); in sdi_init_port()
/openbmc/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-p2m.c40 dma_addr = dma_map_single(&solo_dev->pdev->dev, sys_addr, size, in solo_p2m_dma()
42 if (dma_mapping_error(&solo_dev->pdev->dev, dma_addr)) in solo_p2m_dma()
48 dma_unmap_single(&solo_dev->pdev->dev, dma_addr, size, in solo_p2m_dma()
305 dev_err(&solo_dev->pdev->dev, "Error detecting SDRAM size\n"); in solo_p2m_init()
310 dev_err(&solo_dev->pdev->dev, in solo_p2m_init()
/openbmc/openbmc/poky/meta/recipes-support/db/
H A Ddb_5.3.28.bb4 # itself (shared libraries, .a in the dev package),
8 # of the DB, only one version can be used *for dev*
51 # The dev package has the .so link (as in db3) and the .a's -
115 INSANE_SKIP:${PN} = "dev-so"
116 INSANE_SKIP:${PN}-cxx = "dev-so"
/openbmc/linux/drivers/media/i2c/
H A Dtw2804.c283 dev_err(&client->dev, in tw2804_s_video_routing()
288 dev_dbg(&client->dev, "initializing TW2804 channel %d\n", in tw2804_s_video_routing()
292 dev_err(&client->dev, in tw2804_s_video_routing()
297 dev_err(&client->dev, in tw2804_s_video_routing()
357 state = devm_kzalloc(&client->dev, sizeof(*state), GFP_KERNEL); in tw2804_probe()
/openbmc/linux/sound/mips/
H A Dsnd-n64.c294 err = snd_card_new(&pdev->dev, SNDRV_DEFAULT_IDX1, in n64audio_probe()
306 priv->ring_base = dma_alloc_coherent(card->dev, 32 * 1024, &priv->ring_base_dma, in n64audio_probe()
333 snd_pcm_set_managed_buffer_all(pcm, SNDRV_DMA_TYPE_VMALLOC, card->dev, 0, 0); in n64audio_probe()
344 if (devm_request_irq(&pdev->dev, irq, n64audio_isr, in n64audio_probe()
357 dma_free_coherent(card->dev, 32 * 1024, priv->ring_base, priv->ring_base_dma); in n64audio_probe()
/openbmc/linux/drivers/net/phy/
H A Dfixed_phy.c48 int fixed_phy_change_carrier(struct net_device *dev, bool new_carrier) in fixed_phy_change_carrier() argument
51 struct phy_device *phydev = dev->phydev; in fixed_phy_change_carrier()
273 phy->mdio.dev.of_node = np; in __fixed_phy_register()
330 of_node_put(phy->mdio.dev.of_node); in fixed_phy_unregister()
353 fmb->mii_bus->parent = &pdev->dev; in fixed_mdio_bus_init()
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dqcom,wcd934x.yaml31 slim-ifc-dev:
158 - slim-ifc-dev
162 - slim-ifc-dev
183 slim-ifc-dev: false
206 slim-ifc-dev = <&wcd9340_ifd>;
/openbmc/linux/drivers/watchdog/
H A Dexar_wdt.c255 struct device *dev = &pdev->dev; in exar_wdt_probe() local
256 struct wdt_priv *priv = dev->platform_data; in exar_wdt_probe()
286 ret = devm_watchdog_register_device(dev, wdt_dev); in exar_wdt_probe()
290 dev_info(dev, "XR28V%X WDT initialized. timeout=%d sec (nowayout=%d)\n", in exar_wdt_probe()

1...<<681682683684685686687688689690>>...1072