/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_ctl.c | 81 is_local = !dst->error && dst->dev && (dst->dev->flags & IFF_LOOPBACK); in __ip_vs_addr_is_local_v6() 1745 ip_vs_forget_dev(struct ip_vs_dest *dest, struct net_device *dev) in ip_vs_forget_dev() argument 1751 if (dest_dst && dest_dst->dst_cache->dev == dev) { in ip_vs_forget_dev() 1753 dev->name, in ip_vs_forget_dev() 1768 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in ip_vs_dst_event() local 1769 struct net *net = dev_net(dev); in ip_vs_dst_event() 1777 IP_VS_DBG(3, "%s() dev=%s\n", __func__, dev->name); in ip_vs_dst_event() 1784 ip_vs_forget_dev(dest, dev); in ip_vs_dst_event() 1793 ip_vs_forget_dev(dest, dev); in ip_vs_dst_event() 1802 ip_vs_forget_dev(dest, dev); in ip_vs_dst_event()
|
/openbmc/linux/drivers/block/ |
H A D | floppy.c | 4448 static ssize_t floppy_cmos_show(struct device *dev, in floppy_cmos_show() argument 4451 struct platform_device *p = to_platform_device(dev); in floppy_cmos_show() 4467 static void floppy_device_release(struct device *dev) in floppy_device_release() argument 4471 static int floppy_resume(struct device *dev) in floppy_resume() argument 4541 static void floppy_probe(dev_t dev) in floppy_probe() argument 4543 unsigned int drive = (MINOR(dev) & 3) | ((MINOR(dev) & 0x80) >> 5); in floppy_probe() 4544 unsigned int type = (MINOR(dev) >> 2) & 0x1f; in floppy_probe() 4722 floppy_device[drive].dev.release = floppy_device_release; in do_floppy_init() 4723 floppy_device[drive].dev.groups = floppy_dev_groups; in do_floppy_init() 4731 err = device_add_disk(&floppy_device[drive].dev, in do_floppy_init()
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | packages.rst | 8 - :ref:`dev-manual/packages:excluding packages from an image` 10 - :ref:`dev-manual/packages:incrementing a package version` 12 - :ref:`dev-manual/packages:handling optional module packaging` 14 - :ref:`dev-manual/packages:using runtime package management` 16 - :ref:`dev-manual/packages:generating and using signed packages` 21 - :ref:`dev-manual/packages:creating node package manager (npm) packages` 23 - :ref:`dev-manual/packages:adding custom metadata to packages` 109 ":ref:`dev-manual/packages:automatically incrementing a package version number`" 197 ":ref:`dev-manual/build-quality:maintaining build output quality`" section. 477 ``bash-completion``, ``bash-completion-dbg``, ``bash-completion-dev``,
|
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`" 839 …":ref:`dev-manual/custom-template-configuration-directory:creating a custom template configuration… 845 For more information, see ":ref:`dev-manual/layers:saving and restoring the layers setup`". 861 … file. See the ":ref:`dev-manual/layers:adding a layer using the \`\`bitbake-layers\`\` script`" 999 …Running 'git remote remove origin > /dev/null 2>&1; git remote add origin git://git.yoctoproject.o… 1005 …Running 'git remote remove origin > /dev/null 2>&1; git remote add origin git://git.yoctoproject.o… 1007 …Running 'git remote remove poky-contrib > /dev/null 2>&1; git remote add poky-contrib ssh://git@pu…
|
H A D | upgrading-recipes.rst | 57 ":ref:`dev-manual/start:Preparing the Build Host`" section. 104 History <dev-manual/build-quality:maintaining build output quality>`, 335 :ref:`dev-manual/upgrading-recipes:Using the Auto Upgrade Helper (AUH)` or 336 by :ref:`dev-manual/upgrading-recipes:Using \`\`devtool upgrade\`\``,
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | terms.rst | 24 the ":ref:`dev-manual/layers:appending other layers metadata with your layer`" 254 ":ref:`dev-manual/building:building an initial ram filesystem (Initramfs) image`" 270 ":ref:`dev-manual/layers:Understanding and Creating 414 build the software images. See the ":ref:`dev-manual/sbom:creating 481 <https://spdx.dev/>`__ and is used by the OpenEmbedded Build System to 485 and the ":ref:`dev-manual/sbom:creating a software bill of materials`"
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_qdisc.c | 686 dev_err(mlxsw_sp->bus_info->dev, in mlxsw_sp_qdisc_red_check_params() 693 dev_err(mlxsw_sp->bus_info->dev, in mlxsw_sp_qdisc_red_check_params() 698 dev_err(mlxsw_sp->bus_info->dev, in mlxsw_sp_qdisc_red_check_params() 1000 dev_err(mlxsw_sp_port->mlxsw_sp->bus_info->dev, in mlxsw_sp_qdisc_tbf_check_params() 1010 dev_err(mlxsw_sp->bus_info->dev, in mlxsw_sp_qdisc_tbf_check_params() 2031 mall_entry->mirror.to_dev = act->dev; in mlxsw_sp_qevent_mall_replace()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/ |
H A D | 0002-boost-Backport-clang-support.patch | 22 --- /dev/null 297 --- /dev/null 380 --- /dev/null 925 --- /dev/null 1068 --- /dev/null 1227 --- /dev/null
|
/openbmc/linux/fs/nfs/ |
H A D | client.c | 1329 char dev[13]; // 8 for 2^24, 1 for ':', 3 for 2^8, 1 for '\0' in nfs_volume_list_show() local 1343 snprintf(dev, sizeof(dev), "%u:%u", in nfs_volume_list_show() 1355 dev, in nfs_volume_list_show()
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_mid.c | 578 dma_free_coherent(&ha->pdev->dev, (req->length + 1) * in qla25xx_free_req_que() 604 dma_free_coherent(&ha->pdev->dev, (rsp->length + 1) * in qla25xx_free_rsp_que() 718 req->ring = dma_alloc_coherent(&ha->pdev->dev, in qla25xx_create_req_que() 845 rsp->ring = dma_alloc_coherent(&ha->pdev->dev, in qla25xx_create_rsp_que()
|
/openbmc/qemu/hw/intc/ |
H A D | openpic.c | 1501 static void openpic_realize(DeviceState *dev, Error **errp) in openpic_realize() argument 1503 SysBusDevice *d = SYS_BUS_DEVICE(dev); in openpic_realize() 1504 OpenPICState *opp = OPENPIC(dev); in openpic_realize() 1606 qdev_init_gpio_in(dev, openpic_set_irq, opp->max_irq); in openpic_realize()
|
/openbmc/qemu/hw/display/ |
H A D | artist.c | 1373 static void artist_realizefn(DeviceState *dev, Error **errp) in artist_realizefn() argument 1375 ARTISTState *s = ARTIST(dev); in artist_realizefn() 1391 memory_region_init(&s->mem_as_root, OBJECT(dev), "artist", ~0ull); in artist_realizefn() 1423 s->con = graphic_console_init(dev, 0, &artist_ops, s); in artist_realizefn()
|
/openbmc/linux/drivers/scsi/csiostor/ |
H A D | csio_wr.c | 127 buf->vaddr = dma_alloc_coherent(&hw->pdev->dev, buf->len, in csio_wr_fill_fl() 236 q->vstart = dma_alloc_coherent(&hw->pdev->dev, qsz, &q->pstart, in csio_wr_alloc_q() 1704 dma_free_coherent(&hw->pdev->dev, in csio_wrm_exit() 1710 dma_free_coherent(&hw->pdev->dev, q->size, in csio_wrm_exit()
|
/openbmc/linux/drivers/clk/qcom/ |
H A D | dispcc-sm8550.c | 1751 ret = devm_pm_runtime_enable(&pdev->dev); in disp_cc_sm8550_probe() 1755 ret = pm_runtime_resume_and_get(&pdev->dev); in disp_cc_sm8550_probe() 1781 pm_runtime_put(&pdev->dev); in disp_cc_sm8550_probe() 1786 pm_runtime_put_sync(&pdev->dev); in disp_cc_sm8550_probe()
|
H A D | dispcc-sm8450.c | 1758 ret = devm_pm_runtime_enable(&pdev->dev); in disp_cc_sm8450_probe() 1762 ret = pm_runtime_resume_and_get(&pdev->dev); in disp_cc_sm8450_probe() 1788 pm_runtime_put(&pdev->dev); in disp_cc_sm8450_probe() 1793 pm_runtime_put_sync(&pdev->dev); in disp_cc_sm8450_probe()
|
/openbmc/linux/lib/ |
H A D | test_hmm.c | 519 devmem->pagemap.range.start = (MINOR(mdevice->cdevice.dev) - 2) ? in dmirror_allocate_chunk() 1472 dev_t dev; in dmirror_device_init() local 1475 dev = MKDEV(MAJOR(dmirror_dev), id); in dmirror_device_init() 1482 mdevice->device.devt = dev; in dmirror_device_init()
|
/openbmc/qemu/hw/timer/ |
H A D | exynos4210_mct.c | 1505 SysBusDevice *dev = SYS_BUS_DEVICE(obj); in exynos4210_mct_init() local 1525 sysbus_init_irq(dev, &s->g_timer.irq[i]); in exynos4210_mct_init() 1528 sysbus_init_irq(dev, &s->l_timer[i].irq); in exynos4210_mct_init() 1533 sysbus_init_mmio(dev, &s->iomem); in exynos4210_mct_init()
|
/openbmc/linux/drivers/xen/ |
H A D | grant-table.c | 1073 args->vaddr = dma_alloc_coherent(args->dev, size, in gnttab_dma_alloc_pages() 1077 args->vaddr = dma_alloc_wc(args->dev, size, in gnttab_dma_alloc_pages() 1143 dma_free_coherent(args->dev, size, in gnttab_dma_free_pages() 1146 dma_free_wc(args->dev, size, in gnttab_dma_free_pages()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-dbg-tlv.c | 408 dma_free_coherent(trans->dev, frag->size, frag->block, in iwl_dbg_tlv_fragments_free() 502 void iwl_dbg_tlv_load_bin(struct device *dev, struct iwl_trans *trans) in iwl_dbg_tlv_load_bin() argument 512 res = firmware_request_nowarn(&fw, yoyo_bin, dev); in iwl_dbg_tlv_load_bin() 558 block = dma_alloc_coherent(fwrt->dev, pages * PAGE_SIZE, in iwl_dbg_tlv_alloc_fragment()
|
/openbmc/linux/drivers/crypto/marvell/cesa/ |
H A D | hash.c | 105 dma_unmap_sg(cesa_dev->dev, req->src, creq->src_nents, DMA_TO_DEVICE); in mv_cesa_ahash_dma_cleanup() 647 ret = dma_map_sg(cesa_dev->dev, req->src, creq->src_nents, in mv_cesa_ahash_dma_req_init() 753 dma_unmap_sg(cesa_dev->dev, req->src, creq->src_nents, DMA_TO_DEVICE); in mv_cesa_ahash_dma_req_init() 767 dev_err(cesa_dev->dev, "Invalid number of src SG"); in mv_cesa_ahash_req_init()
|
/openbmc/linux/drivers/net/wireless/ti/wl1251/ |
H A D | main.c | 55 struct device *dev = wiphy_dev(wl->hw->wiphy); in wl1251_fetch_firmware() local 58 ret = request_firmware(&fw, WL1251_FW_NAME, dev); in wl1251_fetch_firmware() 94 struct device *dev = wiphy_dev(wl->hw->wiphy); in wl1251_fetch_nvs() local 97 ret = request_firmware(&fw, WL1251_NVS_NAME, dev); in wl1251_fetch_nvs()
|
/openbmc/linux/include/linux/ |
H A D | filter.h | 976 int xdp_do_generic_redirect(struct net_device *dev, struct sk_buff *skb, 978 int xdp_do_redirect(struct net_device *dev, 981 int xdp_do_redirect_frame(struct net_device *dev, 993 void bpf_warn_invalid_xdp_action(struct net_device *dev, struct bpf_prog *prog, u32 act);
|
/openbmc/linux/Documentation/driver-api/media/ |
H A D | v4l2-videobuf.rst | 172 struct device *dev, 181 struct device *dev, 190 struct device *dev, 198 device, ops is the set of callbacks as described above, dev is the device
|
/openbmc/linux/drivers/tee/optee/ |
H A D | smc_abi.c | 1427 static optee_invoke_fn *get_invoke_func(struct device *dev) in get_invoke_func() argument 1433 if (device_property_read_string(dev, "method", &method)) { in get_invoke_func() 1527 rc = request_firmware(&fw, OPTEE_FW_IMAGE, &pdev->dev); in optee_load_fw() 1619 invoke_fn = get_invoke_func(&pdev->dev); in optee_probe()
|
/openbmc/linux/arch/sparc/ |
H A D | Kconfig | 317 default "console=ttyS0,9600 root=/dev/sda1" 355 (/dev/tty0) will still be used as the system console by default, but 362 kernel will automatically use the first serial line, /dev/ttyS0, as
|