Home
last modified time | relevance | path

Searched refs:dev (Results 18676 – 18700 of 26793) sorted by relevance

1...<<741742743744745746747748749750>>...1072

/openbmc/linux/drivers/block/
H A Drbd.c450 struct device dev; member
676 (void) get_device(&rbd_dev->dev); in rbd_open()
691 put_device(&rbd_dev->dev); in rbd_release()
5020 return container_of(dev, struct rbd_device, dev); in dev_to_rbd_dev()
5389 rbd_dev->dev.bus = &rbd_bus_type; in __rbd_dev_create()
5390 rbd_dev->dev.type = &rbd_device_type; in __rbd_dev_create()
5391 rbd_dev->dev.parent = &rbd_root_dev; in __rbd_dev_create()
5392 device_initialize(&rbd_dev->dev); in __rbd_dev_create()
5443 put_device(&rbd_dev->dev); in rbd_dev_destroy()
7160 rc = device_add(&rbd_dev->dev); in do_rbd_add()
[all …]
/openbmc/linux/drivers/media/pci/cx23885/
H A Dnetup-init.h11 extern void netup_initialize(struct cx23885_dev *dev);
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libopenmpt/files/
H A Drun-ptest3 ./libopenmpttest >/dev/null 2>&1
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-ipmb_%.bbappend1 IPMB_CHANNELS = "/dev/ipmb-13"
/openbmc/linux/drivers/target/
H A Dtarget_core_user.c1645 struct tcmu_dev *udev = TCMU_DEV(dev); in tcmu_dev_call_rcu()
1715 struct se_device *dev = &udev->se_dev; in tcmu_dev_kref_release() local
2199 struct tcmu_dev *udev = TCMU_DEV(dev); in tcmu_configure_device()
2266 dev->dev_attrib.hw_block_size = 512; in tcmu_configure_device()
2268 if (!dev->dev_attrib.hw_max_sectors) in tcmu_configure_device()
2269 dev->dev_attrib.hw_max_sectors = 128; in tcmu_configure_device()
2272 dev->dev_attrib.hw_queue_depth = 128; in tcmu_configure_device()
2314 struct tcmu_dev *udev = TCMU_DEV(dev); in tcmu_free_device()
2322 struct tcmu_dev *udev = TCMU_DEV(dev); in tcmu_destroy_device()
2577 struct tcmu_dev *udev = TCMU_DEV(dev); in tcmu_set_configfs_dev_params()
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dpci.c779 paddr = dma_map_single(ar->dev, skb->data, in __ath10k_pci_rx_post_buf()
782 if (unlikely(dma_mapping_error(ar->dev, paddr))) { in __ath10k_pci_rx_post_buf()
1000 dma_free_coherent(ar->dev, alloc_nbytes, data_buf, in ath10k_pci_diag_read_mem()
1150 dma_free_coherent(ar->dev, alloc_nbytes, data_buf, in ath10k_pci_diag_write_mem()
2132 ret = dma_mapping_error(ar->dev, req_paddr); in ath10k_pci_hif_exchange_bmi_msg()
2147 ret = dma_mapping_error(ar->dev, resp_paddr); in ath10k_pci_hif_exchange_bmi_msg()
2181 dma_unmap_single(ar->dev, resp_paddr, in ath10k_pci_hif_exchange_bmi_msg()
3602 dev_err(&pdev->dev, "failed to allocate core\n"); in ath10k_pci_probe()
3612 ar_pci->dev = &pdev->dev; in ath10k_pci_probe()
3754 struct ath10k *ar = dev_get_drvdata(dev); in ath10k_pci_pm_suspend()
[all …]
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_debugfs.c690 dev_err(&h->pdev->dev, "priv->ring is NULL\n"); in hns3_dbg_rx_queue_info()
793 dev_err(&h->pdev->dev, "priv->ring is NULL\n"); in hns3_dbg_tx_queue_info()
925 dev_err(&d->handle->pdev->dev, in hns3_dbg_rx_bd_info()
998 dev_err(&d->handle->pdev->dev, in hns3_dbg_tx_bd_info()
1051 struct net_device *dev = kinfo->netdev; in hns3_dbg_dev_specs() local
1096 dev->watchdog_timeo / HZ); in hns3_dbg_dev_specs()
1148 dev_err(&h->pdev->dev, "priv->ring is NULL\n"); in hns3_dbg_page_pool_info()
1153 dev_err(&h->pdev->dev, "page pool is not initialized\n"); in hns3_dbg_page_pool_info()
1377 handle->dbgfs_buf = devm_kcalloc(&handle->pdev->dev, in hns3_dbg_init()
1403 dev_err(&handle->pdev->dev, in hns3_dbg_init()
[all …]
/openbmc/linux/Documentation/admin-guide/blockdev/
H A Dzram.rst69 This creates 4 devices: /dev/zram{0,1,2,3}
122 # Initialize /dev/zram0 with 50MB disksize
143 # limit /dev/zram0 with 50MB memory
159 mkswap /dev/zram0
160 swapon /dev/zram0
162 mkfs.ext4 /dev/zram1
163 mount /dev/zram1 /tmp
173 can use /dev/zram<id>) or an error code.
291 swapoff /dev/zram0
292 umount /dev/zram1
[all …]
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_irq.c345 struct drm_device *dev = &i915->drm; in flip_done_handler() local
348 spin_lock_irqsave(&dev->event_lock, irqflags); in flip_done_handler()
354 spin_unlock_irqrestore(&dev->event_lock, irqflags); in flip_done_handler()
1194 struct drm_i915_private *dev_priv = to_i915(crtc->dev); in i8xx_enable_vblank()
1207 struct drm_i915_private *dev_priv = to_i915(crtc->dev); in i915gm_enable_vblank()
1223 struct drm_i915_private *dev_priv = to_i915(crtc->dev); in i965_enable_vblank()
1237 struct drm_i915_private *dev_priv = to_i915(crtc->dev); in ilk_enable_vblank()
1308 struct drm_i915_private *dev_priv = to_i915(crtc->dev); in i8xx_disable_vblank()
1319 struct drm_i915_private *dev_priv = to_i915(crtc->dev); in i915gm_disable_vblank()
1329 struct drm_i915_private *dev_priv = to_i915(crtc->dev); in i965_disable_vblank()
[all …]
/openbmc/linux/fs/ubifs/
H A Ddir.c1056 union ubifs_dev_desc *dev = NULL; in ubifs_mknod() local
1072 if (!dev) in ubifs_mknod()
1074 devlen = ubifs_encode_dev(dev, rdev); in ubifs_mknod()
1080 kfree(dev); in ubifs_mknod()
1086 kfree(dev); in ubifs_mknod()
1094 kfree(dev); in ubifs_mknod()
1102 ui->data = dev; in ubifs_mknod()
1363 union ubifs_dev_desc *dev = NULL; in do_rename() local
1366 if (!dev) { in do_rename()
1379 kfree(dev); in do_rename()
[all …]
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_verbs.c1063 struct ib_device *dev = ibcq->device; in rxe_create_cq() local
1064 struct rxe_dev *rxe = to_rdev(dev); in rxe_create_cq()
1505 struct ib_device *dev = &rxe->ib_dev; in rxe_register_device() local
1507 strscpy(dev->node_desc, "rxe", sizeof(dev->node_desc)); in rxe_register_device()
1509 dev->node_type = RDMA_NODE_IB_CA; in rxe_register_device()
1510 dev->phys_port_cnt = 1; in rxe_register_device()
1511 dev->num_comp_vectors = num_possible_cpus(); in rxe_register_device()
1512 dev->local_dma_lkey = 0; in rxe_register_device()
1513 addrconf_addr_eui48((unsigned char *)&dev->node_guid, in rxe_register_device()
1519 ib_set_device_ops(dev, &rxe_dev_ops); in rxe_register_device()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c380 struct drm_device *dev = connector->dev; in dm_dp_mst_get_modes() local
381 struct amdgpu_device *adev = drm_to_adev(dev); in dm_dp_mst_get_modes()
423 struct drm_device *dev = connector->dev; in dm_mst_atomic_best_encoder() local
424 struct amdgpu_device *adev = drm_to_adev(dev); in dm_mst_atomic_best_encoder()
529 struct drm_device *dev = adev_to_drm(adev); in dm_dp_create_fake_mst_encoders() local
539 dev, in dm_dp_create_fake_mst_encoders()
555 struct drm_device *dev = master->base.dev; in dm_dp_add_mst_connector() local
556 struct amdgpu_device *adev = drm_to_adev(dev); in dm_dp_add_mst_connector()
572 dev, in dm_dp_add_mst_connector()
603 dev->mode_config.path_property, in dm_dp_add_mst_connector()
[all …]
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A Dsystemd-pager.sh5 if ! less -V > /dev/null 2>&1 ; then
/openbmc/openbmc/poky/meta/recipes-support/rng-tools/rng-tools/
H A Ddefault1 EXTRA_ARGS="-r /dev/hwrng"
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dmid_bios.h9 extern int mid_chip_setup(struct drm_device *dev);
/openbmc/qemu/hw/acpi/
H A Dcxl-stub.c9 void build_cxl_osc_method(Aml *dev) in build_cxl_osc_method() argument
/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-ipmb_%.bbappend2 /dev/ipmb-14 \
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-ipmb_%.bbappend2 /dev/ipmb-14 \
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-ipmb_%.bbappend2 /dev/ipmb-7 \
/openbmc/linux/drivers/bluetooth/
H A Dbpa10x.c49 struct hci_dev *hdev = (struct hci_dev *) skb->dev; in bpa10x_tx_complete()
275 skb->dev = (void *) hdev; in bpa10x_send_frame()
374 data = devm_kzalloc(&intf->dev, sizeof(*data), GFP_KERNEL); in bpa10x_probe()
392 SET_HCIDEV_DEV(hdev, &intf->dev); in bpa10x_probe()
/openbmc/u-boot/drivers/clk/sifive/
H A Dfu540-prci.c562 static int sifive_fu540_prci_probe(struct udevice *dev) in sifive_fu540_prci_probe() argument
566 struct __prci_data *pd = dev_get_priv(dev); in sifive_fu540_prci_probe()
568 pd->base = (void *)dev_read_addr(dev); in sifive_fu540_prci_probe()
572 err = clk_get_by_index(dev, 0, &pd->parent); in sifive_fu540_prci_probe()
/openbmc/u-boot/board/boundary/nitrogen6x/
H A DREADME.mx6qsabrelite36 sudo dd if=iMX6DQ_SPI_to_uSDHC3.bin of=/dev/sXx
50 MX6Q SABRELITE U-Boot > mmc dev 0
58 sudo dd if=u-boot.imx of=/dev/sXx bs=512 seek=2 && sudo sync
82 => mmc dev 0
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Ddev-capture.rst16 device special files named ``/dev/video`` and ``/dev/video0`` to
17 ``/dev/video63`` with major number 81 and minor numbers 0 to 63.
18 ``/dev/video`` is typically a symbolic link to the preferred video
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dneigh.c148 same_dev = READ_ONCE(nhe->neigh_dev) == n->dev; in mlx5e_rep_neigh_update()
241 if (!p->dev || (p->tbl != ipv6_stub->nd_tbl && p->tbl != &arp_tbl)) in mlx5e_rep_netevent_event()
243 if (!p->dev || p->tbl != &arp_tbl) in mlx5e_rep_netevent_event()
250 if (p->dev == READ_ONCE(nhe->neigh_dev)) { in mlx5e_rep_netevent_event()
/openbmc/linux/sound/pci/ctxfi/
H A Dctpcm.c211 dev_err(atc->card->dev, in ct_pcm_playback_prepare()
320 dev_err(atc->card->dev, in ct_pcm_capture_prepare()
428 dev_err(atc->card->dev, "snd_pcm_new failed!! Err=%d\n", in ct_alsa_pcm_create()
445 &atc->pci->dev, 128*1024, 128*1024); in ct_alsa_pcm_create()

1...<<741742743744745746747748749750>>...1072