| /Linux-v6.1/drivers/net/ethernet/qlogic/qed/ |
| 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() 134 static int qed_ll2_dealloc_buffer(struct qed_dev *cdev, in qed_ll2_dealloc_buffer() 153 static void qed_ll2_kill_buffers(struct qed_dev *cdev) in qed_ll2_kill_buffers() 166 struct qed_dev *cdev = p_hwfn->cdev; in qed_ll2b_complete_rx_packet() local 1178 struct qed_dev *cdev = p_hwfn->cdev; in qed_ll2_acquire_connection_rx() local 2368 static void qed_ll2_register_cb_ops(struct qed_dev *cdev, in qed_ll2_register_cb_ops() 2441 static bool qed_ll2_is_storage_eng1(struct qed_dev *cdev) in qed_ll2_is_storage_eng1() 2451 struct qed_dev *cdev = p_hwfn->cdev; in __qed_ll2_stop() local 2463 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.1/drivers/usb/gadget/function/ |
| D | f_uvc.c | 258 struct usb_composite_dev *cdev = uvc->func.config->cdev; in uvc_function_setup_continue() local 282 struct usb_composite_dev *cdev = f->config->cdev; in uvc_function_set_alt() local 420 struct usb_composite_dev *cdev = uvc->func.config->cdev; in uvc_register_video() local 594 struct usb_composite_dev *cdev = c->cdev; in uvc_function_bind() local 899 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.1/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
|
| D | thermal_core.h | 62 static inline bool cdev_is_power_actor(struct thermal_cooling_device *cdev) in cdev_is_power_actor() 87 struct thermal_cooling_device *cdev; member 134 thermal_cooling_device_stats_update(struct thermal_cooling_device *cdev, in thermal_cooling_device_stats_update()
|
| /Linux-v6.1/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.1/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.1/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()
|
| D | acm_ms.c | 152 static int acm_ms_bind(struct usb_composite_dev *cdev) in acm_ms_bind() 237 static int acm_ms_unbind(struct usb_composite_dev *cdev) in acm_ms_unbind()
|
| /Linux-v6.1/drivers/acpi/ |
| D | processor_thermal.c | 194 processor_get_max_state(struct thermal_cooling_device *cdev, in processor_get_max_state() 212 processor_get_cur_state(struct thermal_cooling_device *cdev, in processor_get_cur_state() 232 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.1/drivers/thermal/intel/ |
| D | intel_menlow.c | 48 static int memory_get_max_bandwidth(struct thermal_cooling_device *cdev, in memory_get_max_bandwidth() 74 static int memory_get_cur_bandwidth(struct thermal_cooling_device *cdev, in memory_get_cur_bandwidth() 97 static int memory_set_cur_bandwidth(struct thermal_cooling_device *cdev, in memory_set_cur_bandwidth() 142 struct thermal_cooling_device *cdev; in intel_menlow_memory_add() local 184 struct thermal_cooling_device *cdev; in intel_menlow_memory_remove() local
|
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlxsw/ |
| D | core_thermal.c | 119 struct thermal_cooling_device *cdev) in mlxsw_get_cooling_device_idx() 194 struct thermal_cooling_device *cdev) in mlxsw_thermal_bind() 220 struct thermal_cooling_device *cdev) in mlxsw_thermal_unbind() 334 struct thermal_cooling_device *cdev) in mlxsw_thermal_module_bind() 363 struct thermal_cooling_device *cdev) in mlxsw_thermal_module_unbind() 541 static int mlxsw_thermal_get_max_state(struct thermal_cooling_device *cdev, in mlxsw_thermal_get_max_state() 548 static int mlxsw_thermal_get_cur_state(struct thermal_cooling_device *cdev, in mlxsw_thermal_get_cur_state() 574 static int mlxsw_thermal_set_cur_state(struct thermal_cooling_device *cdev, in mlxsw_thermal_set_cur_state() 962 struct thermal_cooling_device *cdev; in mlxsw_thermal_init() local
|
| /Linux-v6.1/drivers/s390/char/ |
| D | con3215.c | 79 struct ccw_device *cdev; /* device for tty driver */ member 346 static void raw3215_irq(struct ccw_device *cdev, unsigned long intparm, in raw3215_irq() 645 static int raw3215_probe (struct ccw_device *cdev) in raw3215_probe() 678 static void raw3215_remove (struct ccw_device *cdev) in raw3215_remove() 697 static int raw3215_set_online (struct ccw_device *cdev) in raw3215_set_online() 708 static int raw3215_set_offline (struct ccw_device *cdev) in raw3215_set_offline() 821 struct ccw_device *cdev; in con3215_init() local
|
| /Linux-v6.1/drivers/usb/gadget/ |
| D | configfs.c | 48 struct usb_composite_dev cdev; member 574 static void composite_init_dev(struct usb_composite_dev *cdev) in composite_init_dev() 885 struct usb_composite_dev *cdev = &gi->cdev; in os_desc_link() local 919 struct usb_composite_dev *cdev = &gi->cdev; in os_desc_unlink() local 1233 static int configfs_do_nothing(struct usb_composite_dev *cdev) in configfs_do_nothing() 1280 struct usb_composite_dev *cdev = &gi->cdev; in configfs_composite_bind() local 1422 struct usb_composite_dev *cdev; in configfs_composite_unbind() local 1450 struct usb_composite_dev *cdev; in configfs_composite_setup() local 1474 struct usb_composite_dev *cdev; in configfs_composite_disconnect() local 1496 struct usb_composite_dev *cdev; in configfs_composite_reset() local [all …]
|
| /Linux-v6.1/drivers/platform/x86/ |
| D | acerhdf.c | 368 struct thermal_cooling_device *cdev) in acerhdf_bind() 384 struct thermal_cooling_device *cdev) in acerhdf_unbind() 488 static int acerhdf_get_max_state(struct thermal_cooling_device *cdev, in acerhdf_get_max_state() 496 static int acerhdf_get_cur_state(struct thermal_cooling_device *cdev, in acerhdf_get_cur_state() 510 static int acerhdf_set_cur_state(struct thermal_cooling_device *cdev, in acerhdf_set_cur_state()
|
| /Linux-v6.1/drivers/leds/rgb/ |
| D | leds-qcom-lpg.c | 165 struct led_classdev cdev; member 553 static void lpg_brightness_set(struct lpg_led *led, struct led_classdev *cdev, in lpg_brightness_set() 605 static void lpg_brightness_single_set(struct led_classdev *cdev, in lpg_brightness_single_set() 619 static void lpg_brightness_mc_set(struct led_classdev *cdev, in lpg_brightness_mc_set() 676 static int lpg_blink_single_set(struct led_classdev *cdev, in lpg_blink_single_set() 691 static int lpg_blink_mc_set(struct led_classdev *cdev, in lpg_blink_mc_set() 854 static int lpg_pattern_single_set(struct led_classdev *cdev, in lpg_pattern_single_set() 870 static int lpg_pattern_mc_set(struct led_classdev *cdev, in lpg_pattern_mc_set() 910 static int lpg_pattern_single_clear(struct led_classdev *cdev) in lpg_pattern_single_clear() 917 static int lpg_pattern_mc_clear(struct led_classdev *cdev) in lpg_pattern_mc_clear() [all …]
|
| /Linux-v6.1/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
|
| /Linux-v6.1/drivers/leds/simple/ |
| D | simatic-ipc-leds.c | 28 struct led_classdev cdev; member 81 struct led_classdev *cdev; in simatic_ipc_leds_probe() local
|