Home
last modified time | relevance | path

Searched refs:dev (Results 23551 – 23575 of 26799) sorted by relevance

1...<<941942943944945946947948949950>>...1072

/openbmc/linux/arch/arm/boot/dts/renesas/
H A Dr7s72100-genmai.dts23 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
/openbmc/linux/drivers/usb/storage/
H A Ddebug.c170 dev_vprintk_emit(LOGLEVEL_DEBUG, &us->pusb_dev->dev, fmt, args); in usb_stor_dbg()
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A Dosdep_service.c48 skb->dev = ndev; in _rtw_netif_rx()
/openbmc/linux/drivers/staging/media/atomisp/include/linux/
H A Datomisp_platform.h217 int v4l2_get_acpi_sensor_info(struct device *dev, char **module_id_str);
/openbmc/linux/include/sound/
H A Drawmidi.h138 struct device *dev; member
/openbmc/linux/include/linux/fsl/
H A Dptp_qoriq.h149 struct device *dev; member
/openbmc/linux/arch/loongarch/kernel/
H A Dtime.c28 static void constant_event_handler(struct clock_event_device *dev) in constant_event_handler() argument
/openbmc/linux/arch/parisc/include/asm/
H A Dropes.h75 struct parisc_device *dev; /* dev found in bus walk */ member
/openbmc/linux/drivers/gpu/drm/meson/
H A Dmeson_drv.h44 struct device *dev; member
/openbmc/linux/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_ethtool.c128 strscpy(drvinfo->bus_info, dev_name(netdev->dev.parent), in vnic_get_drvinfo()
/openbmc/linux/drivers/iommu/iommufd/
H A Dhw_pagetable.c91 hwpt->domain = iommu_domain_alloc(idev->dev->bus); in iommufd_hw_pagetable_alloc()
/openbmc/linux/drivers/infiniband/hw/irdma/
H A Di40iw_hw.h159 void i40iw_init_hw(struct irdma_sc_dev *dev);
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt.h50 GEM_TRACE("%s " fmt, dev_name(gt__->i915->drm.dev), \
/openbmc/linux/drivers/char/hw_random/
H A Damd-rng.c164 dev_err(&pdev->dev, DRV_NAME " region 0x%x already in use!\n", in amd_rng_mod_init()
/openbmc/openbmc/meta-phosphor/recipes-phosphor/images/
H A Dobmc-phosphor-image.bb60 OVERLAYFS_ETC_DEVICE = "/dev/null"
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel-yocto.bbclass404 git branch $b $i > /dev/null
518 # i.e.: CONFIG_ANALYSIS:pn-linux-yocto-dev = 'NF_CONNTRACK LOCALVERSION'
677 …linux_yocto_dev='${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-yocto-dev", "…
684 bbnote "dev kernel: performing version -> branch -> SRCREV validation"
685 bbnote "dev kernel: recipe version ${LINUX_VERSION}, src version: $kver"
692 force_srcrev="$(git rev-parse $machine_branch 2> /dev/null)"
697 bbnote "dev kernel: adjusting branch to $machine_branch, srcrev to: $force_srcrev"
711 git cat-file -t ${machine_srcrev} > /dev/null
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Ddistro_alias.inc35 DISTRO_PN_ALIAS:pn-core-image-kernel-dev = "OE-Core"
37 DISTRO_PN_ALIAS:pn-core-image-minimal-dev = "OE-Core"
43 DISTRO_PN_ALIAS:pn-core-image-sato-dev = "OE-Core"
74 DISTRO_PN_ALIAS:pn-gccmakedep = "Mandriva=gccmakedep Ubuntu=xutils-dev"
84 DISTRO_PN_ALIAS:pn-glibc-mtrace = "Fedora=glibc-utils Ubuntu=libc-dev-bin"
147 DISTRO_PN_ALIAS:pn-libjson = "Ubuntu=libjson0-dev Debian=libjson0-dev"
191 DISTRO_PN_ALIAS:pn-makedepend = "Mandriva=makedepend Ubuntu=xutils-dev"
/openbmc/linux/Documentation/trace/coresight/
H A Dcoresight.rst168 struct device *dev;
184 ``struct device *dev`` gets the device reference embedded in the ``amba_device``::
190 drvdata->dev = &adev->dev;
384 The content of the ETB buffer can be harvested directly from /dev::
386 root:/sys/bus/coresight/devices# dd if=/dev/20010000.etb \
652 root@genericarmv8:~# ls -l /dev/stm0
653 crw------- 1 root root 10, 61 Jan 3 18:11 /dev/stm0
/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Disppreview.c1206 dev_dbg(isp->dev, "%s: cycles per request = %u\n", __func__, value); in preview_adjust_bandwidth()
1244 dev_dbg(isp->dev, "###PRV " #name "=0x%08x\n", \
1251 dev_dbg(isp->dev, "-------------Preview Register dump----------\n"); in preview_print_status()
1290 dev_dbg(isp->dev, "--------------------------------------------\n"); in preview_print_status()
1633 struct device *dev = to_device(prev); in preview_set_stream() local
1669 dev_dbg(dev, "%s: stop timeout.\n", sd->name); in preview_set_stream()
2239 prev->subdev.dev = vdev->mdev->dev; in omap3isp_preview_register_entities()
/openbmc/qemu/hw/display/
H A Dexynos4210_fimd.c1937 SysBusDevice *dev = SYS_BUS_DEVICE(obj); in exynos4210_fimd_init() local
1941 sysbus_init_irq(dev, &s->irq[0]); in exynos4210_fimd_init()
1942 sysbus_init_irq(dev, &s->irq[1]); in exynos4210_fimd_init()
1943 sysbus_init_irq(dev, &s->irq[2]); in exynos4210_fimd_init()
1947 sysbus_init_mmio(dev, &s->iomem); in exynos4210_fimd_init()
1950 static void exynos4210_fimd_realize(DeviceState *dev, Error **errp) in exynos4210_fimd_realize() argument
1952 Exynos4210fimdState *s = EXYNOS4210_FIMD(dev); in exynos4210_fimd_realize()
1959 s->console = graphic_console_init(dev, 0, &exynos4210_fimd_ops, s); in exynos4210_fimd_realize()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.c649 #define NUM_VNIC_ENV_STEER_COUNTERS(dev) \ argument
650 (MLX5_CAP_GEN(dev, nic_receive_steering_discard) ? \
652 #define NUM_VNIC_ENV_DEV_OOB_COUNTERS(dev) \ argument
653 (MLX5_CAP_GEN(dev, vnic_env_int_rq_oob) ? \
655 #define NUM_VNIC_ENV_DROP_COUNTERS(dev) \ argument
656 (MLX5_CAP_GEN(dev, eth_wqe_too_small) ? \
769 #define NUM_VPORT_LOOPBACK_COUNTERS(dev) \ argument
770 (MLX5_CAP_GEN(dev, vport_counter_local_loopback) ? \
1265 void mlx5e_get_link_ext_stats(struct net_device *dev, in mlx5e_get_link_ext_stats() argument
1268 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_get_link_ext_stats()
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.c932 ret = firmware_request_nowarn(&fw, filename, ar->dev); in ath10k_fetch_fw_file()
1136 node = ar->dev->of_node; in ath10k_core_check_dt()
1250 ath10k_bus_str(ar->hif.bus), dev_name(ar->dev)); in ath10k_fetch_cal_file()
1258 ath10k_bus_str(ar->hif.bus), dev_name(ar->dev)); in ath10k_fetch_cal_file()
1283 ath10k_bus_str(ar->hif.bus), dev_name(ar->dev)); in ath10k_core_fetch_board_data_api_1()
1880 node = ar->dev->of_node; in ath10k_download_cal_dt()
1964 cell = devm_nvmem_cell_get(ar->dev, cell_name); in ath10k_download_cal_nvmem()
2364 node = ar->dev->of_node; in ath10k_core_fetch_btcoex_dt()
3392 device_get_mac_address(ar->dev, ar->mac_addr); in ath10k_core_probe_fw()
3546 struct ath10k *ath10k_core_create(size_t priv_size, struct device *dev, in ath10k_core_create() argument
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dqmi.c1966 dma_free_coherent(ab->dev, in ath11k_qmi_free_target_mem_chunk()
1993 dma_free_coherent(ab->dev, chunk->prev_size, in ath11k_qmi_alloc_target_mem_chunk()
1998 chunk->vaddr = dma_alloc_coherent(ab->dev, in ath11k_qmi_alloc_target_mem_chunk()
2027 struct device *dev = ab->dev; in ath11k_qmi_assign_target_mem_chunk() local
2036 hremote_node = of_parse_phandle(dev->of_node, "memory-region", 0); in ath11k_qmi_assign_target_mem_chunk()
2171 bar_addr_va = devm_ioremap(ab->dev, resp.bar_addr, resp.bar_size); in ath11k_qmi_request_device_info()
2407 struct device *dev = ab->dev; in ath11k_qmi_load_bdf_qmi() local
2458 ath11k_bus_str(ab->hif.bus), dev_name(dev)); in ath11k_qmi_load_bdf_qmi()
2521 m3_mem->vaddr = dma_alloc_coherent(ab->dev, in ath11k_qmi_m3_load()
2546 dma_free_coherent(ab->dev, m3_mem->size, in ath11k_qmi_m3_free()
/openbmc/linux/drivers/scsi/
H A Dqla1280.c1504 err = request_firmware(&fw, fwname, &ha->pdev->dev); in qla1280_request_firmware()
1804 dma_free_coherent(&ha->pdev->dev, 8000, tbuf, p_tbuf); in qla1280_load_firmware_dma()
4180 if (dma_set_mask(&ha->pdev->dev, DMA_BIT_MASK(32))) { in qla1280_probe_one()
4190 if (dma_set_mask(&ha->pdev->dev, DMA_BIT_MASK(32))) { in qla1280_probe_one()
4198 ha->request_ring = dma_alloc_coherent(&ha->pdev->dev, in qla1280_probe_one()
4206 ha->response_ring = dma_alloc_coherent(&ha->pdev->dev, in qla1280_probe_one()
4272 error = scsi_add_host(host, &pdev->dev); in qla1280_probe_one()
4290 dma_free_coherent(&ha->pdev->dev, in qla1280_probe_one()
4294 dma_free_coherent(&ha->pdev->dev, in qla1280_probe_one()
4324 dma_free_coherent(&ha->pdev->dev, in qla1280_remove_one()
[all …]
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dbuilding.rst378 <dev-manual/building:goals and guiding principles>`
380 - :ref:`dev-manual/building:understand what contributes to your image size`
383 <dev-manual/building:trim the root filesystem>`
385 - :ref:`Reduce the size of the kernel <dev-manual/building:trim the kernel>`
387 - :ref:`dev-manual/building:remove package management requirements`
389 - :ref:`dev-manual/building:look for other ways to minimize size`
391 - :ref:`dev-manual/building:iterate on the process`
412 ":ref:`dev-manual/layers:understanding and creating layers`" section.
426 ":ref:`dev-manual/custom-distribution:creating your own distribution`"
464 ":ref:`kernel-dev/common:creating configuration fragments`"
[all …]

1...<<941942943944945946947948949950>>...1072