Home
last modified time | relevance | path

Searched refs:dev (Results 24001 – 24025 of 26794) sorted by relevance

1...<<961962963964965966967968969970>>...1072

/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/
H A DAdd-riscv64-support.patch131 --- /dev/null
316 --- /dev/null
435 --- /dev/null
500 --- /dev/null
586 --- /dev/null
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/
H A DAdd-riscv64-support.patch131 --- /dev/null
316 --- /dev/null
435 --- /dev/null
500 --- /dev/null
586 --- /dev/null
/openbmc/linux/Documentation/watchdog/
H A Dwatchdog-kernel-api.rst72 /dev/watchdog0 cdev (dynamic major, minor 0) as well as the old
73 /dev/watchdog miscdev. The id is set automatically when calling
140 module and /dev/watchdog is still open).
254 then opening /dev/watchdog will skip the start operation but send a keepalive
296 struct device *dev);
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dmes_v11_0.c499 dev_err(adev->dev, "(%d) failed to create mes fw bo\n", r); in mes_v11_0_allocate_ucode_buffer()
534 dev_err(adev->dev, "(%d) failed to create mes data fw bo\n", r); in mes_v11_0_allocate_ucode_data_buffer()
696 dev_warn(adev->dev, "(%d) create EOP bo failed\n", r); in mes_v11_0_allocate_eop_buf()
1011 dev_warn(adev->dev, "failed to create ring mqd bo (%d)", r); in mes_v11_0_mqd_sw_init()
1020 dev_warn(adev->dev, in mes_v11_0_mqd_sw_init()
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3_3.12.3.bb64 ALTERNATIVE:${PN}-dev = "python3-config"
429 INSANE_SKIP:${PN}-dev += "dev-elf"
430 INSANE_SKIP:${PN}-ptest = "dev-deps"
455 RDEPENDS:${PN}-ptest = "${PN}-modules ${PN}-tests ${PN}-dev ${PN}-cgitb ${PN}-zipapp unzip bzip2 li…
/openbmc/linux/net/nfc/nci/
H A Dcore.c1227 struct device *dev = &ndev->nfc_dev->dev; in nci_register_device() local
1233 snprintf(name, sizeof(name), "%s_nci_cmd_wq", dev_name(dev)); in nci_register_device()
1241 snprintf(name, sizeof(name), "%s_nci_rx_wq", dev_name(dev)); in nci_register_device()
1249 snprintf(name, sizeof(name), "%s_nci_tx_wq", dev_name(dev)); in nci_register_device()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_iscsi.c717 p_q_cnts = dma_alloc_coherent(&p_hwfn->cdev->pdev->dev, in qed_iscsi_allocate_connection()
725 p_tcp = dma_alloc_coherent(&p_hwfn->cdev->pdev->dev, in qed_iscsi_allocate_connection()
764 dma_free_coherent(&p_hwfn->cdev->pdev->dev, in qed_iscsi_allocate_connection()
769 dma_free_coherent(&p_hwfn->cdev->pdev->dev, in qed_iscsi_allocate_connection()
833 dma_free_coherent(&p_hwfn->cdev->pdev->dev, in qed_iscsi_free_connection()
837 dma_free_coherent(&p_hwfn->cdev->pdev->dev, in qed_iscsi_free_connection()
/openbmc/linux/Documentation/admin-guide/
H A Dxfs.rst417 /sys/fs/xfs/<dev>/error/<class>/<error>/
420 <dev>
422 name that shows up in XFS kernel error messages as "XFS(<dev>): ..."
437 /sys/fs/xfs/<dev>/error/
467 /sys/fs/xfs/<dev>/error/<class>/<error>/
531 For example, the knobs for the quotacheck workqueue for /dev/nvme0n1 would be
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Ddebug.c1395 debugfs_create_devm_seqfile(sc->dev, "dma", sc->debug.debugfs_phy, in ath9k_init_debug()
1397 debugfs_create_devm_seqfile(sc->dev, "interrupt", sc->debug.debugfs_phy, in ath9k_init_debug()
1399 debugfs_create_devm_seqfile(sc->dev, "xmit", sc->debug.debugfs_phy, in ath9k_init_debug()
1401 debugfs_create_devm_seqfile(sc->dev, "queues", sc->debug.debugfs_phy, in ath9k_init_debug()
1403 debugfs_create_devm_seqfile(sc->dev, "misc", sc->debug.debugfs_phy, in ath9k_init_debug()
1428 debugfs_create_devm_seqfile(sc->dev, "dump_nfcal", in ath9k_init_debug()
/openbmc/linux/mm/
H A Dmemory-failure.c95 static ssize_t _name##_show(struct device *dev, \
100 &NODE_DATA(dev->id)->mf_stats; \
221 dev_t dev; in hwpoison_filter_dev() local
231 dev = mapping->host->i_sb->s_dev; in hwpoison_filter_dev()
233 hwpoison_filter_dev_major != MAJOR(dev)) in hwpoison_filter_dev()
236 hwpoison_filter_dev_minor != MINOR(dev)) in hwpoison_filter_dev()
/openbmc/qemu/hw/virtio/
H A Dvirtio-mem.c953 static void virtio_mem_device_realize(DeviceState *dev, Error **errp) in virtio_mem_device_realize() argument
957 VirtIODevice *vdev = VIRTIO_DEVICE(dev); in virtio_mem_device_realize()
958 VirtIOMEM *vmem = VIRTIO_MEM(dev); in virtio_mem_device_realize()
1136 static void virtio_mem_device_unrealize(DeviceState *dev) in virtio_mem_device_unrealize() argument
1138 VirtIODevice *vdev = VIRTIO_DEVICE(dev); in virtio_mem_device_unrealize()
1139 VirtIOMEM *vmem = VIRTIO_MEM(dev); in virtio_mem_device_unrealize()
/openbmc/qemu/hw/dma/
H A Dpl330.c1554 static void pl330_realize(DeviceState *dev, Error **errp) in pl330_realize() argument
1557 PL330State *s = PL330(dev); in pl330_realize()
1559 sysbus_init_irq(SYS_BUS_DEVICE(dev), &s->irq_abort); in pl330_realize()
1562 sysbus_init_mmio(SYS_BUS_DEVICE(dev), &s->iomem); in pl330_realize()
1617 sysbus_init_irq(SYS_BUS_DEVICE(dev), &s->irq[i]); in pl330_realize()
1620 qdev_init_gpio_in(dev, pl330_dma_stop_irq, PL330_PERIPH_NUM); in pl330_realize()
/openbmc/linux/Documentation/i2c/muxes/
H A Di2c-mux-gpio.rst64 .dev = {
/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunbmac.h317 struct net_device *dev; member
/openbmc/linux/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.h294 struct device dev; member
/openbmc/linux/arch/powerpc/include/asm/
H A Dfsl_lbc.h276 struct device *dev; member
/openbmc/linux/drivers/staging/iio/Documentation/
H A Dinkernel.txt44 * matching dev or dev_name against consumer_dev and consumer_dev_name
/openbmc/linux/tools/power/pm-graph/config/
H A Dstandby.cfg51 dev: false
H A Dfreeze.cfg51 dev: false
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Doutput.c137 if (out->dev->of_node == src_node && out->port_num == reg) { in omap_dss_find_output_by_port_node()
/openbmc/linux/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_usb.h218 #define zd_usb_dev(usb) (&usb->intf->dev)
/openbmc/linux/drivers/usb/gadget/udc/
H A Dmv_udc.h174 struct platform_device *dev; member
/openbmc/linux/Documentation/fb/
H A Dpvr2fb.rst12 * You can run XF86_FBDev on top of /dev/fb0
H A Daty128fb.rst14 * You can run XF68_FBDev on top of /dev/fb0
/openbmc/linux/arch/mips/sni/
H A Dpcimt.c88 .dev = {

1...<<961962963964965966967968969970>>...1072