Searched refs:cdev (Results 376 - 400 of 675) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/cxl/core/
H A Dmemdev.c602 cdev_device_del(&cxlmd->cdev, dev);
623 struct cdev *cdev; local
646 cdev = &cxlmd->cdev;
647 cdev_init(cdev, fops);
687 container_of(inode->i_cdev, typeof(*cxlmd), cdev);
698 container_of(inode->i_cdev, typeof(*cxlmd), cdev);
1019 struct cdev *cdev; local
[all...]
/linux-master/drivers/remoteproc/
H A Dxlnx_r5_remoteproc.c215 * @cdev: child node device
220 static struct mbox_info *zynqmp_r5_setup_mbox(struct device *cdev) argument
234 mbox_cl->dev = cdev;
241 dev_warn(cdev, "mbox tx channel request failed\n");
251 dev_warn(cdev, "mbox rx channel request failed\n");
683 * @cdev: Device node of each r5 core
687 static struct zynqmp_r5_core *zynqmp_r5_add_rproc_core(struct device *cdev) argument
694 ret = dma_set_coherent_mask(cdev, DMA_BIT_MASK(32));
699 r5_rproc = rproc_alloc(cdev, dev_name(cdev),
[all...]
/linux-master/drivers/platform/chrome/wilco_ec/
H A Dkeyboard_leds.c165 static int wilco_keyboard_leds_set(struct led_classdev *cdev, argument
169 container_of(cdev, struct wilco_keyboard_leds, keyboard);
/linux-master/drivers/scsi/qedf/
H A Dqedf_dbg.c124 qedf_get_grc_dump(struct qed_dev *cdev, const struct qed_common_ops *common, argument
130 return common->dbg_all_data(cdev, *buf);
/linux-master/include/linux/qed/
H A Dqed_rdma_if.h584 int (*fill_dev_info)(struct qed_dev *cdev,
586 void *(*rdma_get_rdma_ctx)(struct qed_dev *cdev);
598 int (*rdma_get_start_sb)(struct qed_dev *cdev);
599 int (*rdma_get_min_cnq_msix)(struct qed_dev *cdev);
601 int (*rdma_get_rdma_int)(struct qed_dev *cdev,
603 int (*rdma_set_rdma_int)(struct qed_dev *cdev, u16 cnt);
664 int (*ll2_set_mac_filter)(struct qed_dev *cdev,
668 int (*iwarp_set_engine_affin)(struct qed_dev *cdev, bool b_reset);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_int.h169 * @cdev: Qed dev pointer.
173 void qed_int_disable_post_isr_release(struct qed_dev *cdev);
180 * @cdev: Qed dev pointer.
186 void qed_int_attn_clr_enable(struct qed_dev *cdev, bool clr_enable);
H A Dqed_vf.c184 dma_free_coherent(&p_hwfn->cdev->pdev->dev,
189 dma_free_coherent(&p_hwfn->cdev->pdev->dev,
195 dma_free_coherent(&p_hwfn->cdev->pdev->dev,
396 p_hwfn->cdev->type = resp->pfdev_info.dev_type;
397 p_hwfn->cdev->chip_rev = resp->pfdev_info.chip_rev;
399 p_hwfn->cdev->chip_num = pfdev_info->chip_num & 0xffff;
405 p_hwfn->cdev->num_hwfns = 2;
439 struct qed_hwfn *p_lead = QED_LEADING_HWFN(p_hwfn->cdev);
448 p_hwfn->cdev->num_hwfns = 1;
486 p_iov->vf2pf_request = dma_alloc_coherent(&p_hwfn->cdev
[all...]
H A Dqed_hw.c255 if (IS_PF(p_hwfn->cdev)) {
529 *p_comp = dma_alloc_coherent(&p_hwfn->cdev->pdev->dev,
535 *p_cmd = dma_alloc_coherent(&p_hwfn->cdev->pdev->dev,
542 *p_buff = dma_alloc_coherent(&p_hwfn->cdev->pdev->dev,
565 dma_free_coherent(&p_hwfn->cdev->pdev->dev,
573 dma_free_coherent(&p_hwfn->cdev->pdev->dev,
581 dma_free_coherent(&p_hwfn->cdev->pdev->dev,
600 DP_NOTICE(p_hwfn->cdev,
701 if (p_hwfn->cdev->recov_in_prog) {
852 if (p_hwfn->cdev
[all...]
H A Dqed_l2.h256 * @cdev: Qed dev pointer.
261 void qed_get_vport_stats(struct qed_dev *cdev, struct qed_eth_stats *stats);
267 * @cdev: Qed dev pointer.
274 void qed_get_vport_stats_context(struct qed_dev *cdev,
278 void qed_reset_vport_stats(struct qed_dev *cdev);
/linux-master/drivers/usb/gadget/function/
H A Df_phonet.c400 struct usb_gadget *gadget = fp->function.config->cdev->gadget;
483 struct usb_composite_dev *cdev = c->cdev; local
484 struct usb_gadget *gadget = cdev->gadget;
561 INFO(cdev, "USB CDC Phonet function\n");
562 INFO(cdev, "using %s, OUT %s, IN %s\n", cdev->gadget->name,
571 ERROR(cdev, "USB CDC Phonet: cannot autoconfigure\n");
H A Dtcm.h15 #define fuas_to_gadget(f) (f->function.config->cdev->gadget)
/linux-master/drivers/s390/net/
H A Dctcm_fsms.c310 rc = ccw_device_start(ch->cdev, &ch->ccw[0], 0, 0xff, 0);
419 rc = ccw_device_start(ch->cdev, &ch->ccw[0], 0, 0xff, 0);
479 rc = ccw_device_start(ch->cdev, &ch->ccw[0], 0, 0xff, 0);
527 rc = ccw_device_start(ch->cdev, &ch->ccw[0], 0, 0xff, 0);
566 spin_lock_irqsave(get_ccwdev_lock(ch->cdev), saveflags);
570 rc = ccw_device_start(ch->cdev, &ch->ccw[6], 0, 0xff, 0);
572 spin_unlock_irqrestore(get_ccwdev_lock(ch->cdev), saveflags);
634 spin_lock_irqsave(get_ccwdev_lock(ch->cdev), saveflags);
635 rc = ccw_device_halt(ch->cdev, 0);
636 spin_unlock_irqrestore(get_ccwdev_lock(ch->cdev), saveflag
[all...]
/linux-master/drivers/s390/block/
H A Ddasd_eer.c309 strscpy(header.busid, dev_name(&device->cdev->dev),
352 strscpy(header.busid, dev_name(&device->cdev->dev),
412 /* cdev is already locked, can't use dasd_add_request_head */
428 spin_lock_irqsave(get_ccwdev_lock(device->cdev), flags);
436 spin_unlock_irqrestore(get_ccwdev_lock(device->cdev), flags);
458 spin_lock_irqsave(get_ccwdev_lock(device->cdev), flags);
500 spin_unlock_irqrestore(get_ccwdev_lock(device->cdev), flags);
519 spin_lock_irqsave(get_ccwdev_lock(device->cdev), flags);
524 spin_unlock_irqrestore(get_ccwdev_lock(device->cdev), flags);
/linux-master/drivers/input/keyboard/
H A Dlm8323.c129 struct led_classdev cdev; member in struct:lm8323_pwm
152 #define cdev_to_pwm(c) container_of(c, struct lm8323_pwm, cdev)
576 pwm->cdev.name = name;
577 pwm->cdev.brightness_set = lm8323_pwm_set_brightness;
578 pwm->cdev.groups = lm8323_pwm_groups;
580 err = devm_led_classdev_register(dev, &pwm->cdev);
767 led_classdev_suspend(&lm->pwm[i].cdev);
784 led_classdev_resume(&lm->pwm[i].cdev);
/linux-master/drivers/s390/char/
H A Dtape_3590.c872 dev_warn (&device->cdev->dev, "The tape medium must be loaded into a "
1008 dev_warn (&device->cdev->dev, "Tape media information: exception %s, "
1120 dev_warn (&device->cdev->dev, "I/O subsystem information: exception"
1232 dev_warn (&device->cdev->dev, "Device subsystem information: exception"
1252 dev_warn (&device->cdev->dev, "The tape unit has "
1256 dev_warn (&device->cdev->dev, "The tape unit has "
1263 dev_warn (&device->cdev->dev, "MIM SEV=%i, MC=%02x, ES=%x/%x, "
1273 dev_warn (&device->cdev->dev, "IOSIM SEV=%i, DEVTYPE=3590/%02x,"
1275 sense->fmt.f71.sev, device->cdev->id.dev_model,
1284 dev_warn (&device->cdev
1638 tape_3590_online(struct ccw_device *cdev) argument
[all...]
H A Dtape_char.c70 &device->cdev->dev,
78 &device->cdev->dev,
91 unregister_tape_dev(&device->cdev->dev, device->rt);
93 unregister_tape_dev(&device->cdev->dev, device->nt);
/linux-master/drivers/char/xillybus/
H A Dxillybus.h18 #include <linux/cdev.h>
/linux-master/fs/pstore/
H A Dpmsg.c6 #include <linux/cdev.h>
/linux-master/drivers/fpga/
H A Ddfl-fme-br.c35 port_pdev = dfl_fpga_cdev_find_port(priv->pdata->cdev,
/linux-master/drivers/scsi/cxlflash/
H A Dcommon.h15 #include <linux/cdev.h>
120 struct cdev cdev; member in struct:cxlflash_cfg
/linux-master/drivers/infiniband/core/
H A Duverbs.h44 #include <linux/cdev.h>
108 struct cdev cdev; member in struct:ib_uverbs_device
/linux-master/drivers/s390/scsi/
H A Dzfcp_sysfs.c47 struct ccw_device *cdev = to_ccwdev(dev); \
48 struct zfcp_adapter *adapter = zfcp_ccw_adapter_by_cdev(cdev); \
171 struct ccw_device *cdev = to_ccwdev(dev); local
172 struct zfcp_adapter *adapter = zfcp_ccw_adapter_by_cdev(cdev);
191 struct ccw_device *cdev = to_ccwdev(dev); local
192 struct zfcp_adapter *adapter = zfcp_ccw_adapter_by_cdev(cdev);
217 struct ccw_device *cdev = to_ccwdev(dev); local
218 struct zfcp_adapter *adapter = zfcp_ccw_adapter_by_cdev(cdev);
302 struct ccw_device *cdev = to_ccwdev(dev); local
303 struct zfcp_adapter *adapter = zfcp_ccw_adapter_by_cdev(cdev);
388 struct ccw_device *cdev = to_ccwdev(dev); local
[all...]
/linux-master/drivers/vfio/
H A Ddevice_cdev.c15 cdev_init(&device->cdev, &vfio_device_fops);
16 device->cdev.owner = THIS_MODULE;
26 struct vfio_device, cdev);
74 /* BIND_IOMMUFD only allowed for cdev fds */
/linux-master/drivers/mtd/ubi/
H A Dvmt.c291 cdev_init(&vol->cdev, &ubi_vol_cdev_operations);
292 vol->cdev.owner = THIS_MODULE;
294 vol->dev.devt = MKDEV(MAJOR(ubi->cdev.dev), vol_id + 1);
296 err = cdev_device_add(&vol->cdev, &vol->dev);
332 cdev_device_del(&vol->cdev, &vol->dev);
409 cdev_device_del(&vol->cdev, &vol->dev);
626 cdev_init(&vol->cdev, &ubi_vol_cdev_operations);
627 vol->cdev.owner = THIS_MODULE;
628 dev = MKDEV(MAJOR(ubi->cdev.dev), vol->vol_id + 1);
629 err = cdev_add(&vol->cdev, de
[all...]
/linux-master/include/linux/
H A Dthermal.h241 struct thermal_cooling_device *cdev,
250 struct thermal_cooling_device *cdev);
314 struct thermal_cooling_device *cdev)
313 thermal_cooling_device_unregister( struct thermal_cooling_device *cdev) argument

Completed in 575 milliseconds

<<11121314151617181920>>