| /Linux-v5.10/drivers/clk/ |
| D | clk-vt8500.c | 77 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.10/drivers/leds/ |
| D | leds-asic3.c | 36 static void brightness_set(struct led_classdev *cdev, in brightness_set() 54 static int blink_set(struct led_classdev *cdev, in blink_set()
|
| D | leds-aw2013.c | 58 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()
|
| D | leds-an30259a.c | 67 struct led_classdev cdev; member 81 static int an30259a_brightness_set(struct led_classdev *cdev, in an30259a_brightness_set() 127 static int an30259a_blink_set(struct led_classdev *cdev, in an30259a_blink_set()
|
| D | leds-is31fl319x.c | 73 struct led_classdev cdev; member 110 static int is31fl319x_brightness_set(struct led_classdev *cdev, in is31fl319x_brightness_set() 178 struct led_classdev *cdev = &led->cdev; in is31fl319x_parse_child_dt() local
|
| D | leds-88pm860x.c | 29 struct led_classdev cdev; member 66 static int pm860x_led_set(struct led_classdev *cdev, in pm860x_led_set()
|
| /Linux-v5.10/drivers/usb/gadget/legacy/ |
| D | audio.c | 236 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()
|
| D | hid.c | 131 static int hid_bind(struct usb_composite_dev *cdev) in hid_bind() 203 static int hid_unbind(struct usb_composite_dev *cdev) in hid_unbind()
|
| D | ether.c | 304 static int eth_bind(struct usb_composite_dev *cdev) in eth_bind() 447 static int eth_unbind(struct usb_composite_dev *cdev) in eth_unbind()
|
| D | nokia.c | 267 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.10/drivers/usb/gadget/function/ |
| D | f_ncm.c | 548 struct usb_composite_dev *cdev = ncm->port.func.config->cdev; in ncm_do_notify() local 631 struct usb_composite_dev *cdev = ncm->port.func.config->cdev; in ncm_notify_complete() local 662 struct usb_composite_dev *cdev = f->config->cdev; in ncm_ep0out_complete() local 689 struct usb_composite_dev *cdev = f->config->cdev; in ncm_setup() local 869 struct usb_composite_dev *cdev = f->config->cdev; in ncm_set_alt() local 1355 struct usb_composite_dev *cdev = f->config->cdev; in ncm_disable() local 1421 struct usb_composite_dev *cdev = c->cdev; in ncm_bind() local
|
| /Linux-v5.10/drivers/s390/scsi/ |
| D | zfcp_qdio.c | 62 static void zfcp_qdio_int_req(struct ccw_device *cdev, unsigned int qdio_err, in zfcp_qdio_int_req() 83 static void zfcp_qdio_int_resp(struct ccw_device *cdev, unsigned int qdio_err, in zfcp_qdio_int_resp() 372 struct ccw_device *cdev = adapter->ccw_device; in zfcp_qdio_open() local
|
| D | zfcp_sysfs.c | 171 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
|
| /Linux-v5.10/arch/arm/mach-pxa/ |
| D | mainstone.c | 631 struct led_classdev cdev; member 653 static void mainstone_led_set(struct led_classdev *cdev, in mainstone_led_set() 668 static enum led_brightness mainstone_led_get(struct led_classdev *cdev) in mainstone_led_get()
|
| D | lubbock.c | 544 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.10/drivers/s390/virtio/ |
| D | virtio_ccw.c | 59 struct ccw_device *cdev; member 1098 static void virtio_ccw_int_handler(struct ccw_device *cdev, in virtio_ccw_int_handler() 1158 static int virtio_ccw_check_autoonline(struct ccw_device *cdev) in virtio_ccw_check_autoonline() 1170 struct ccw_device *cdev = data; in virtio_ccw_auto_online() local 1178 static int virtio_ccw_probe(struct ccw_device *cdev) in virtio_ccw_probe() 1187 static struct virtio_ccw_device *virtio_grab_drvdata(struct ccw_device *cdev) in virtio_grab_drvdata() 1203 static void virtio_ccw_remove(struct ccw_device *cdev) in virtio_ccw_remove() 1219 static int virtio_ccw_offline(struct ccw_device *cdev) in virtio_ccw_offline() 1281 static int virtio_ccw_online(struct ccw_device *cdev) in virtio_ccw_online() 1343 static int virtio_ccw_cio_notify(struct ccw_device *cdev, int event) in virtio_ccw_cio_notify()
|
| /Linux-v5.10/drivers/cpufreq/ |
| D | vexpress-spc-cpufreq.c | 50 static struct thermal_cooling_device *cdev[MAX_CLUSTERS]; variable 307 struct device *cdev = get_cpu_device(i); in put_cluster_clk_and_freq_table() local 376 struct device *cdev = get_cpu_device(i); in get_cluster_clk_and_freq_table() local 399 struct device *cdev = get_cpu_device(i); in get_cluster_clk_and_freq_table() local
|
| /Linux-v5.10/drivers/s390/char/ |
| D | tape_core.c | 443 int tape_generic_pm_suspend(struct ccw_device *cdev) in tape_generic_pm_suspend() 487 tape_generic_offline(struct ccw_device *cdev) in tape_generic_offline() 614 tape_generic_probe(struct ccw_device *cdev) in tape_generic_probe() 666 tape_generic_remove(struct ccw_device *cdev) in tape_generic_remove() 1100 __tape_do_irq (struct ccw_device *cdev, unsigned long intparm, struct irb *irb) in __tape_do_irq()
|
| /Linux-v5.10/drivers/base/ |
| D | transport_class.c | 73 struct device *cdev) in anon_transport_dummy_function() 189 struct device *cdev) in transport_configure()
|
| /Linux-v5.10/drivers/soc/qcom/ |
| D | qcom_aoss.c | 50 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.10/drivers/s390/block/ |
| D | dasd.c | 1578 static void dasd_handle_killed_request(struct ccw_device *cdev, in dasd_handle_killed_request() 1675 void dasd_int_handler(struct ccw_device *cdev, unsigned long intparm, in dasd_int_handler() 1881 enum uc_todo dasd_generic_uc_handler(struct ccw_device *cdev, struct irb *irb) in dasd_generic_uc_handler() 3461 struct ccw_device *cdev = data; in dasd_generic_auto_online() local 3474 int dasd_generic_probe(struct ccw_device *cdev, in dasd_generic_probe() 3520 void dasd_generic_remove(struct ccw_device *cdev) in dasd_generic_remove() 3564 int dasd_generic_set_online(struct ccw_device *cdev, in dasd_generic_set_online() 3645 int dasd_generic_set_offline(struct ccw_device *cdev) in dasd_generic_set_offline() 3817 int dasd_generic_notify(struct ccw_device *cdev, int event) in dasd_generic_notify() 3844 void dasd_generic_path_event(struct ccw_device *cdev, int *path_event) in dasd_generic_path_event() [all …]
|
| /Linux-v5.10/drivers/scsi/ |
| D | raid_class.c | 78 struct device *cdev) in raid_setup() 95 struct device *cdev) in raid_remove() 224 struct device *cdev = in raid_component_add() local
|
| /Linux-v5.10/drivers/s390/cio/ |
| D | ccwgroup.c | 54 struct ccw_device *cdev; in __ccwgroup_remove_cdev_refs() local 567 int ccwgroup_probe_ccwdev(struct ccw_device *cdev) in ccwgroup_probe_ccwdev() 581 void ccwgroup_remove_ccwdev(struct ccw_device *cdev) in ccwgroup_remove_ccwdev()
|
| /Linux-v5.10/drivers/net/ethernet/qlogic/qed/ |
| D | qed_sriov.c | 338 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.10/drivers/platform/x86/ |
| D | lg-laptop.c | 518 static void tpad_led_set(struct led_classdev *cdev, in tpad_led_set() 527 static enum led_brightness tpad_led_get(struct led_classdev *cdev) in tpad_led_get() 534 static void kbd_backlight_set(struct led_classdev *cdev, in kbd_backlight_set() 549 static enum led_brightness kbd_backlight_get(struct led_classdev *cdev) in kbd_backlight_get()
|