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

<<21222324252627

/linux-master/drivers/net/wan/
H A Dixp4xx_hss.c12 #include <linux/cdev.h>
/linux-master/drivers/vfio/
H A Dvfio_main.c13 #include <linux/cdev.h>
355 * new device opened by userspace in the cdev path.
521 * times. The device cdev path doesn't have a secure way for it.
1235 /* cdev only ioctls */
1378 * iommufd successfully in the vfio device cdev path.
/linux-master/sound/soc/codecs/
H A Dtlv320adc3xxx.c27 #include <linux/cdev.h>
/linux-master/arch/x86/events/intel/
H A Dpt.c91 static ssize_t pt_cap_show(struct device *cdev, argument
/linux-master/drivers/scsi/
H A Dscsi_transport_fc.c357 struct device *cdev)
387 struct device *cdev)
469 struct device *cdev)
356 fc_target_setup(struct transport_container *tc, struct device *dev, struct device *cdev) argument
386 fc_host_setup(struct transport_container *tc, struct device *dev, struct device *cdev) argument
468 fc_host_remove(struct transport_container *tc, struct device *dev, struct device *cdev) argument
H A Dsd.c110 static void scsi_disk_release(struct device *cdev);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dfile_ops.c8 #include <linux/cdev.h>
/linux-master/drivers/infiniband/core/
H A Ducma.c1834 res->cdev = ucma_misc.this_device;
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_fp.c1266 edev->ops->eth_cqe_completion(edev->cdev, fp->id, sp_cqe);
/linux-master/arch/powerpc/perf/
H A Dcore-book3s.c2505 static ssize_t pmu_name_show(struct device *cdev, argument
/linux-master/fs/
H A Dinode.c14 #include <linux/cdev.h>
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76.h801 struct led_classdev cdev; member in struct:mt76_phy::__anon1197
/linux-master/drivers/iio/
H A Dindustrialio-core.c13 #include <linux/cdev.h>
H A Dindustrialio-buffer.c19 #include <linux/cdev.h>
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c12 #include <linux/cdev.h>
1773 dev_err(&pdev->dev, "arm: Failed to initialize vchiq cdev\n");
/linux-master/drivers/usb/core/
H A Ddevio.c36 #include <linux/cdev.h>
2895 static struct cdev usb_device_cdev;
/linux-master/drivers/tty/
H A Dtty_io.c3549 static struct cdev tty_cdev, console_cdev;
/linux-master/drivers/net/ieee802154/
H A Dca8210.c50 #include <linux/cdev.h>
/linux-master/drivers/firewire/
H A Dcore-cdev.c16 #include <linux/firewire-cdev.h>
41 * ABI version history is documented in linux/firewire-cdev.h.
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmvm.h641 * @cdev: struct thermal cooling device
645 struct thermal_cooling_device *cdev; member in struct:iwl_mvm_cooling_device
/linux-master/drivers/scsi/qedf/
H A Dqedf_io.c2136 qed_ops->common->drain(qedf->cdev);
/linux-master/kernel/trace/
H A Dtrace_events_user.c10 #include <linux/cdev.h>
/linux-master/include/linux/
H A Dfs.h717 struct cdev *i_cdev;
/linux-master/drivers/scsi/pm8001/
H A Dpm8001_hwi.c4621 pm8001_get_gsm_dump(struct device *cdev, u32 length, char *buf) argument
4627 struct Scsi_Host *shost = class_to_shost(cdev);
/linux-master/drivers/tty/vt/
H A Dvt.c3710 static struct cdev vc0_cdev;

Completed in 1225 milliseconds

<<21222324252627