/openbmc/linux/drivers/sbus/char/ |
H A D | bbc_envctrl.c | 574 if (of_node_name_eq(op->dev.of_node, "temperature")) in bbc_envctrl_init() 576 if (of_node_name_eq(op->dev.of_node, "fan-control")) in bbc_envctrl_init()
|
/openbmc/linux/drivers/s390/scsi/ |
H A D | zfcp_qdio.c | 31 dev_warn(&adapter->ccw_device->dev, "A QDIO problem occurred\n"); in zfcp_qdio_handler_error() 527 dev_err(&cdev->dev, in zfcp_qdio_open()
|
/openbmc/linux/drivers/media/pci/cx18/ |
H A D | cx18-dvb.c | 129 ret = request_firmware(fw, fn, &cx->pci_dev->dev); in yuan_mpc718_mt352_reqfw() 348 THIS_MODULE, &cx->pci_dev->dev, adapter_nr); in cx18_dvb_register()
|
/openbmc/linux/net/sched/ |
H A D | act_skbedit.c | 37 return netdev_cap_txqueue(skb->dev, queue_mapping); in tcf_skbedit_hash() 76 skb->dev->real_num_tx_queues > params->queue_mapping) { in tcf_skbedit_act()
|
/openbmc/linux/net/devlink/ |
H A D | netlink.c | 117 strcmp(devlink->dev->bus->name, busname) == 0 && in devlink_get_from_attrs_lock() 118 strcmp(dev_name(devlink->dev), devname) == 0) in devlink_get_from_attrs_lock()
|
/openbmc/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-facebook-tiogapass.dts | 439 compatible = "ipmb-dev"; 530 compatible = "ipmb-dev";
|
/openbmc/linux/include/soc/fsl/qe/ |
H A D | qe.h | 178 extern struct qe_pin *qe_pin_request(struct device *dev, int index); 183 static inline struct qe_pin *qe_pin_request(struct device *dev, int index) in qe_pin_request() argument
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | nic.c | 34 buffer->addr = dma_alloc_coherent(&efx->pci_dev->dev, len, in efx_siena_alloc_buffer() 45 dma_free_coherent(&efx->pci_dev->dev, buffer->len, in efx_siena_free_buffer()
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_fastopen.c | 574 if (!(dst && dst->dev && (dst->dev->flags & IFF_LOOPBACK))) in tcp_fastopen_active_disable_ofo_check()
|
H A D | tcp_ipv4.c | 497 struct net *net = dev_net(skb->dev); in tcp_v4_err() 733 net = sk ? sock_net(sk) : dev_net(skb_dst(skb)->dev); in tcp_v4_send_reset() 1359 struct net_device *dev; in tcp_v4_parse_md5_keys() local 1362 dev = dev_get_by_index_rcu(sock_net(sk), cmd.tcpm_ifindex); in tcp_v4_parse_md5_keys() 1363 if (dev && netif_is_l3_master(dev)) in tcp_v4_parse_md5_keys() 1364 l3index = dev->ifindex; in tcp_v4_parse_md5_keys() 1371 if (!dev || !l3index) in tcp_v4_parse_md5_keys() 1785 struct net *net = dev_net(skb->dev); in tcp_v4_early_demux() 2000 struct net *net = dev_net(skb->dev); in tcp_v4_rcv() 2153 skb->dev = NULL; in tcp_v4_rcv()
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.0.5.rst | 35 - dev-manual: fix reference to BitBake user manual 53 - linux-yocto-dev: add qemuarm64
|
/openbmc/openbmc-test-automation/oem/nuvoton/ |
H A D | test_ipmi_flash.robot | 96 ${cmd}= Catenate dd if=/dev/urandom of=${HOST_WORK_DIR}/${BAD_IMG} bs=1K count=4 98 ${cmd}= Catenate dd if=/dev/urandom of=${HOST_WORK_DIR}/${BAD_SIG} bs=1 count=128
|
/openbmc/qemu/include/ui/ |
H A D | console.h | 379 QemuConsole *graphic_console_init(DeviceState *dev, uint32_t head, 399 QemuConsole *qemu_console_lookup_by_device(DeviceState *dev, uint32_t head);
|
/openbmc/linux/drivers/gpu/drm/meson/ |
H A D | meson_plane.c | 539 meson_plane = devm_kzalloc(priv->drm->dev, sizeof(*meson_plane), in meson_plane_create() 559 devm_kfree(priv->drm->dev, meson_plane); in meson_plane_create()
|
/openbmc/openbmc/meta-google/recipes-google/ncsi/ |
H A D | gbmc-ncsi-config.bb | 167 ln -sv /dev/null ${D}${sysconfdir}/systemd/system/dhcp6@.service 168 ln -sv /dev/null ${D}${sysconfdir}/systemd/system/dhcp4@.service
|
/openbmc/linux/include/linux/ |
H A D | bitmap.h | 133 unsigned long *devm_bitmap_alloc(struct device *dev, 135 unsigned long *devm_bitmap_zalloc(struct device *dev,
|
/openbmc/linux/drivers/pinctrl/mvebu/ |
H A D | pinctrl-kirkwood.c | 473 pdev->dev.platform_data = (void *)device_get_match_data(&pdev->dev); in kirkwood_pinctrl_probe()
|
/openbmc/linux/drivers/md/ |
H A D | dm-crypt.c | 154 struct dm_dev *dev; member 1179 struct blk_integrity *bi = blk_get_integrity(cc->dev->bdev->bd_disk); in crypt_integrity_ctr() 1693 clone = bio_alloc_bioset(cc->dev->bdev, nr_iovecs, io->base_bio->bi_opf, in crypt_alloc_buffer() 1900 clone = bio_alloc_clone(cc->dev->bdev, io->base_bio, gfp, &cc->bs); in kcryptd_io_read() 2790 if (cc->dev) in crypt_dtr() 2791 dm_put_device(ti, cc->dev); in crypt_dtr() 3220 return dm_report_zones(cc->dev->bdev, cc->start, in crypt_report_zones() 3361 if (bdev_is_zoned(cc->dev->bdev)) { in crypt_ctr() 3459 bio_set_dev(bio, cc->dev->bdev); in crypt_map() 3549 cc->dev->name, (unsigned long long)cc->start); in crypt_status() [all …]
|
/openbmc/qemu/accel/kvm/ |
H A D | kvm-all.c | 2080 int kvm_irqchip_add_msi_route(KVMRouteChange *c, int vector, PCIDevice *dev) in kvm_irqchip_add_msi_route() argument 2087 if (pci_available && dev) { in kvm_irqchip_add_msi_route() 2088 msg = pci_get_msi_message(dev, vector); in kvm_irqchip_add_msi_route() 2112 kroute.u.msi.devid = pci_requester_id(dev); in kvm_irqchip_add_msi_route() 2114 if (kvm_arch_fixup_msi_route(&kroute, msg.address, msg.data, dev)) { in kvm_irqchip_add_msi_route() 2120 trace_kvm_irqchip_add_msi_route(dev ? dev->name : (char *)"N/A", in kvm_irqchip_add_msi_route() 2124 kvm_arch_add_msi_route_post(&kroute, vector, dev); in kvm_irqchip_add_msi_route() 2135 PCIDevice *dev) in kvm_irqchip_update_msi_route() argument 2155 kroute.u.msi.devid = pci_requester_id(dev); in kvm_irqchip_update_msi_route() 2157 if (kvm_arch_fixup_msi_route(&kroute, msg.address, msg.data, dev)) { in kvm_irqchip_update_msi_route() [all …]
|
/openbmc/linux/drivers/scsi/elx/efct/ |
H A D | efct_hw.c | 518 dma->virt = dma_alloc_coherent(&efct->pci->dev, in efct_hw_setup_io() 563 dma->virt = dma_alloc_coherent(&efct->pci->dev, in efct_hw_setup_io() 620 req.virt = dma_alloc_coherent(&efct->pci->dev, req.size, &req.phys, in efct_hw_init_prereg_io() 665 dma_free_coherent(&efct->pci->dev, req.size, req.virt, req.phys); in efct_hw_init_prereg_io() 1065 dma->virt = dma_alloc_coherent(&hw->os->pci->dev, dma->size, &dma->phys, in efct_hw_init() 1192 prq->dma.virt = dma_alloc_coherent(&efct->pci->dev, in efct_hw_rx_buffer_alloc() 1216 dma_free_coherent(&efct->pci->dev, in efct_hw_rx_buffer_free() 3424 dma_free_coherent(&efct->pci->dev, in efct_hw_teardown() 3433 dma_free_coherent(&efct->pci->dev, in efct_hw_teardown() 3448 dma_free_coherent(&efct->pci->dev, in efct_hw_teardown() [all …]
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | layers.rst | 26 …Guide and the ":ref:`dev-manual/layers:creating a general layer using the \`\`bitbake-layers\`\` s… 137 … See ":ref:`dev-manual/layers:creating a general layer using the \`\`bitbake-layers\`\` script`", 162 ":ref:`dev-manual/layers:making sure your layer is compatible with yocto project`" 279 ":ref:`dev-manual/layers:making sure your layer is compatible with yocto project`" 737 …":ref:`dev-manual/custom-template-configuration-directory:creating a custom template configuration… 743 For more information, see ":ref:`dev-manual/layers:saving and restoring the layers setup`". 759 … file. See the ":ref:`dev-manual/layers:adding a layer using the \`\`bitbake-layers\`\` script`" 897 …Running 'git remote remove origin > /dev/null 2>&1; git remote add origin git://git.yoctoproject.o… 903 …Running 'git remote remove origin > /dev/null 2>&1; git remote add origin git://git.yoctoproject.o… 905 …Running 'git remote remove poky-contrib > /dev/null 2>&1; git remote add poky-contrib ssh://git@pu…
|
/openbmc/linux/fs/overlayfs/ |
H A D | inode.c | 111 stat->dev = dentry->d_sb->s_dev; in ovl_map_dev_ino() 125 stat->dev = dentry->d_sb->s_dev; in ovl_map_dev_ino() 144 stat->dev = dentry->d_sb->s_dev; in ovl_map_dev_ino() 153 stat->dev = ofs->fs[fsid].pseudo_dev; in ovl_map_dev_ino()
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | af9005-fe.c | 1029 ret = af9005_read_eeprom(adap->dev, 0xc6, buf, 2); in af9005_fe_init() 1038 ret = af9005_read_eeprom(adap->dev, 0xc8, buf, 2); in af9005_fe_init() 1044 if (dvb_attach(mt2060_attach, fe, &adap->dev->i2c_adap, in af9005_fe_init() 1052 if (dvb_attach(qt1010_attach, fe, &adap->dev->i2c_adap, in af9005_fe_init()
|
/openbmc/linux/Documentation/doc-guide/ |
H A D | contributing.rst | 71 * @dev: The devfreq user device. (parent of devfreq) 107 @@ -1814,7 +1814,7 @@ static void devm_devfreq_notifier_release(struct device *dev, void *res) 113 * @dev: The devfreq user device. (parent of devfreq) 122 * @dev: The devfreq user device. (parent of devfreq)
|
/openbmc/linux/fs/orangefs/ |
H A D | inode.c | 1099 umode_t mode, dev_t dev, struct orangefs_object_kref *ref) in orangefs_new_inode() argument 1110 MAJOR(dev), in orangefs_new_inode() 1111 MINOR(dev), in orangefs_new_inode() 1130 inode->i_rdev = dev; in orangefs_new_inode()
|