Searched refs:cdev (Results 601 - 625 of 675) sorted by relevance

<<21222324252627

/linux-master/drivers/infiniband/hw/qib/
H A Dqib_diag.c148 static struct cdev *diagpkt_cdev;
/linux-master/drivers/infiniband/ulp/iser/
H A Discsi_iser.c55 #include <linux/cdev.h>
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede.h167 struct qed_dev *cdev; member in struct:qede_dev
/linux-master/drivers/counter/
H A Dcounter-chrdev.c6 #include <linux/cdev.h>
/linux-master/drivers/infiniband/hw/irdma/
H A Dmain.h301 void *cdev; member in struct:irdma_pci_f
/linux-master/drivers/net/dsa/qca/
H A Dqca8k.h441 struct led_classdev cdev; member in struct:qca8k_led
/linux-master/drivers/accel/habanalabs/common/
H A Ddevice.c690 * device_init_cdev - Initialize cdev and device for habanalabs device
697 * @cdev: pointer to the char device object that will be initialized
700 * Initialize a cdev and a Linux device for habanalabs's device.
704 char *name, struct cdev *cdev,
707 cdev_init(cdev, fops);
708 cdev->owner = THIS_MODULE;
732 /* Initialize cdev and device structures for the control device */
2090 * ASIC specific initialization functions. Finally, create the cdev and the
702 device_init_cdev(struct hl_device *hdev, const struct class *class, int minor, const struct file_operations *fops, char *name, struct cdev *cdev, struct device **dev) argument
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmt7915.h204 struct thermal_cooling_device *cdev; member in struct:mt7915_phy
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmt7996.h216 struct thermal_cooling_device *cdev; member in struct:mt7996_phy
/linux-master/drivers/hid/
H A Dhid-playstation.c69 enum led_brightness (*brightness_get)(struct led_classdev *cdev);
70 int (*brightness_set)(struct led_classdev *cdev, enum led_brightness);
1134 static int dualsense_lightbar_set_brightness(struct led_classdev *cdev, argument
1137 struct led_classdev_mc *mc_cdev = lcdev_to_mccdev(cdev);
/linux-master/drivers/media/cec/core/
H A Dcec-api.c556 container_of(inode->i_cdev, struct cec_devnode, cdev);
/linux-master/sound/soc/codecs/
H A Dmax98927.c14 #include <linux/cdev.h>
H A Dmax98388.c14 #include <linux/cdev.h>
H A Dmax98520.c10 #include <linux/cdev.h>
/linux-master/drivers/infiniband/core/
H A Dnldev.c1870 huge_encode_dev(data.cdev->devt),
1879 dev_name(data.cdev))) {
1885 put_device(data.cdev);
1891 put_device(data.cdev);
/linux-master/drivers/staging/axis-fifo/
H A Daxis-fifo.c23 #include <linux/cdev.h>
/linux-master/drivers/misc/genwqe/
H A Dcard_dev.c333 * if (cdev->async_queue)
334 * kill_fasync(&cdev->async_queue, SIGIO, POLL_IN);
342 struct genwqe_file *cdev = (struct genwqe_file *)filp->private_data; local
344 return fasync_helper(fd, filp, mode, &cdev->async_queue);
1259 * initialize its own cdev data structure with its own fops.
/linux-master/drivers/usb/mon/
H A Dmon_bin.c15 #include <linux/cdev.h>
221 static struct cdev mon_bin_cdev;
/linux-master/samples/vfio-mdev/
H A Dmbochs.c27 #include <linux/cdev.h>
139 static struct cdev mbochs_cdev;
/linux-master/drivers/scsi/
H A Dscsi_transport_iscsi.c1560 struct device *cdev)
1575 struct device *dev, struct device *cdev)
4277 struct device *cdev = container_of(kobj, struct device, kobj); local
4278 struct iscsi_cls_conn *conn = transport_class_to_conn(cdev);
4560 struct device *cdev = container_of(kobj, struct device, kobj); local
4561 struct iscsi_cls_session *session = transport_class_to_session(cdev);
4706 struct device *cdev = container_of(kobj, struct device, kobj); local
4707 struct Scsi_Host *shost = transport_class_to_shost(cdev);
1559 iscsi_setup_host(struct transport_container *tc, struct device *dev, struct device *cdev) argument
1574 iscsi_remove_host(struct transport_container *tc, struct device *dev, struct device *cdev) argument
/linux-master/drivers/scsi/cxlflash/
H A Dmain.c938 cdev_del(&cfg->cdev);
939 cxlflash_put_minor(MINOR(cfg->cdev.dev));
3258 cfg = container_of(inode->i_cdev, struct cxlflash_cfg, cdev);
3600 cdev_init(&cfg->cdev, &cxlflash_chr_fops);
3602 rc = cdev_add(&cfg->cdev, devno, 1);
3622 cdev_del(&cfg->cdev);
/linux-master/arch/x86/events/intel/
H A Dcore.c5517 static ssize_t freeze_on_smi_show(struct device *cdev, argument
5526 static ssize_t freeze_on_smi_store(struct device *cdev, argument
5568 static ssize_t show_sysctl_tfa(struct device *cdev, argument
5575 static ssize_t set_sysctl_tfa(struct device *cdev, argument
5602 static ssize_t branches_show(struct device *cdev, argument
5611 static ssize_t branch_counter_nr_show(struct device *cdev, argument
5620 static ssize_t branch_counter_width_show(struct device *cdev, argument
/linux-master/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c237 struct fcoe_ctlr_device *cdev; local
252 cdev = fcoe_ctlr_to_ctlr_dev(fip);
253 if (cdev) {
254 mutex_lock(&cdev->lock);
259 mutex_unlock(&cdev->lock);
/linux-master/arch/x86/events/
H A Dcore.c2539 static ssize_t get_attr_rdpmc(struct device *cdev, argument
2546 static ssize_t set_attr_rdpmc(struct device *cdev, argument
2597 static ssize_t max_precise_show(struct device *cdev, argument
/linux-master/drivers/cpufreq/
H A Dcpufreq.c1590 policy->cdev = of_cpufreq_cooling_register(policy);
1741 cpufreq_cooling_unregister(policy->cdev);
1742 policy->cdev = NULL;

Completed in 1108 milliseconds

<<21222324252627