Home
last modified time | relevance | path

Searched refs:dev (Results 21751 – 21775 of 26800) sorted by relevance

1...<<871872873874875876877878879880>>...1072

/openbmc/linux/Documentation/userspace-api/netlink/
H A Dintro-specs.rst32 --json '{"header":{"dev-index": 18}}'
33 {'header': {'dev-index': 18, 'dev-name': 'eni1np1'},
/openbmc/linux/include/linux/
H A Dirqdomain.h164 struct device *dev; member
225 struct device *dev) in irq_domain_set_pm_device() argument
228 d->pm_dev = dev; in irq_domain_set_pm_device()
H A Dcounter.h388 struct device dev; member
408 struct counter_device *devm_counter_alloc(struct device *dev,
410 int devm_counter_add(struct device *dev,
/openbmc/linux/include/sound/
H A Dsoc-dai.h448 struct device *dev; member
541 dev_set_drvdata(dai->dev, data); in snd_soc_dai_set_drvdata()
546 return dev_get_drvdata(dai->dev); in snd_soc_dai_get_drvdata()
/openbmc/linux/drivers/edac/
H A De7xxx_edac.c459 mci->pdev = &pdev->dev; in e7xxx_probe1()
504 e7xxx_pci = edac_pci_create_generic_ctl(&pdev->dev, EDAC_MOD_STR); in e7xxx_probe1()
547 if ((mci = edac_mc_del_mc(&pdev->dev)) == NULL) in e7xxx_remove_one()
/openbmc/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac.h545 struct device *dev; member
649 int xlgmac_drv_probe(struct device *dev,
651 int xlgmac_drv_remove(struct device *dev);
/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw_main.c359 sdev->numa_node = dev_to_node(&netdev->dev); in siw_device_create()
409 dev_dbg(&netdev->dev, "siw: event %lu\n", event); in siw_netdev_event()
483 dev_dbg(&netdev->dev, "siw: new device\n"); in siw_newlink()
/openbmc/linux/drivers/gpio/
H A Dgpio-lpc32xx.c515 lpc32xx_gpiochip[i].chip.parent = &pdev->dev; in lpc32xx_gpio_probe()
516 if (pdev->dev.of_node) { in lpc32xx_gpio_probe()
521 devm_gpiochip_add_data(&pdev->dev, &lpc32xx_gpiochip[i].chip, in lpc32xx_gpio_probe()
/openbmc/linux/drivers/bluetooth/
H A Dath3k.c381 ret = request_firmware(&firmware, filename, &udev->dev); in ath3k_load_patch()
443 ret = request_firmware(&firmware, filename, &udev->dev); in ath3k_load_syscfg()
501 ret = request_firmware(&firmware, ATH3K_FIRMWARE, &udev->dev); in ath3k_probe()
/openbmc/qemu/hw/intc/
H A Dxics_spapr.c285 static void ics_spapr_realize(DeviceState *dev, Error **errp) in ics_spapr_realize() argument
287 ICSState *ics = ICS_SPAPR(dev); in ics_spapr_realize()
291 icsc->parent_realize(dev, &local_err); in ics_spapr_realize()
/openbmc/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c4323 shost = dev_to_shost(&starget->dev); in mpi3mr_slave_destroy()
4367 shost = dev_to_shost(&starget->dev); in mpi3mr_target_destroy()
4408 shost = dev_to_shost(&starget->dev); in mpi3mr_slave_configure()
4474 shost = dev_to_shost(&starget->dev); in mpi3mr_slave_alloc()
4984 dev_err(&pdev->dev, in osintfc_mrioc_security_status()
4996 dev_err(&pdev->dev, in osintfc_mrioc_security_status()
5004 dev_info(&pdev->dev, in osintfc_mrioc_security_status()
5011 dev_err(&pdev->dev, in osintfc_mrioc_security_status()
5023 dev_err(&pdev->dev, in osintfc_mrioc_security_status()
5360 mpi3mr_suspend(struct device *dev) in mpi3mr_suspend() argument
[all …]
/openbmc/linux/drivers/video/fbdev/aty/
H A Dradeon_base.c412 pci_unmap_rom(dev, rinfo->bios_seg); in radeon_unmap_ROM()
435 rom = pci_map_rom(dev, &rom_size); in radeon_map_ROM()
505 radeon_unmap_ROM(rinfo, dev); in radeon_map_ROM()
2203 struct device *dev = kobj_to_dev(kobj); in radeon_show_edid1() local
2204 struct fb_info *info = dev_get_drvdata(dev); in radeon_show_edid1()
2215 struct device *dev = kobj_to_dev(kobj); in radeon_show_edid2() local
2216 struct fb_info *info = dev_get_drvdata(dev); in radeon_show_edid2()
2427 err |= sysfs_create_bin_file(&rinfo->pdev->dev.kobj, in radeonfb_pci_register()
2430 err |= sysfs_create_bin_file(&rinfo->pdev->dev.kobj, in radeonfb_pci_register()
2513 sysfs_remove_bin_file(&rinfo->pdev->dev.kobj, &edid1_attr); in radeonfb_pci_unregister()
[all …]
/openbmc/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c828 maxpacket = usb_maxpacket(qtd->urb->dev, qtd->urb->pipe); in create_ptd_atl()
848 if (qtd->urb->dev->speed != USB_SPEED_HIGH) { in create_ptd_atl()
852 if (qtd->urb->dev->speed == USB_SPEED_LOW) in create_ptd_atl()
855 ptd->dw1 |= TO_DW1_PORT_NUM(qtd->urb->dev->ttport); in create_ptd_atl()
860 (qtd->urb->dev->speed == USB_SPEED_LOW)) in create_ptd_atl()
906 if (qtd->urb->dev->speed == USB_SPEED_HIGH) { in transform_add_int()
1416 (qtd->urb->dev->speed != USB_SPEED_HIGH)) in handle_done_ptds()
1449 if ((qtd->urb->dev->speed != USB_SPEED_HIGH) && in handle_done_ptds()
1810 maxpacketsize = usb_maxpacket(urb->dev, urb->pipe); in packetize_urb()
2563 struct device *dev) in isp1760_hcd_register() argument
[all …]
/openbmc/linux/drivers/infiniband/core/
H A Dverbs.c1197 static struct ib_qp *create_qp(struct ib_device *dev, struct ib_pd *pd, in create_qp() argument
1206 if (!dev->ops.create_qp) in create_qp()
1209 qp = rdma_zalloc_drv_obj_numa(dev, ib_qp); in create_qp()
1213 qp->device = dev; in create_qp()
1235 ret = dev->ops.create_qp(qp, attr, udata); in create_qp()
1246 ret = ib_create_qp_security(qp, dev); in create_qp()
1282 qp = create_qp(dev, pd, attr, NULL, NULL, caller); in ib_create_qp_user()
1284 qp = create_qp(dev, pd, attr, udata, uobj, NULL); in ib_create_qp_user()
1819 dev_warn(&qp->device->dev, in _ib_modify_qp()
1826 dev_warn(&qp->device->dev, in _ib_modify_qp()
[all …]
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_io.c129 dma_free_coherent(&qedf->pdev->dev, bd_tbl_sz, in qedf_cmd_mgr_free()
152 dma_free_coherent(&qedf->pdev->dev, in qedf_cmd_mgr_free()
223 io_req->sense_buffer = dma_alloc_coherent(&qedf->pdev->dev, in qedf_cmd_mgr_alloc()
277 bdt_info->bd_tbl = dma_alloc_coherent(&qedf->pdev->dev, in qedf_cmd_mgr_alloc()
411 dma_free_coherent(&qedf->pdev->dev, sz, in qedf_free_mp_resc()
416 dma_free_coherent(&qedf->pdev->dev, sz, in qedf_free_mp_resc()
421 dma_free_coherent(&qedf->pdev->dev, QEDF_PAGE_SIZE, in qedf_free_mp_resc()
426 dma_free_coherent(&qedf->pdev->dev, QEDF_PAGE_SIZE, in qedf_free_mp_resc()
486 sg_count = dma_map_sg(&qedf->pdev->dev, scsi_sglist(sc), in qedf_map_sg()
1111 dma_unmap_sg(&qedf->pdev->dev, scsi_sglist(sc), in qedf_unmap_sg_list()
[all …]
/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r_main.c62 struct device *dev = container_of(kobj, struct device, kobj); in esas2r_adapter_from_kobj() local
63 struct Scsi_Host *host = class_to_shost(dev); in esas2r_adapter_from_kobj()
360 esas2r_log_dev(ESAS2R_LOG_DEBG, &(pcid->dev), in esas2r_probe()
367 esas2r_log_dev(ESAS2R_LOG_INFO, &(pcid->dev), in esas2r_probe()
374 esas2r_log_dev(ESAS2R_LOG_CRIT, &(pcid->dev), in esas2r_probe()
380 esas2r_log_dev(ESAS2R_LOG_INFO, &(pcid->dev), in esas2r_probe()
382 esas2r_log_dev(ESAS2R_LOG_INFO, &(pcid->dev), in esas2r_probe()
443 err = scsi_add_host(host, &pcid->dev); in esas2r_probe()
520 esas2r_log_dev(ESAS2R_LOG_INFO, &(pdev->dev), in esas2r_remove()
/openbmc/linux/drivers/net/phy/
H A Ddp83640.c257 static int tdr_write(int bc, struct phy_device *dev, in tdr_write() argument
260 ext_write(bc, dev, PAGE4, PTP_TDR, ts->tv_nsec & 0xffff);/* ns[15:0] */ in tdr_write()
261 ext_write(bc, dev, PAGE4, PTP_TDR, ts->tv_nsec >> 16); /* ns[31:16] */ in tdr_write()
262 ext_write(bc, dev, PAGE4, PTP_TDR, ts->tv_sec & 0xffff); /* sec[15:0] */ in tdr_write()
263 ext_write(bc, dev, PAGE4, PTP_TDR, ts->tv_sec >> 16); /* sec[31:16]*/ in tdr_write()
265 ext_write(bc, dev, PAGE4, PTP_CTL, cmd); in tdr_write()
982 put_device(&clock->bus->dev); in dp83640_free_clocks()
1018 get_device(&bus->dev); in dp83640_clock_init()
1464 &phydev->mdio.dev); in dp83640_probe()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.c45 dev_err(pfvf->dev, "CQ stopped due to error"); in otx2_nix_cq_op_status()
431 int otx2_refill_pool_ptrs(void *dev, struct otx2_cq_queue *cq) in otx2_refill_pool_ptrs() argument
433 struct otx2_nic *pfvf = dev; in otx2_refill_pool_ptrs()
541 pfvf = (struct otx2_nic *)cq_poll->dev; in otx2_napi_handler()
595 void otx2_sqe_flush(void *dev, struct otx2_snd_queue *sq, in otx2_sqe_flush() argument
641 if (dma_mapping_error(pfvf->dev, dma_addr)) in otx2_sqe_add_sg()
817 if (dma_mapping_error(pfvf->dev, dma_addr)) in otx2_dma_map_tso_skb()
1030 if (skb->dev->features & NETIF_F_HW_VLAN_CTAG_TX && in otx2_ptp_is_sync()
1031 skb->dev->features & NETIF_F_HW_VLAN_STAG_TX) { in otx2_ptp_is_sync()
/openbmc/linux/drivers/media/platform/amphion/
H A Dvenc.c433 vpu_trace(inst->dev, "[%d]\n", inst->id); in venc_drain()
689 dev_err(inst->dev, "[%d] setup ctrls fail, ret = %d\n", inst->id, ret); in venc_ctrl_init()
820 dev_dbg(inst->dev, "[%d][OUTPUT TS]%32lld\n", inst->id, vbuf->vb2_buf.timestamp); in venc_get_one_encoded_frame()
825 dev_dbg(inst->dev, "[%d][%d]key frame\n", inst->id, frame->info.frame_id); in venc_get_one_encoded_frame()
967 dev_err(inst->dev, "[%d] there is no input when starting\n", inst->id); in venc_start_session()
1005 dev_err(inst->dev, "[%d] enc num(%d) is out of range\n", inst->id, enc_frame_num); in venc_request_mem_resource()
1009 dev_err(inst->dev, "[%d] ref num(%d) is out of range\n", inst->id, ref_frame_num); in venc_request_mem_resource()
1013 dev_err(inst->dev, "[%d] act num(%d) is out of range\n", inst->id, act_frame_num); in venc_request_mem_resource()
1111 dev_dbg(inst->dev, "[%d][INPUT TS]%32lld\n", inst->id, vb->timestamp); in venc_process_output()
/openbmc/qemu/docs/specs/
H A Dtpm.rst217 using the device, e.g., /dev/tpm0, before trying to start QEMU with
247 hardware TPM ``/dev/tpm0``:
253 -tpmdev passthrough,id=tpm0,path=/dev/tpm0 \
267 # ls -l /dev/tpm*
268 crw-rw----. 1 tss root 10, 224 Sep 6 12:36 /dev/tpm0
269 crw-rw----. 1 tss rss 253, 65536 Sep 6 12:36 /dev/tpmrm0
396 # ls -l /dev/tpm*
397 crw-rw----. 1 tss root 10, 224 Sep 6 12:36 /dev/tpm0
398 crw-rw----. 1 tss rss 253, 65536 Sep 6 12:36 /dev/tpmrm0
/openbmc/linux/drivers/mmc/core/
H A Dsd.c720 static ssize_t mmc_dsr_show(struct device *dev, struct device_attribute *attr, in mmc_dsr_show() argument
723 struct mmc_card *card = mmc_dev_to_card(dev); in mmc_dsr_show()
739 static ssize_t info##num##_show(struct device *dev, struct device_attribute *attr, char *buf) \
741 struct mmc_card *card = mmc_dev_to_card(dev); \
786 struct device *dev = kobj_to_dev(kobj); in sd_std_is_visible() local
787 struct mmc_card *card = mmc_dev_to_card(dev); in sd_std_is_visible()
1737 pm_runtime_disable(&host->card->dev); in mmc_sd_suspend()
1738 pm_runtime_set_suspended(&host->card->dev); in mmc_sd_suspend()
1771 pm_runtime_enable(&host->card->dev); in mmc_sd_resume()
/openbmc/u-boot/drivers/qe/
H A Dqe.c244 int dev = CONFIG_SYS_MMC_ENV_DEV; in u_qe_init() local
260 dev, blk, cnt); in u_qe_init()
278 int dev = CONFIG_SYS_MMC_ENV_DEV; in u_qe_init() local
294 dev, blk, cnt); in u_qe_init()
/openbmc/linux/Documentation/admin-guide/laptops/
H A Ddisk-shock-protection.rst63 /dev/sda and stop all I/O operations for five seconds::
100 than its libata counterpart (i.e. your disk is called /dev/hda
101 instead of /dev/sda), then parking the heads of one drive (drive X)
120 will enable the feature for /dev/sda, and giving -2 instead of -1 will
/openbmc/linux/drivers/i2c/busses/
H A Di2c-octeon-core.c70 dev_err(i2c->dev, "broken irq connection detected, switching to polling mode.\n"); in octeon_i2c_wait()
167 dev_err(i2c->dev, "broken irq connection detected, switching to polling mode.\n"); in octeon_i2c_hlc_wait()
243 dev_err(i2c->dev, "unhandled state: %d\n", stat); in octeon_i2c_check_status()
715 dev_err(i2c->dev, "%s: TWSI_RST failed! (0x%x)\n", in octeon_i2c_init_lowlevel()
/openbmc/linux/Documentation/input/
H A Dff.rst29 2. make sure evdev module is loaded and /dev/input/event* device files are
46 % fftest /dev/input/eventXX
52 and write() on /dev/input/eventXX.
167 fd = open("/dev/input/eventXX", O_RDWR);

1...<<871872873874875876877878879880>>...1072