| /Linux-v5.15/drivers/platform/surface/ |
| D | surface_aggregator_cdev.c | 57 struct ssam_cdev *cdev; member 76 static struct ssam_cdev *ssam_cdev_get(struct ssam_cdev *cdev) in ssam_cdev_get() 84 static void ssam_cdev_put(struct ssam_cdev *cdev) in ssam_cdev_put() 463 struct ssam_cdev *cdev = container_of(mdev, struct ssam_cdev, mdev); in ssam_cdev_device_open() local 578 struct ssam_cdev *cdev = client->cdev; in ssam_cdev_read() local 682 struct ssam_cdev *cdev; in ssam_dbg_device_probe() local 719 struct ssam_cdev *cdev = platform_get_drvdata(pdev); in ssam_dbg_device_remove() local
|
| /Linux-v5.15/drivers/usb/gadget/function/ |
| D | f_uac1_legacy.c | 324 struct usb_composite_dev *cdev = audio->card.func.config->cdev; in f_audio_out_ep_complete() local 388 struct usb_composite_dev *cdev = f->config->cdev; in audio_set_intf_req() local 424 struct usb_composite_dev *cdev = f->config->cdev; in audio_get_intf_req() local 461 struct usb_composite_dev *cdev = f->config->cdev; in audio_set_endpoint_req() local 497 struct usb_composite_dev *cdev = f->config->cdev; in audio_get_endpoint_req() local 525 struct usb_composite_dev *cdev = f->config->cdev; in f_audio_setup() local 577 struct usb_composite_dev *cdev = f->config->cdev; in f_audio_set_alt() local 658 struct usb_composite_dev *cdev = f->config->cdev; in f_audio_get_alt() local 702 struct usb_composite_dev *cdev = c->cdev; in f_audio_bind() local
|
| D | f_ecm.c | 379 struct usb_composite_dev *cdev = ecm->port.func.config->cdev; in ecm_do_notify() local 446 struct usb_composite_dev *cdev = ecm->port.func.config->cdev; in ecm_notify_complete() local 471 struct usb_composite_dev *cdev = f->config->cdev; in ecm_setup() local 536 struct usb_composite_dev *cdev = f->config->cdev; in ecm_set_alt() local 623 struct usb_composite_dev *cdev = f->config->cdev; in ecm_disable() local 685 struct usb_composite_dev *cdev = c->cdev; in ecm_bind() local
|
| D | f_eem.c | 173 struct usb_composite_dev *cdev = f->config->cdev; in eem_setup() local 190 struct usb_composite_dev *cdev = f->config->cdev; in eem_set_alt() local 233 struct usb_composite_dev *cdev = f->config->cdev; in eem_disable() local 247 struct usb_composite_dev *cdev = c->cdev; in eem_bind() local 398 struct usb_composite_dev *cdev = port->func.config->cdev; in eem_unwrap() local
|
| D | f_sourcesink.c | 295 static void disable_ep(struct usb_composite_dev *cdev, struct usb_ep *ep) in disable_ep() 304 void disable_endpoints(struct usb_composite_dev *cdev, in disable_endpoints() 319 struct usb_composite_dev *cdev = c->cdev; in sourcesink_bind() local 468 struct usb_composite_dev *cdev = ss->function.config->cdev; in check_read_data() local 524 struct usb_composite_dev *cdev; in source_sink_complete() local 621 struct usb_composite_dev *cdev; in source_sink_start_ep() local 637 struct usb_composite_dev *cdev; in disable_source_sink() local 646 enable_source_sink(struct usb_composite_dev *cdev, struct f_sourcesink *ss, in enable_source_sink() 741 struct usb_composite_dev *cdev = f->config->cdev; in sourcesink_set_alt() local
|
| D | f_uvc.c | 254 struct usb_composite_dev *cdev = uvc->func.config->cdev; in uvc_function_setup_continue() local 278 struct usb_composite_dev *cdev = f->config->cdev; in uvc_function_set_alt() local 416 struct usb_composite_dev *cdev = uvc->func.config->cdev; in uvc_register_video() local 588 struct usb_composite_dev *cdev = c->cdev; in uvc_function_bind() local 889 struct usb_composite_dev *cdev = c->cdev; in uvc_unbind() local
|
| /Linux-v5.15/drivers/leds/ |
| D | leds-max77650.c | 36 struct led_classdev cdev; member 42 static struct max77650_led *max77650_to_led(struct led_classdev *cdev) in max77650_to_led() 47 static int max77650_led_brightness_set(struct led_classdev *cdev, in max77650_led_brightness_set()
|
| D | leds-rb532.c | 19 static void rb532_led_set(struct led_classdev *cdev, in rb532_led_set() 28 static enum led_brightness rb532_led_get(struct led_classdev *cdev) in rb532_led_get()
|
| D | leds-tps6105x.c | 14 struct led_classdev cdev; member 25 static int tps6105x_brightness_set(struct led_classdev *cdev, in tps6105x_brightness_set()
|
| /Linux-v5.15/drivers/net/ethernet/qlogic/qed/ |
| D | qed_iscsi.c | 1033 static int qed_fill_iscsi_dev_info(struct qed_dev *cdev, in qed_fill_iscsi_dev_info() 1053 static void qed_register_iscsi_ops(struct qed_dev *cdev, in qed_register_iscsi_ops() 1060 static struct qed_hash_iscsi_con *qed_iscsi_get_hash(struct qed_dev *cdev, in qed_iscsi_get_hash() 1079 static int qed_iscsi_stop(struct qed_dev *cdev) in qed_iscsi_stop() 1102 static int qed_iscsi_start(struct qed_dev *cdev, in qed_iscsi_start() 1154 static int qed_iscsi_acquire_conn(struct qed_dev *cdev, in qed_iscsi_acquire_conn() 1187 static int qed_iscsi_release_conn(struct qed_dev *cdev, u32 handle) in qed_iscsi_release_conn() 1205 static int qed_iscsi_offload_conn(struct qed_dev *cdev, in qed_iscsi_offload_conn() 1280 static int qed_iscsi_update_conn(struct qed_dev *cdev, in qed_iscsi_update_conn() 1307 static int qed_iscsi_clear_conn_sq(struct qed_dev *cdev, u32 handle) in qed_iscsi_clear_conn_sq() [all …]
|
| D | qed_ll2.c | 73 struct qed_dev *cdev = p_hwfn->cdev; in qed_ll2b_complete_tx_packet() local 87 static int qed_ll2_alloc_buffer(struct qed_dev *cdev, in qed_ll2_alloc_buffer() 108 static int qed_ll2_dealloc_buffer(struct qed_dev *cdev, in qed_ll2_dealloc_buffer() 127 static void qed_ll2_kill_buffers(struct qed_dev *cdev) in qed_ll2_kill_buffers() 140 struct qed_dev *cdev = p_hwfn->cdev; in qed_ll2b_complete_rx_packet() local 1153 struct qed_dev *cdev = p_hwfn->cdev; in qed_ll2_acquire_connection_rx() local 2326 static void qed_ll2_register_cb_ops(struct qed_dev *cdev, in qed_ll2_register_cb_ops() 2399 static bool qed_ll2_is_storage_eng1(struct qed_dev *cdev) in qed_ll2_is_storage_eng1() 2409 struct qed_dev *cdev = p_hwfn->cdev; in __qed_ll2_stop() local 2421 static int qed_ll2_stop(struct qed_dev *cdev) in qed_ll2_stop() [all …]
|
| D | qed_sriov.h | 17 #define IS_VF(cdev) ((cdev)->b_is_vf) argument 18 #define IS_PF(cdev) (!((cdev)->b_is_vf)) argument 21 #define IS_VF(cdev) (0) argument 22 #define IS_PF(cdev) (1) argument 409 static inline void qed_iov_free_hw_info(struct qed_dev *cdev) in qed_iov_free_hw_info() 419 static inline void qed_iov_wq_stop(struct qed_dev *cdev, bool schedule_first) in qed_iov_wq_stop() 423 static inline int qed_iov_wq_start(struct qed_dev *cdev) in qed_iov_wq_start() 433 static inline void qed_vf_start_iov_wq(struct qed_dev *cdev) in qed_vf_start_iov_wq() 437 static inline int qed_sriov_disable(struct qed_dev *cdev, bool pci_enabled) in qed_sriov_disable()
|
| D | qed_rdma.c | 441 struct qed_dev *cdev = p_hwfn->cdev; in qed_rdma_init_devinfo() local 877 static int qed_fill_rdma_dev_info(struct qed_dev *cdev, in qed_fill_rdma_dev_info() 894 static int qed_rdma_get_sb_start(struct qed_dev *cdev) in qed_rdma_get_sb_start() 907 static int qed_rdma_get_min_cnq_msix(struct qed_dev *cdev) in qed_rdma_get_min_cnq_msix() 915 static int qed_rdma_set_int(struct qed_dev *cdev, u16 cnt) in qed_rdma_set_int() 937 static int qed_rdma_get_int(struct qed_dev *cdev, struct qed_int_info *info) in qed_rdma_get_int() 1695 static void *qed_rdma_get_rdma_ctx(struct qed_dev *cdev) in qed_rdma_get_rdma_ctx() 1950 static int qed_rdma_init(struct qed_dev *cdev, in qed_rdma_init() 1967 static int qed_roce_ll2_set_mac_filter(struct qed_dev *cdev, in qed_roce_ll2_set_mac_filter() 1985 static int qed_iwarp_set_engine_affin(struct qed_dev *cdev, bool b_reset) in qed_iwarp_set_engine_affin()
|
| /Linux-v5.15/arch/arm/mach-pxa/ |
| D | idp.c | 199 struct led_classdev cdev; member 215 static void idp_led_set(struct led_classdev *cdev, in idp_led_set() 230 static enum led_brightness idp_led_get(struct led_classdev *cdev) in idp_led_get()
|
| /Linux-v5.15/drivers/usb/gadget/legacy/ |
| D | serial.c | 142 static int serial_register_ports(struct usb_composite_dev *cdev, in serial_register_ports() 190 static int gs_bind(struct usb_composite_dev *cdev) in gs_bind() 249 static int gs_unbind(struct usb_composite_dev *cdev) in gs_unbind()
|
| /Linux-v5.15/sound/soc/intel/catpt/ |
| D | sysfs.c | 14 struct catpt_dev *cdev = dev_get_drvdata(dev); in fw_version_show() local 36 struct catpt_dev *cdev = dev_get_drvdata(dev); in fw_info_show() local
|
| /Linux-v5.15/fs/ |
| D | char_dev.c | 40 struct cdev *cdev; /* will die */ member 273 struct cdev *cdev; in __register_chrdev() local 435 static void cdev_purge(struct cdev *cdev) in cdev_purge() 537 int cdev_device_add(struct cdev *cdev, struct device *dev) in cdev_device_add() 571 void cdev_device_del(struct cdev *cdev, struct device *dev) in cdev_device_del() 651 void cdev_init(struct cdev *cdev, const struct file_operations *fops) in cdev_init()
|
| /Linux-v5.15/drivers/scsi/ |
| D | scsi_transport_spi.c | 171 struct device *cdev) in spi_host_setup() 212 struct device *cdev) in spi_device_configure() 241 struct device *cdev) in spi_setup_transport_attrs() 497 store_spi_transport_period(struct device *cdev, struct device_attribute *attr, in store_spi_transport_period() 525 show_spi_transport_min_period(struct device *cdev, in show_spi_transport_min_period() 541 store_spi_transport_min_period(struct device *cdev, in store_spi_transport_min_period() 559 static ssize_t show_spi_host_signalling(struct device *cdev, in show_spi_host_signalling() 591 static ssize_t show_spi_host_width(struct device *cdev, in show_spi_host_width() 602 static ssize_t show_spi_host_hba_id(struct device *cdev, in show_spi_host_hba_id() 1447 struct device *cdev) in spi_host_configure() [all …]
|
| /Linux-v5.15/drivers/thermal/intel/int340x_thermal/ |
| D | int3403_thermal.c | 40 struct thermal_cooling_device *cdev; member 122 static int int3403_get_max_state(struct thermal_cooling_device *cdev, in int3403_get_max_state() 132 static int int3403_get_cur_state(struct thermal_cooling_device *cdev, in int3403_get_cur_state() 148 int3403_set_cur_state(struct thermal_cooling_device *cdev, unsigned long state) in int3403_set_cur_state()
|
| /Linux-v5.15/drivers/usb/gadget/ |
| D | configfs.c | 48 struct usb_composite_dev cdev; member 416 struct usb_composite_dev *cdev = cfg->c.cdev; in config_usb_cfg_link() local 467 struct usb_composite_dev *cdev = cfg->c.cdev; in config_usb_cfg_unlink() local 570 static void composite_init_dev(struct usb_composite_dev *cdev) in composite_init_dev() 892 struct usb_composite_dev *cdev = &gi->cdev; in os_desc_link() local 927 struct usb_composite_dev *cdev = &gi->cdev; in os_desc_unlink() local 1242 static int configfs_do_nothing(struct usb_composite_dev *cdev) in configfs_do_nothing() 1289 struct usb_composite_dev *cdev = &gi->cdev; in configfs_composite_bind() local 1431 struct usb_composite_dev *cdev; in configfs_composite_unbind() local 1457 struct usb_composite_dev *cdev; in configfs_composite_setup() local [all …]
|
| /Linux-v5.15/arch/arm/plat-omap/ |
| D | debug-leds.c | 49 struct led_classdev cdev; member 79 static void dbg_led_set(struct led_classdev *cdev, in dbg_led_set() 93 static enum led_brightness dbg_led_get(struct led_classdev *cdev) in dbg_led_get()
|
| /Linux-v5.15/drivers/platform/x86/ |
| D | fujitsu-laptop.c | 580 static int logolamp_set(struct led_classdev *cdev, in logolamp_set() 600 static enum led_brightness logolamp_get(struct led_classdev *cdev) in logolamp_get() 616 static int kblamps_set(struct led_classdev *cdev, in kblamps_set() 629 static enum led_brightness kblamps_get(struct led_classdev *cdev) in kblamps_get() 641 static int radio_led_set(struct led_classdev *cdev, in radio_led_set() 654 static enum led_brightness radio_led_get(struct led_classdev *cdev) in radio_led_get() 665 static int eco_led_set(struct led_classdev *cdev, in eco_led_set() 680 static enum led_brightness eco_led_get(struct led_classdev *cdev) in eco_led_get()
|
| /Linux-v5.15/drivers/thermal/ |
| D | gov_fair_share.c | 50 struct thermal_cooling_device *cdev, int percentage, int level) in get_target_state() 97 struct thermal_cooling_device *cdev = instance->cdev; in fair_share_throttle() local
|
| /Linux-v5.15/drivers/acpi/ |
| D | fan.c | 72 struct thermal_cooling_device *cdev; member 86 static int fan_get_max_state(struct thermal_cooling_device *cdev, unsigned long in fan_get_max_state() 165 static int fan_get_cur_state(struct thermal_cooling_device *cdev, unsigned long in fan_get_cur_state() 205 fan_set_cur_state(struct thermal_cooling_device *cdev, unsigned long state) in fan_set_cur_state() 377 struct thermal_cooling_device *cdev; in acpi_fan_probe() local
|
| /Linux-v5.15/drivers/s390/char/ |
| D | raw3270.c | 37 struct ccw_device *cdev; member 316 raw3270_irq (struct ccw_device *cdev, unsigned long intparm, struct irb *irb) in raw3270_irq() 688 raw3270_setup_device(struct ccw_device *cdev, struct raw3270 *rp, char *ascebc) in raw3270_setup_device() 757 struct ccw_device *cdev; in raw3270_setup_console() local 808 raw3270_create_device(struct ccw_device *cdev) in raw3270_create_device() 1017 struct ccw_device *cdev; in raw3270_delete_device() local 1039 raw3270_probe (struct ccw_device *cdev) in raw3270_probe() 1119 raw3270_set_online (struct ccw_device *cdev) in raw3270_set_online() 1147 raw3270_remove (struct ccw_device *cdev) in raw3270_remove() 1198 raw3270_set_offline (struct ccw_device *cdev) in raw3270_set_offline()
|