Home
last modified time | relevance | path

Searched refs:dev (Results 15751 – 15775 of 26793) sorted by relevance

1...<<631632633634635636637638639640>>...1072

/openbmc/linux/drivers/video/fbdev/aty/
H A Dradeon_i2c.c76 chan->adapter.dev.parent = &chan->rinfo->pdev->dev; in radeon_setup_i2c_bus()
94 dev_dbg(&chan->rinfo->pdev->dev, "I2C bus %s registered.\n", name); in radeon_setup_i2c_bus()
96 dev_warn(&chan->rinfo->pdev->dev, "Failed to register I2C bus %s.\n", name); in radeon_setup_i2c_bus()
/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Drtl8187.h41 struct ieee80211_hw *dev; member
92 struct ieee80211_hw *dev; member
118 struct ieee80211_hw *dev; member
158 void rtl8187_write_phy(struct ieee80211_hw *dev, u8 addr, u32 data);
/openbmc/linux/drivers/base/regmap/
H A Dregmap-spmi.c90 return __regmap_init(&sdev->dev, &regmap_spmi_base, sdev, config, in __regmap_init_spmi_base()
100 return __devm_regmap_init(&sdev->dev, &regmap_spmi_base, sdev, config, in __devm_regmap_init_spmi_base()
210 return __regmap_init(&sdev->dev, &regmap_spmi_ext, sdev, config, in __regmap_init_spmi_ext()
220 return __devm_regmap_init(&sdev->dev, &regmap_spmi_ext, sdev, config, in __devm_regmap_init_spmi_ext()
/openbmc/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_cmd_parser.c93 dev_warn_once(state->gpu->dev, in etnaviv_warn_if_non_sensitive()
123 dev_warn_ratelimited(state->gpu->dev, in etnaviv_validate_load_state()
189 dev_err(gpu->dev, "%s: op %u not permitted at offset %tu\n", in etnaviv_cmd_validate_one()
200 dev_err(gpu->dev, "%s: commands overflow end of buffer: %tu > %u\n", in etnaviv_cmd_validate_one()
/openbmc/qemu/hw/core/
H A Dplatform-bus.c181 static void platform_bus_realize(DeviceState *dev, Error **errp) in platform_bus_realize() argument
187 d = SYS_BUS_DEVICE(dev); in platform_bus_realize()
188 pbus = PLATFORM_BUS_DEVICE(dev); in platform_bus_realize()
190 memory_region_init(&pbus->mmio, OBJECT(dev), "platform bus", in platform_bus_realize()
/openbmc/u-boot/board/renesas/blanche/
H A Dblanche.c320 struct eth_device *dev; in board_eth_init() local
326 dev = eth_get_dev_by_index(0); in board_eth_init()
327 if (dev) { in board_eth_init()
328 eth_env_set_enetaddr("ethaddr", dev->enetaddr); in board_eth_init()
/openbmc/qemu/hw/cpu/
H A Darm11mpcore.c71 static void mpcore_priv_realize(DeviceState *dev, Error **errp) in mpcore_priv_realize() argument
73 SysBusDevice *sbd = SYS_BUS_DEVICE(dev); in mpcore_priv_realize()
74 ARM11MPCorePriveState *s = ARM11MPCORE_PRIV(dev); in mpcore_priv_realize()
99 qdev_init_gpio_in(dev, mpcore_priv_set_irq, s->num_irq - 32); in mpcore_priv_realize()
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dpopulate-volatile.sh59 eval "$EXEC" > /dev/null 2>&1
79 eval "$EXEC" > /dev/null 2>&1
107 eval "$EXEC" > /dev/null 2>&1
195 if echo "${NEWNAME}" | grep -v "^/" >/dev/null; then
/openbmc/linux/drivers/video/fbdev/nvidia/
H A Dnv_i2c.c93 chan->adapter.dev.parent = &chan->par->pci_dev->dev; in nvidia_setup_i2c_bus()
111 dev_dbg(&chan->par->pci_dev->dev, in nvidia_setup_i2c_bus()
114 dev_warn(&chan->par->pci_dev->dev, in nvidia_setup_i2c_bus()
/openbmc/linux/drivers/media/pci/mantis/
H A Dmantis_dma.c55 dma_free_coherent(&mantis->pdev->dev, MANTIS_BUF_SIZE, in mantis_dma_exit()
67 dma_free_coherent(&mantis->pdev->dev, MANTIS_RISC_SIZE, in mantis_dma_exit()
80 mantis->buf_cpu = dma_alloc_coherent(&mantis->pdev->dev, in mantis_alloc_buffers()
95 mantis->risc_cpu = dma_alloc_coherent(&mantis->pdev->dev, in mantis_alloc_buffers()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/pulseaudio/pavucontrol/
H A D0001-pavucontrol-remove-canberra-gtk-support.patch82 char dev[64];
95 snprintf(dev, sizeof(dev), "%lu", (unsigned long) index);
96 - ca_context_change_device(ca_gtk_context_get(), dev);
/openbmc/qemu/tests/qemu-iotests/
H A D10837 fusermount -u "$TEST_DIR/fuse-export" &>/dev/null
58 if sudo -n losetup &>/dev/null; then
247 $QEMU_IO -c "write $ofs $block_len" "$TEST_IMG" >/dev/null
255 $QEMU_IO -c "write $ofs $((9 * 1024 * 1024 - ofs))" "$TEST_IMG" >/dev/null
H A D30832 rmdir "$EXT_MP" 2>/dev/null
147 rmdir "$EXT_MP" 2>/dev/null
298 dd if=/dev/zero of="$EXT_MP" bs=1 count=64k seek=$orig_len 2>&1 \
335 dd if=/dev/zero of="$EXT_MP" bs=1 count=64k seek=$new_len 2>&1 \
/openbmc/openbmc/poky/bitbake/bin/
H A Dtoaster62 while kill -0 $pid 2>/dev/null; do
63 kill -SIGTERM $pid 2>/dev/null
74 if ! cat "${BUILDDIR}/.toastermain.pid" 2>/dev/null | xargs -I{} kill -0 {} ; then
87 </dev/null >>${TOASTER_LOGS_DIR}/web.log 2>&1 \
/openbmc/linux/tools/include/nolibc/
H A Dtypes.h224 #define major(dev) ((unsigned int)(((dev) >> 8) & 0xfff)) argument
225 #define minor(dev) ((unsigned int)(((dev) & 0xff)) argument
/openbmc/linux/sound/pci/emu10k1/
H A Dirq.c22 dev_info(emu->card->dev, in snd_emu10k1_interrupt()
27 dev_info(emu->card->dev, "emu10k1 irq routine failure\n"); in snd_emu10k1_interrupt()
32 dev_err(emu->card->dev, "interrupt: PCI error\n"); in snd_emu10k1_interrupt()
155 dev_err(emu->card->dev, in snd_emu10k1_interrupt()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Defx.h206 struct net_device *dev = efx->net_dev; in efx_device_detach_sync() local
215 netif_tx_lock_bh(dev); in efx_device_detach_sync()
216 netif_device_detach(dev); in efx_device_detach_sync()
217 netif_tx_unlock_bh(dev); in efx_device_detach_sync()
/openbmc/linux/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet_mdio.c92 dev_dbg(lp->dev, "axienet_mdio_read(phy_id=%i, reg=%x) == %x\n", in axienet_mdio_read()
118 dev_dbg(lp->dev, "axienet_mdio_write(phy_id=%i, reg=%x, val=%x)\n", in axienet_mdio_write()
280 bus->parent = lp->dev; in axienet_mdio_setup()
283 mdio_node = of_get_child_by_name(lp->dev->of_node, "mdio"); in axienet_mdio_setup()
/openbmc/linux/fs/nilfs2/
H A Dsysfs.h73 NILFS_DEV_ATTR_STRUCT(dev);
112 NILFS_INFO_ATTR(dev, name)
114 NILFS_RO_ATTR(dev, name)
116 NILFS_RW_ATTR(dev, name)
/openbmc/linux/arch/x86/include/asm/
H A Dpci_x86.h113 extern int (*pcibios_enable_irq)(struct pci_dev *dev);
114 extern void (*pcibios_disable_irq)(struct pci_dev *dev);
116 extern bool mp_should_keep_irq(struct device *dev);
184 extern int pci_mmconfig_insert(struct device *dev, u16 seg, u8 start, u8 end,
/openbmc/linux/drivers/watchdog/
H A Dgef_wdt.c263 static int gef_wdt_probe(struct platform_device *dev) in gef_wdt_probe() argument
275 gef_wdt_regs = of_iomap(dev->dev.of_node, 0); in gef_wdt_probe()
286 static void gef_wdt_remove(struct platform_device *dev) in gef_wdt_remove() argument
/openbmc/linux/drivers/sbus/char/
H A Ddisplay7seg.c180 p = devm_kzalloc(&op->dev, sizeof(*p), GFP_KERNEL); in d7s_probe()
214 op->dev.of_node, in d7s_probe()
219 dev_set_drvdata(&op->dev, p); in d7s_probe()
234 struct d7s *p = dev_get_drvdata(&op->dev); in d7s_remove()
/openbmc/linux/sound/soc/sof/
H A Dops.c18 struct pci_dev *pci = to_pci_dev(sdev->dev); in snd_sof_pci_update_bits_unlocked()
24 dev_dbg(sdev->dev, "Debug PCIR: %8.8x at %8.8x\n", old & mask, offset); in snd_sof_pci_update_bits_unlocked()
32 dev_dbg(sdev->dev, "Debug PCIW: %8.8x at %8.8x\n", value, in snd_sof_pci_update_bits_unlocked()
165 dev_warn(sdev->dev, in snd_sof_dsp_panic()
/openbmc/linux/drivers/crypto/
H A Dqcom-rng.c165 rng = devm_kzalloc(&pdev->dev, sizeof(*rng), GFP_KERNEL); in qcom_rng_probe()
176 rng->clk = devm_clk_get_optional(&pdev->dev, "core"); in qcom_rng_probe()
180 rng->skip_init = (unsigned long)device_get_match_data(&pdev->dev); in qcom_rng_probe()
185 dev_err(&pdev->dev, "Register crypto rng failed: %d\n", ret); in qcom_rng_probe()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.h251 bool mlx5e_rep_has_offload_stats(const struct net_device *dev, int attr_id);
252 int mlx5e_rep_get_offload_stats(int attr_id, const struct net_device *dev,
275 static inline bool mlx5e_rep_has_offload_stats(const struct net_device *dev, in mlx5e_rep_has_offload_stats() argument
278 const struct net_device *dev, in mlx5e_rep_get_offload_stats() argument

1...<<631632633634635636637638639640>>...1072