Home
last modified time | relevance | path

Searched refs:dev (Results 15876 – 15900 of 26793) sorted by relevance

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

/openbmc/linux/drivers/video/fbdev/
H A Dcyber2000fb.c1125 info->dev = int_cfb_info->fb.device; in cyber2000fb_attach()
1727 err = pci_enable_device(dev); in cyberpro_pci_probe()
1740 cfb->irq = dev->irq; in cyberpro_pci_probe()
1741 cfb->region = pci_ioremap_bar(dev, 0); in cyberpro_pci_probe()
1748 cfb->fb.device = &dev->dev; in cyberpro_pci_probe()
1785 pci_set_drvdata(dev, cfb); in cyberpro_pci_probe()
1794 pci_release_regions(dev); in cyberpro_pci_probe()
1798 pci_disable_device(dev); in cyberpro_pci_probe()
1804 struct cfb_info *cfb = pci_get_drvdata(dev); in cyberpro_pci_remove()
1814 pci_release_regions(dev); in cyberpro_pci_remove()
[all …]
/openbmc/linux/drivers/thunderbolt/
H A Ddebugfs.c140 pm_runtime_get_sync(&sw->dev); in regs_write()
163 pm_runtime_mark_last_busy(&sw->dev); in regs_write()
164 pm_runtime_put_autosuspend(&sw->dev); in regs_write()
566 pm_runtime_get_sync(&sw->dev); in margining_run_write()
622 pm_runtime_mark_last_busy(&sw->dev); in margining_run_write()
1061 pm_runtime_get_sync(&sw->dev); in counters_write()
1087 pm_runtime_mark_last_busy(&sw->dev); in counters_write()
1264 pm_runtime_get_sync(&sw->dev); in port_regs_show()
1368 pm_runtime_get_sync(&sw->dev); in switch_regs_show()
1420 pm_runtime_get_sync(&sw->dev); in path_show()
[all …]
/openbmc/linux/drivers/vfio/pci/
H A Dtrace.h30 __entry->name = dev_name(&pdev->dev),
54 __entry->name = dev_name(&pdev->dev),
79 __entry->name = dev_name(&pdev->dev),
/openbmc/linux/drivers/input/misc/
H A Dpcap_keys.c56 pcap_keys->pcap = dev_get_drvdata(pdev->dev.parent); in pcap_keys_probe()
68 input_dev->dev.parent = &pdev->dev; in pcap_keys_probe()
/openbmc/linux/include/linux/
H A Dcb710.h91 return dev_get_drvdata(slot->pdev.dev.parent); in cb710_slot_to_chip()
96 return &slot->pdev.dev; in cb710_slot_dev()
101 return &chip->pdev->dev; in cb710_chip_dev()
/openbmc/linux/tools/usb/ffs-aio-example/multibuff/host_app/
H A Dtest.c83 libusb_device *dev = list[i]; in test_init() local
85 ret = libusb_get_device_descriptor(dev, &desc); in test_init()
92 state->found = dev; in test_init()
/openbmc/openbmc/poky/meta/recipes-connectivity/iw/iw/
H A D0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch18 -if [ -d .git ] && head=`git rev-parse --verify HEAD 2>/dev/null`; then
19 - git update-index --refresh --unmerged > /dev/null
20 - descr=$(git describe --match=v* 2>/dev/null)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/
H A Debtables.common25 /usr/sbin/ebtables-legacy -t filter -L 2>&1 1>/dev/null | grep -q permission
31 /usr/sbin/ebtables-legacy -t $table -L &> /dev/null
78 rmmod $mod 2> /dev/null
/openbmc/openbmc/meta-security/recipes-scanners/arpwatch/files/
H A Darpwatch_init20 grep -c '^[a-z]' $CONF 2>&1 >/dev/null && MULTIPLE=1
25 if getent passwd "$RUNAS" >/dev/null; then
73 grep '^[a-z]' $CONF 2>/dev/null | \
/openbmc/linux/arch/s390/appldata/
H A Dappldata_net_sum.c63 struct net_device *dev; in appldata_get_net_sum_data() local
82 for_each_netdev_rcu(&init_net, dev) { in appldata_get_net_sum_data()
86 stats = dev_get_stats(dev, &temp); in appldata_get_net_sum_data()
/openbmc/u-boot/cmd/
H A Dfsi.c85 struct udevice *dev; in do_probe() local
104 rc = uclass_get_device_by_name(UCLASS_MISC, devices[id], &dev); in do_probe()
109 return dev_get_priv(dev); in do_probe()
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A D0001-cpan-Sys-Syslog-Makefile.PL-Fix-_PATH_LOG-for-determ.patch6 It checks host's path such as /dev/log and uses it, this doesn't make sense for
8 usually doesn't have /dev/log which leads to a different build result since
9 other host usually has /dev/log, so make it always use the default value to fix
/openbmc/openbmc/poky/meta/recipes-devtools/intltool/
H A Dintltool_0.51.0.bb20 RDEPENDS:${PN} = "gettext-dev libxml-parser-perl"
34 FILES:${PN}-dev = ""
37 INSANE_SKIP:${PN} += "dev-deps"
/openbmc/linux/sound/pci/echoaudio/
H A Dindigo_dsp.c46 dev_err(chip->card->dev, in init_hw()
113 dev_err(chip->card->dev, in set_sample_rate()
152 dev_dbg(chip->card->dev, in set_vmixer_gain()
H A Dindigodj_dsp.c46 dev_err(chip->card->dev, in init_hw()
113 dev_err(chip->card->dev, in set_sample_rate()
152 dev_dbg(chip->card->dev, in set_vmixer_gain()
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Doutput.c26 remote_node = of_graph_get_remote_node(out->dev->of_node, in omapdss_device_init_output()
29 dev_dbg(out->dev, "failed to find video sink\n"); in omapdss_device_init_output()
45 dev_err(out->dev, in omapdss_device_init_output()
/openbmc/qemu/hw/intc/
H A Dexynos4210_gic.c54 static void exynos4210_gic_realize(DeviceState *dev, Error **errp) in exynos4210_gic_realize() argument
56 Object *obj = OBJECT(dev); in exynos4210_gic_realize()
73 qdev_init_gpio_in(dev, exynos4210_gic_set_irq, in exynos4210_gic_realize()
/openbmc/qemu/tests/docker/dockerfiles/
H A Ddebian-toolchain.docker21 libmpc-dev \
22 libmpfr-dev \
41 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi
/openbmc/qemu/hw/misc/
H A Di2c-echo.c131 static void i2c_echo_realize(DeviceState *dev, Error **errp) in i2c_echo_realize() argument
133 I2CEchoState *state = I2C_ECHO(dev); in i2c_echo_realize()
134 BusState *bus = qdev_get_parent_bus(dev); in i2c_echo_realize()
/openbmc/qemu/hw/display/
H A Dvirtio-dmabuf.c69 bool virtio_add_vhost_device(QemuUUID *uuid, struct vhost_dev *dev) in virtio_add_vhost_device() argument
73 if (dev == NULL) { in virtio_add_vhost_device()
78 vso->value = dev; in virtio_add_vhost_device()
/openbmc/qemu/hw/audio/
H A Dsoundhw.c134 DeviceState *dev = qdev_new(c->typename); in soundhw_init() local
135 qdev_prop_set_string(dev, "audiodev", audiodev_id); in soundhw_init()
136 qdev_realize_and_unref(dev, bus, &error_fatal); in soundhw_init()
/openbmc/linux/drivers/reset/
H A Dreset-bcm6345.c100 bcm6345_reset = devm_kzalloc(&pdev->dev, in bcm6345_reset_probe()
112 bcm6345_reset->rcdev.of_node = pdev->dev.of_node; in bcm6345_reset_probe()
116 return devm_reset_controller_register(&pdev->dev, in bcm6345_reset_probe()
/openbmc/linux/tools/testing/selftests/net/
H A Drps_default_mask.sh63 ip link set dev $VETH up
64 ip -n $NETNS link set dev $VETH up
67 ip link del dev $VETH
/openbmc/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-debug.c74 if (!pm_runtime_get_if_in_use(pipe->isi->dev)) in mxc_isi_debug_dump_regs_show()
84 pm_runtime_put(pipe->isi->dev); in mxc_isi_debug_dump_regs_show()
94 isi->debugfs_root = debugfs_create_dir(dev_name(isi->dev), NULL); in mxc_isi_debug_init()
/openbmc/linux/drivers/char/tpm/st33zp24/
H A Di2c.c109 dev_info(&client->dev, "client not i2c capable\n"); in st33zp24_i2c_probe()
113 phy = devm_kzalloc(&client->dev, sizeof(struct st33zp24_i2c_phy), in st33zp24_i2c_probe()
120 return st33zp24_probe(phy, &i2c_phy_ops, &client->dev, client->irq); in st33zp24_i2c_probe()

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