Home
last modified time | relevance | path

Searched defs:cdev (Results 126 – 150 of 422) sorted by relevance

12345678910>>...17

/Linux-v5.15/drivers/usb/gadget/function/
Df_serial.c149 struct usb_composite_dev *cdev = f->config->cdev; in gser_set_alt() local
175 struct usb_composite_dev *cdev = f->config->cdev; in gser_disable() local
188 struct usb_composite_dev *cdev = c->cdev; in gser_bind() local
Df_ncm.c546 struct usb_composite_dev *cdev = ncm->port.func.config->cdev; in ncm_do_notify() local
629 struct usb_composite_dev *cdev = ncm->port.func.config->cdev; in ncm_notify_complete() local
660 struct usb_composite_dev *cdev = f->config->cdev; in ncm_ep0out_complete() local
687 struct usb_composite_dev *cdev = f->config->cdev; in ncm_setup() local
867 struct usb_composite_dev *cdev = f->config->cdev; in ncm_set_alt() local
1350 struct usb_composite_dev *cdev = f->config->cdev; in ncm_disable() local
1415 struct usb_composite_dev *cdev = c->cdev; in ncm_bind() local
/Linux-v5.15/drivers/cxl/core/
Dmemdev.c139 struct cdev *cdev = &cxlmd->cdev; in cxl_memdev_unregister() local
155 struct cdev *cdev; in cxl_memdev_alloc() local
190 struct cdev *cdev; in devm_cxl_add_memdev() local
/Linux-v5.15/drivers/usb/gadget/legacy/
Dwebcam.c356 webcam_unbind(struct usb_composite_dev *cdev) in webcam_unbind()
366 webcam_bind(struct usb_composite_dev *cdev) in webcam_bind()
Daudio.c236 static int audio_bind(struct usb_composite_dev *cdev) in audio_bind()
332 static int audio_unbind(struct usb_composite_dev *cdev) in audio_unbind()
Dether.c304 static int eth_bind(struct usb_composite_dev *cdev) in eth_bind()
449 static int eth_unbind(struct usb_composite_dev *cdev) in eth_unbind()
Dhid.c131 static int hid_bind(struct usb_composite_dev *cdev) in hid_bind()
205 static int hid_unbind(struct usb_composite_dev *cdev) in hid_unbind()
Dnokia.c267 static int nokia_bind(struct usb_composite_dev *cdev) in nokia_bind()
389 static int nokia_unbind(struct usb_composite_dev *cdev) in nokia_unbind()
/Linux-v5.15/drivers/clk/
Dclk-vt8500.c77 struct clk_device *cdev = to_clk_device(hw); in vt8500_dclk_enable() local
93 struct clk_device *cdev = to_clk_device(hw); in vt8500_dclk_disable() local
108 struct clk_device *cdev = to_clk_device(hw); in vt8500_dclk_is_enabled() local
117 struct clk_device *cdev = to_clk_device(hw); in vt8500_dclk_recalc_rate() local
134 struct clk_device *cdev = to_clk_device(hw); in vt8500_dclk_round_rate() local
160 struct clk_device *cdev = to_clk_device(hw); in vt8500_dclk_set_rate() local
/Linux-v5.15/drivers/hwmon/
Dmlxreg-fan.c113 struct thermal_cooling_device *cdev; member
286 static int mlxreg_fan_get_max_state(struct thermal_cooling_device *cdev, in mlxreg_fan_get_max_state()
293 static int mlxreg_fan_get_cur_state(struct thermal_cooling_device *cdev, in mlxreg_fan_get_cur_state()
312 static int mlxreg_fan_set_cur_state(struct thermal_cooling_device *cdev, in mlxreg_fan_set_cur_state()
/Linux-v5.15/drivers/s390/block/
Ddasd_devmap.c526 dasd_devmap_from_cdev(struct ccw_device *cdev) in dasd_devmap_from_cdev()
541 dasd_create_device(struct ccw_device *cdev) in dasd_create_device()
599 struct ccw_device *cdev; in dasd_delete_device() local
661 dasd_device_from_cdev_locked(struct ccw_device *cdev) in dasd_device_from_cdev_locked()
675 dasd_device_from_cdev(struct ccw_device *cdev) in dasd_device_from_cdev()
783 struct ccw_device *cdev = to_ccwdev(dev); in dasd_ro_store() local
960 struct ccw_device *cdev = to_ccwdev(dev); in dasd_safe_offline_store() local
998 struct ccw_device *cdev = to_ccwdev(dev); in dasd_access_show() local
1435 struct ccw_device *cdev = to_ccwdev(dev); in dasd_reservation_policy_store() local
1787 dasd_get_feature(struct ccw_device *cdev, int feature) in dasd_get_feature()
[all …]
/Linux-v5.15/drivers/leds/
Dleds-asic3.c36 static void brightness_set(struct led_classdev *cdev, in brightness_set()
54 static int blink_set(struct led_classdev *cdev, in blink_set()
Dleds-aw2013.c58 struct led_classdev cdev; member
152 static int aw2013_brightness_set(struct led_classdev *cdev, in aw2013_brightness_set()
195 static int aw2013_blink_set(struct led_classdev *cdev, in aw2013_blink_set()
/Linux-v5.15/drivers/s390/virtio/
Dvirtio_ccw.c59 struct ccw_device *cdev; member
1076 static void virtio_ccw_int_handler(struct ccw_device *cdev, in virtio_ccw_int_handler()
1136 static int virtio_ccw_check_autoonline(struct ccw_device *cdev) in virtio_ccw_check_autoonline()
1148 struct ccw_device *cdev = data; in virtio_ccw_auto_online() local
1156 static int virtio_ccw_probe(struct ccw_device *cdev) in virtio_ccw_probe()
1165 static struct virtio_ccw_device *virtio_grab_drvdata(struct ccw_device *cdev) in virtio_grab_drvdata()
1181 static void virtio_ccw_remove(struct ccw_device *cdev) in virtio_ccw_remove()
1197 static int virtio_ccw_offline(struct ccw_device *cdev) in virtio_ccw_offline()
1259 static int virtio_ccw_online(struct ccw_device *cdev) in virtio_ccw_online()
1321 static int virtio_ccw_cio_notify(struct ccw_device *cdev, int event) in virtio_ccw_cio_notify()
/Linux-v5.15/arch/arm/mach-pxa/
Dmainstone.c635 struct led_classdev cdev; member
657 static void mainstone_led_set(struct led_classdev *cdev, in mainstone_led_set()
672 static enum led_brightness mainstone_led_get(struct led_classdev *cdev) in mainstone_led_get()
Dlubbock.c544 struct led_classdev cdev; member
566 static void lubbock_led_set(struct led_classdev *cdev, in lubbock_led_set()
581 static enum led_brightness lubbock_led_get(struct led_classdev *cdev) in lubbock_led_get()
/Linux-v5.15/drivers/fpga/
Ddfl-pci.c39 struct dfl_fpga_cdev *cdev; /* container device */ member
286 struct dfl_fpga_cdev *cdev; in cci_enumerate_feature_devs() local
391 struct dfl_fpga_cdev *cdev = drvdata->cdev; in cci_pci_sriov_configure() local
/Linux-v5.15/drivers/thermal/
Dgov_power_allocator.c96 struct thermal_cooling_device *cdev = instance->cdev; in estimate_sustainable_power() local
292 power_actor_set_power(struct thermal_cooling_device *cdev, in power_actor_set_power()
441 struct thermal_cooling_device *cdev = instance->cdev; in allocate_power() local
581 struct thermal_cooling_device *cdev = instance->cdev; in allow_maximum_power() local
/Linux-v5.15/drivers/s390/cio/
Dccwgroup.c219 struct ccw_device *cdev = gdev->cdev[i]; in ccwgroup_release() local
517 int ccwgroup_probe_ccwdev(struct ccw_device *cdev) in ccwgroup_probe_ccwdev()
531 void ccwgroup_remove_ccwdev(struct ccw_device *cdev) in ccwgroup_remove_ccwdev()
/Linux-v5.15/drivers/gpio/
Dgpiolib-cdev.c1985 static int chipinfo_get(struct gpio_chardev_data *cdev, void __user *ip) in chipinfo_get()
2015 static int lineinfo_get_v1(struct gpio_chardev_data *cdev, void __user *ip, in lineinfo_get_v1()
2051 static int lineinfo_get(struct gpio_chardev_data *cdev, void __user *ip, in lineinfo_get()
2086 static int lineinfo_unwatch(struct gpio_chardev_data *cdev, void __user *ip) in lineinfo_unwatch()
2107 struct gpio_chardev_data *cdev = file->private_data; in gpio_ioctl() local
2157 struct gpio_chardev_data *cdev = to_gpio_chardev_data(nb); in lineinfo_changed_notify() local
2182 struct gpio_chardev_data *cdev = file->private_data; in lineinfo_watch_poll() local
2197 struct gpio_chardev_data *cdev = file->private_data; in lineinfo_watch_read() local
2280 struct gpio_chardev_data *cdev; in gpio_chrdev_open() local
2332 struct gpio_chardev_data *cdev = file->private_data; in gpio_chrdev_release() local
/Linux-v5.15/drivers/soc/qcom/
Dqcom_aoss.c50 struct thermal_cooling_device *cdev; member
406 static int qmp_cdev_get_max_state(struct thermal_cooling_device *cdev, in qmp_cdev_get_max_state()
413 static int qmp_cdev_get_cur_state(struct thermal_cooling_device *cdev, in qmp_cdev_get_cur_state()
422 static int qmp_cdev_set_cur_state(struct thermal_cooling_device *cdev, in qmp_cdev_set_cur_state()
/Linux-v5.15/drivers/base/
Dtransport_class.c73 struct device *cdev) in anon_transport_dummy_function()
189 struct device *cdev) in transport_configure()
/Linux-v5.15/drivers/scsi/
Draid_class.c78 struct device *cdev) in raid_setup()
95 struct device *cdev) in raid_remove()
224 struct device *cdev = in raid_component_add() local
/Linux-v5.15/drivers/net/ethernet/qlogic/qed/
Dqed_sriov.c338 static int qed_iov_pci_cfg_info(struct qed_dev *cdev) in qed_iov_pci_cfg_info()
574 void qed_iov_free_hw_info(struct qed_dev *cdev) in qed_iov_free_hw_info()
582 struct qed_dev *cdev = p_hwfn->cdev; in qed_iov_hw_info() local
675 static void qed_iov_set_vf_to_disable(struct qed_dev *cdev, in qed_iov_set_vf_to_disable()
692 static void qed_iov_set_vfs_to_disable(struct qed_dev *cdev, u8 to_disable) in qed_iov_set_vfs_to_disable()
4352 qed_iov_configure_min_tx_rate(struct qed_dev *cdev, int vfid, u32 rate) in qed_iov_configure_min_tx_rate()
4405 void qed_vf_start_iov_wq(struct qed_dev *cdev) in qed_vf_start_iov_wq()
4414 int qed_sriov_disable(struct qed_dev *cdev, bool pci_enabled) in qed_sriov_disable()
4499 static int qed_sriov_enable(struct qed_dev *cdev, int num) in qed_sriov_enable()
4573 static int qed_sriov_configure(struct qed_dev *cdev, int num_vfs_param) in qed_sriov_configure()
[all …]
/Linux-v5.15/drivers/s390/scsi/
Dzfcp_sysfs.c171 struct ccw_device *cdev = to_ccwdev(dev); in zfcp_sysfs_adapter_failed_show() local
191 struct ccw_device *cdev = to_ccwdev(dev); in zfcp_sysfs_adapter_failed_store() local
217 struct ccw_device *cdev = to_ccwdev(dev); in zfcp_sysfs_port_rescan_store() local
302 struct ccw_device *cdev = to_ccwdev(dev); in zfcp_sysfs_port_remove_store() local
388 struct ccw_device *cdev = to_ccwdev(dev); in zfcp_sysfs_adapter_fc_security_show() local

12345678910>>...17