| /Linux-v6.6/drivers/acpi/ |
| D | fan_core.c | 29 static int fan_get_max_state(struct thermal_cooling_device *cdev, unsigned long in fan_get_max_state() 129 static int fan_get_cur_state(struct thermal_cooling_device *cdev, unsigned long in fan_get_cur_state() 184 fan_set_cur_state(struct thermal_cooling_device *cdev, unsigned long state) in fan_set_cur_state() 317 struct thermal_cooling_device *cdev; in acpi_fan_probe() local
|
| D | processor_thermal.c | 202 processor_get_max_state(struct thermal_cooling_device *cdev, in processor_get_max_state() 220 processor_get_cur_state(struct thermal_cooling_device *cdev, in processor_get_cur_state() 240 processor_set_cur_state(struct thermal_cooling_device *cdev, in processor_set_cur_state()
|
| D | container.c | 34 static int acpi_container_offline(struct container_dev *cdev) in acpi_container_offline() 48 struct container_dev *cdev; in container_device_attach() local
|
| /Linux-v6.6/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-v6.6/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()
|
| D | acerhdf.c | 382 struct thermal_cooling_device *cdev) in acerhdf_bind() 398 struct thermal_cooling_device *cdev) in acerhdf_unbind() 461 static int acerhdf_get_max_state(struct thermal_cooling_device *cdev, in acerhdf_get_max_state() 469 static int acerhdf_get_cur_state(struct thermal_cooling_device *cdev, in acerhdf_get_cur_state() 483 static int acerhdf_set_cur_state(struct thermal_cooling_device *cdev, in acerhdf_set_cur_state()
|
| /Linux-v6.6/drivers/net/ethernet/qlogic/qed/ |
| D | qed_rdma.c | 412 struct qed_dev *cdev = p_hwfn->cdev; in qed_rdma_init_devinfo() local 850 static int qed_fill_rdma_dev_info(struct qed_dev *cdev, in qed_fill_rdma_dev_info() 867 static int qed_rdma_get_sb_start(struct qed_dev *cdev) in qed_rdma_get_sb_start() 880 static int qed_rdma_get_min_cnq_msix(struct qed_dev *cdev) in qed_rdma_get_min_cnq_msix() 888 static int qed_rdma_set_int(struct qed_dev *cdev, u16 cnt) in qed_rdma_set_int() 910 static int qed_rdma_get_int(struct qed_dev *cdev, struct qed_int_info *info) in qed_rdma_get_int() 1668 static void *qed_rdma_get_rdma_ctx(struct qed_dev *cdev) in qed_rdma_get_rdma_ctx() 1922 static int qed_rdma_init(struct qed_dev *cdev, in qed_rdma_init() 1939 static int qed_roce_ll2_set_mac_filter(struct qed_dev *cdev, in qed_roce_ll2_set_mac_filter() 1957 static int qed_iwarp_set_engine_affin(struct qed_dev *cdev, bool b_reset) in qed_iwarp_set_engine_affin()
|
| D | qed_ll2.c | 99 struct qed_dev *cdev = p_hwfn->cdev; in qed_ll2b_complete_tx_packet() local 113 static int qed_ll2_alloc_buffer(struct qed_dev *cdev, in qed_ll2_alloc_buffer() 137 static int qed_ll2_dealloc_buffer(struct qed_dev *cdev, in qed_ll2_dealloc_buffer() 156 static void qed_ll2_kill_buffers(struct qed_dev *cdev) in qed_ll2_kill_buffers() 169 struct qed_dev *cdev = p_hwfn->cdev; in qed_ll2b_complete_rx_packet() local 1180 struct qed_dev *cdev = p_hwfn->cdev; in qed_ll2_acquire_connection_rx() local 2370 static void qed_ll2_register_cb_ops(struct qed_dev *cdev, in qed_ll2_register_cb_ops() 2443 static bool qed_ll2_is_storage_eng1(struct qed_dev *cdev) in qed_ll2_is_storage_eng1() 2453 struct qed_dev *cdev = p_hwfn->cdev; in __qed_ll2_stop() local 2465 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 446 static inline void qed_iov_free_hw_info(struct qed_dev *cdev) in qed_iov_free_hw_info() 456 static inline void qed_iov_wq_stop(struct qed_dev *cdev, bool schedule_first) in qed_iov_wq_stop() 460 static inline int qed_iov_wq_start(struct qed_dev *cdev) in qed_iov_wq_start() 470 static inline void qed_vf_start_iov_wq(struct qed_dev *cdev) in qed_vf_start_iov_wq() 474 static inline int qed_sriov_disable(struct qed_dev *cdev, bool pci_enabled) in qed_sriov_disable()
|
| D | qed_init_ops.c | 122 void qed_init_iro_array(struct qed_dev *cdev) in qed_init_iro_array() 305 struct qed_dev *cdev = p_hwfn->cdev; in qed_init_cmd_array() local 500 struct qed_dev *cdev = p_hwfn->cdev; in qed_init_cmd_mode_match() local 553 struct qed_dev *cdev = p_hwfn->cdev; in qed_init_run() local 623 int qed_init_fw_data(struct qed_dev *cdev, const u8 *data) in qed_init_fw_data()
|
| /Linux-v6.6/drivers/thermal/ |
| D | gov_fair_share.c | 44 struct thermal_cooling_device *cdev, int percentage, int level) in get_target_state() 87 struct thermal_cooling_device *cdev = instance->cdev; in fair_share_throttle() local
|
| D | thermal_core.h | 64 static inline bool cdev_is_power_actor(struct thermal_cooling_device *cdev) in cdev_is_power_actor() 89 struct thermal_cooling_device *cdev; member 141 thermal_cooling_device_stats_update(struct thermal_cooling_device *cdev, in thermal_cooling_device_stats_update()
|
| /Linux-v6.6/drivers/usb/gadget/function/ |
| D | f_uvc.c | 268 struct usb_composite_dev *cdev = uvc->func.config->cdev; in uvc_function_setup_continue() local 292 struct usb_composite_dev *cdev = f->config->cdev; in uvc_function_set_alt() local 434 struct usb_composite_dev *cdev = uvc->func.config->cdev; in uvc_register_video() local 645 struct usb_composite_dev *cdev = c->cdev; in uvc_function_bind() local 961 struct usb_composite_dev *cdev = c->cdev; in uvc_function_unbind() local
|
| D | f_subset.c | 256 struct usb_composite_dev *cdev = f->config->cdev; in geth_set_alt() local 281 struct usb_composite_dev *cdev = f->config->cdev; in geth_disable() local 294 struct usb_composite_dev *cdev = c->cdev; in geth_bind() local
|
| D | f_uac1.c | 345 struct usb_composite_dev *cdev = fn->config->cdev; in uac_cs_attr_sample_rate() local 625 struct usb_composite_dev *cdev = audio->func.config->cdev; in out_rq_cur_complete() local 706 struct usb_composite_dev *cdev = f->config->cdev; in ac_rq_in() local 739 struct usb_composite_dev *cdev = f->config->cdev; in audio_set_endpoint_req() local 784 struct usb_composite_dev *cdev = f->config->cdev; in audio_get_endpoint_req() local 829 struct usb_composite_dev *cdev = f->config->cdev; in f_audio_setup() local 878 struct usb_composite_dev *cdev = f->config->cdev; in f_audio_set_alt() local 932 struct usb_composite_dev *cdev = f->config->cdev; in f_audio_get_alt() local 1177 struct usb_composite_dev *cdev = c->cdev; in f_audio_bind() local
|
| /Linux-v6.6/sound/soc/sof/ |
| D | sof-client.h | 32 #define sof_client_dev_to_sof_dev(cdev) ((cdev)->sdev) argument 42 static inline int sof_client_ipc_tx_message_no_reply(struct sof_client_dev *cdev, void *ipc_msg) in sof_client_ipc_tx_message_no_reply()
|
| /Linux-v6.6/drivers/input/ |
| D | input-leds.c | 39 struct led_classdev cdev; member 50 static enum led_brightness input_leds_brightness_get(struct led_classdev *cdev) in input_leds_brightness_get() 58 static void input_leds_brightness_set(struct led_classdev *cdev, in input_leds_brightness_set()
|
| /Linux-v6.6/drivers/leds/ |
| 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-v6.6/drivers/usb/gadget/legacy/ |
| D | ncm.c | 127 static int gncm_bind(struct usb_composite_dev *cdev) in gncm_bind() 186 static int gncm_unbind(struct usb_composite_dev *cdev) in gncm_unbind()
|
| D | cdc2.c | 138 static int cdc_bind(struct usb_composite_dev *cdev) in cdc_bind() 212 static int cdc_unbind(struct usb_composite_dev *cdev) in cdc_unbind()
|
| D | mass_storage.c | 139 static int msg_bind(struct usb_composite_dev *cdev) in msg_bind() 208 static int msg_unbind(struct usb_composite_dev *cdev) in msg_unbind()
|
| D | tcm_usb_gadget.c | 64 static int guas_unbind(struct usb_composite_dev *cdev) in guas_unbind() 98 static int usb_target_bind(struct usb_composite_dev *cdev) in usb_target_bind()
|
| /Linux-v6.6/drivers/s390/char/ |
| D | raw3270.c | 38 struct ccw_device *cdev; member 336 static void raw3270_irq(struct ccw_device *cdev, unsigned long intparm, struct irb *irb) in raw3270_irq() 721 static int raw3270_setup_device(struct ccw_device *cdev, struct raw3270 *rp, in raw3270_setup_device() 800 struct ccw_device *cdev; in raw3270_setup_console() local 849 static struct raw3270 *raw3270_create_device(struct ccw_device *cdev) in raw3270_create_device() 1091 struct ccw_device *cdev; in raw3270_delete_device() local 1112 static int raw3270_probe(struct ccw_device *cdev) in raw3270_probe() 1194 static int raw3270_set_online(struct ccw_device *cdev) in raw3270_set_online() 1221 static void raw3270_remove(struct ccw_device *cdev) in raw3270_remove() 1271 static int raw3270_set_offline(struct ccw_device *cdev) in raw3270_set_offline()
|
| /Linux-v6.6/drivers/leds/rgb/ |
| D | leds-qcom-lpg.c | 172 struct led_classdev cdev; member 604 static void lpg_brightness_set(struct lpg_led *led, struct led_classdev *cdev, in lpg_brightness_set() 656 static int lpg_brightness_single_set(struct led_classdev *cdev, in lpg_brightness_single_set() 672 static int lpg_brightness_mc_set(struct led_classdev *cdev, in lpg_brightness_mc_set() 731 static int lpg_blink_single_set(struct led_classdev *cdev, in lpg_blink_single_set() 746 static int lpg_blink_mc_set(struct led_classdev *cdev, in lpg_blink_mc_set() 909 static int lpg_pattern_single_set(struct led_classdev *cdev, in lpg_pattern_single_set() 925 static int lpg_pattern_mc_set(struct led_classdev *cdev, in lpg_pattern_mc_set() 965 static int lpg_pattern_single_clear(struct led_classdev *cdev) in lpg_pattern_single_clear() 972 static int lpg_pattern_mc_clear(struct led_classdev *cdev) in lpg_pattern_mc_clear() [all …]
|
| /Linux-v6.6/drivers/s390/scsi/ |
| D | zfcp_aux.c | 60 struct ccw_device *cdev; in zfcp_init_device_configure() local 448 struct ccw_device *cdev = adapter->ccw_device; in zfcp_adapter_unregister() local 476 struct ccw_device *cdev = adapter->ccw_device; in zfcp_adapter_release() local
|