Home
last modified time | relevance | path

Searched defs:cdev (Results 26 – 50 of 405) sorted by relevance

12345678910>>...17

/Linux-v5.10/sound/soc/intel/catpt/
Dloader.c89 int catpt_store_streams_context(struct catpt_dev *cdev, struct dma_chan *chan) in catpt_store_streams_context()
115 int catpt_store_module_states(struct catpt_dev *cdev, struct dma_chan *chan) in catpt_store_module_states()
145 int catpt_store_memdumps(struct catpt_dev *cdev, struct dma_chan *chan) in catpt_store_memdumps()
179 catpt_restore_streams_context(struct catpt_dev *cdev, struct dma_chan *chan) in catpt_restore_streams_context()
205 static int catpt_restore_memdumps(struct catpt_dev *cdev, struct dma_chan *chan) in catpt_restore_memdumps()
238 static int catpt_restore_fwimage(struct catpt_dev *cdev, in catpt_restore_fwimage()
289 static int catpt_load_block(struct catpt_dev *cdev, in catpt_load_block()
328 static int catpt_restore_basefw(struct catpt_dev *cdev, in catpt_restore_basefw()
371 static int catpt_restore_module(struct catpt_dev *cdev, in catpt_restore_module()
412 static int catpt_load_module(struct catpt_dev *cdev, in catpt_load_module()
[all …]
Dmessages.c13 int catpt_ipc_get_fw_version(struct catpt_dev *cdev, in catpt_ipc_get_fw_version()
45 int catpt_ipc_alloc_stream(struct catpt_dev *cdev, in catpt_ipc_alloc_stream()
106 int catpt_ipc_free_stream(struct catpt_dev *cdev, u8 stream_hw_id) in catpt_ipc_free_stream()
124 int catpt_ipc_set_device_format(struct catpt_dev *cdev, in catpt_ipc_set_device_format()
142 int catpt_ipc_enter_dxstate(struct catpt_dev *cdev, enum catpt_dx_state state, in catpt_ipc_enter_dxstate()
162 int catpt_ipc_get_mixer_stream_info(struct catpt_dev *cdev, in catpt_ipc_get_mixer_stream_info()
180 int catpt_ipc_reset_stream(struct catpt_dev *cdev, u8 stream_hw_id) in catpt_ipc_reset_stream()
197 int catpt_ipc_pause_stream(struct catpt_dev *cdev, u8 stream_hw_id) in catpt_ipc_pause_stream()
214 int catpt_ipc_resume_stream(struct catpt_dev *cdev, u8 stream_hw_id) in catpt_ipc_resume_stream()
238 int catpt_ipc_set_volume(struct catpt_dev *cdev, u8 stream_hw_id, in catpt_ipc_set_volume()
[all …]
/Linux-v5.10/sound/usb/caiaq/
Ddevice.c149 struct snd_usb_caiaqdev *cdev = urb->context; in usb_ep1_command_reply_dispatch() local
204 int snd_usb_caiaq_send_command(struct snd_usb_caiaqdev *cdev, in snd_usb_caiaq_send_command()
226 int snd_usb_caiaq_send_command_bank(struct snd_usb_caiaqdev *cdev, in snd_usb_caiaq_send_command_bank()
251 int snd_usb_caiaq_set_audio_params (struct snd_usb_caiaqdev *cdev, in snd_usb_caiaq_set_audio_params()
299 int snd_usb_caiaq_set_auto_msg(struct snd_usb_caiaqdev *cdev, in snd_usb_caiaq_set_auto_msg()
307 static void setup_card(struct snd_usb_caiaqdev *cdev) in setup_card()
400 struct snd_usb_caiaqdev *cdev; in create_card() local
426 static int init_card(struct snd_usb_caiaqdev *cdev) in init_card()
540 struct snd_usb_caiaqdev *cdev; in snd_disconnect() local
Dcontrol.c24 struct snd_usb_caiaqdev *cdev = caiaqdev(chip->card); in control_info() local
70 struct snd_usb_caiaqdev *cdev = caiaqdev(chip->card); in control_get() local
87 struct snd_usb_caiaqdev *cdev = caiaqdev(chip->card); in control_put() local
572 struct snd_usb_caiaqdev *cdev) in add_controls()
589 int snd_usb_caiaq_control_init(struct snd_usb_caiaqdev *cdev) in snd_usb_caiaq_control_init()
/Linux-v5.10/drivers/target/iscsi/cxgbit/
Dcxgbit_cm.c49 cxgbit_wait_for_reply(struct cxgbit_device *cdev, in cxgbit_wait_for_reply()
79 cxgbit_np_hash_add(struct cxgbit_device *cdev, struct cxgbit_np *cnp, in cxgbit_np_hash_add()
99 cxgbit_np_hash_find(struct cxgbit_device *cdev, struct cxgbit_np *cnp) in cxgbit_np_hash_find()
116 static int cxgbit_np_hash_del(struct cxgbit_device *cdev, struct cxgbit_np *cnp) in cxgbit_np_hash_del()
144 cxgbit_create_server6(struct cxgbit_device *cdev, unsigned int stid, in cxgbit_create_server6()
196 cxgbit_create_server4(struct cxgbit_device *cdev, unsigned int stid, in cxgbit_create_server4()
230 struct cxgbit_device *cdev; in cxgbit_find_device() local
295 struct cxgbit_device *cdev = NULL; in cxgbit_find_np_cdev() local
343 __cxgbit_setup_cdev_np(struct cxgbit_device *cdev, struct cxgbit_np *cnp) in __cxgbit_setup_cdev_np()
377 struct cxgbit_device *cdev; in cxgbit_setup_cdev_np() local
[all …]
Dcxgbit_main.c23 struct cxgbit_device *cdev; in _cxgbit_free_cdev() local
31 static void cxgbit_set_mdsl(struct cxgbit_device *cdev) in cxgbit_set_mdsl()
48 struct cxgbit_device *cdev; in cxgbit_uld_add() local
89 static void cxgbit_close_conn(struct cxgbit_device *cdev) in cxgbit_close_conn()
115 static void cxgbit_detach_cdev(struct cxgbit_device *cdev) in cxgbit_detach_cdev()
137 struct cxgbit_device *cdev = handle; in cxgbit_uld_state_change() local
431 struct cxgbit_device *cdev = hndl; in cxgbit_uld_lro_rx_handler() local
531 cxgbit_update_dcb_priority(struct cxgbit_device *cdev, u8 port_id, in cxgbit_update_dcb_priority()
584 struct cxgbit_device *cdev = NULL; in cxgbit_dcb_workfn() local
718 struct cxgbit_device *cdev, *tmp; in cxgbit_exit() local
/Linux-v5.10/drivers/net/ethernet/qlogic/qed/
Dqed_dcbx.c1305 static u8 qed_dcbnl_getstate(struct qed_dev *cdev) in qed_dcbnl_getstate()
1322 static u8 qed_dcbnl_setstate(struct qed_dev *cdev, u8 state) in qed_dcbnl_setstate()
1349 static void qed_dcbnl_getpgtccfgtx(struct qed_dev *cdev, int tc, u8 *prio_type, in qed_dcbnl_getpgtccfgtx()
1370 static void qed_dcbnl_getpgbwgcfgtx(struct qed_dev *cdev, int pgid, u8 *bw_pct) in qed_dcbnl_getpgbwgcfgtx()
1391 static void qed_dcbnl_getpgtccfgrx(struct qed_dev *cdev, int tc, u8 *prio, in qed_dcbnl_getpgtccfgrx()
1398 static void qed_dcbnl_getpgbwgcfgrx(struct qed_dev *cdev, in qed_dcbnl_getpgbwgcfgrx()
1405 static void qed_dcbnl_getpfccfg(struct qed_dev *cdev, in qed_dcbnl_getpfccfg()
1426 static void qed_dcbnl_setpfccfg(struct qed_dev *cdev, int priority, u8 setting) in qed_dcbnl_setpfccfg()
1457 static u8 qed_dcbnl_getcap(struct qed_dev *cdev, int capid, u8 *cap) in qed_dcbnl_getcap()
1494 static int qed_dcbnl_getnumtcs(struct qed_dev *cdev, int tcid, u8 *num) in qed_dcbnl_getnumtcs()
[all …]
Dqed_selftest.c14 int qed_selftest_memory(struct qed_dev *cdev) in qed_selftest_memory()
27 int qed_selftest_interrupt(struct qed_dev *cdev) in qed_selftest_interrupt()
40 int qed_selftest_register(struct qed_dev *cdev) in qed_selftest_register()
63 int qed_selftest_clock(struct qed_dev *cdev) in qed_selftest_clock()
86 int qed_selftest_nvram(struct qed_dev *cdev) in qed_selftest_nvram()
Dqed_ptp.c103 static int qed_ptp_hw_read_rx_ts(struct qed_dev *cdev, u64 *timestamp) in qed_ptp_hw_read_rx_ts()
129 static int qed_ptp_hw_read_tx_ts(struct qed_dev *cdev, u64 *timestamp) in qed_ptp_hw_read_tx_ts()
155 static int qed_ptp_hw_read_cc(struct qed_dev *cdev, u64 *phc_cycles) in qed_ptp_hw_read_cc()
170 static int qed_ptp_hw_cfg_filters(struct qed_dev *cdev, in qed_ptp_hw_cfg_filters()
254 static int qed_ptp_hw_adjfreq(struct qed_dev *cdev, s32 ppb) in qed_ptp_hw_adjfreq()
339 static int qed_ptp_hw_enable(struct qed_dev *cdev) in qed_ptp_hw_enable()
401 static int qed_ptp_hw_disable(struct qed_dev *cdev) in qed_ptp_hw_disable()
Dqed_dev.c78 static bool qed_db_rec_sanity(struct qed_dev *cdev, in qed_db_rec_sanity()
107 static struct qed_hwfn *qed_db_rec_find_hwfn(struct qed_dev *cdev, in qed_db_rec_find_hwfn()
123 int qed_db_recovery_add(struct qed_dev *cdev, in qed_db_recovery_add()
172 int qed_db_recovery_del(struct qed_dev *cdev, in qed_db_recovery_del()
381 static void qed_llh_free(struct qed_dev *cdev) in qed_llh_free()
398 static int qed_llh_alloc(struct qed_dev *cdev) in qed_llh_alloc()
434 static int qed_llh_shadow_sanity(struct qed_dev *cdev, in qed_llh_shadow_sanity()
459 qed_llh_shadow_search_filter(struct qed_dev *cdev, in qed_llh_shadow_search_filter()
487 qed_llh_shadow_get_free_idx(struct qed_dev *cdev, u8 ppfid, u8 *p_filter_idx) in qed_llh_shadow_get_free_idx()
512 __qed_llh_shadow_add_filter(struct qed_dev *cdev, in __qed_llh_shadow_add_filter()
[all …]
Dqed_devlink.c43 struct qed_dev *cdev = qdl->cdev; in qed_fw_fatal_reporter_dump() local
83 struct qed_dev *cdev = qdl->cdev; in qed_fw_fatal_reporter_recover() local
126 struct qed_dev *cdev; in qed_dl_param_get() local
138 struct qed_dev *cdev; in qed_dl_param_set() local
158 struct qed_dev *cdev = qed_dl->cdev; in qed_devlink_info_get() local
203 struct devlink *qed_devlink_register(struct qed_dev *cdev) in qed_devlink_register()
/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e_client.c87 struct i40e_client_instance *cdev = pf->cinst; in i40e_notify_client_of_vf_msg() local
113 struct i40e_client_instance *cdev = pf->cinst; in i40e_notify_client_of_l2_param_changes() local
172 struct i40e_client_instance *cdev = pf->cinst; in i40e_notify_client_of_netdev_close() local
195 struct i40e_client_instance *cdev = pf->cinst; in i40e_notify_client_of_vf_reset() local
220 struct i40e_client_instance *cdev = pf->cinst; in i40e_notify_client_of_vf_enable() local
247 struct i40e_client_instance *cdev = pf->cinst; in i40e_vf_client_capable() local
269 struct i40e_client_instance *cdev = pf->cinst; in i40e_client_update_msix_info() local
285 struct i40e_client_instance *cdev = NULL; in i40e_client_add_instance() local
349 struct i40e_client_instance *cdev; in i40e_client_subtask() local
480 struct i40e_client_instance *cdev; in i40e_client_release() local
/Linux-v5.10/drivers/usb/gadget/legacy/
Dmulti.c185 static __ref int rndis_config_register(struct usb_composite_dev *cdev) in rndis_config_register()
200 static __ref int rndis_config_register(struct usb_composite_dev *cdev) in rndis_config_register()
268 static __ref int cdc_config_register(struct usb_composite_dev *cdev) in cdc_config_register()
283 static __ref int cdc_config_register(struct usb_composite_dev *cdev) in cdc_config_register()
294 static int __ref multi_bind(struct usb_composite_dev *cdev) in multi_bind()
447 static int multi_unbind(struct usb_composite_dev *cdev) in multi_unbind()
Dzero.c157 struct usb_composite_dev *cdev = autoresume_cdev; in zero_autoresume() local
174 static void zero_suspend(struct usb_composite_dev *cdev) in zero_suspend()
194 static void zero_resume(struct usb_composite_dev *cdev) in zero_resume()
265 static int zero_bind(struct usb_composite_dev *cdev) in zero_bind()
399 static int zero_unbind(struct usb_composite_dev *cdev) in zero_unbind()
/Linux-v5.10/drivers/s390/cio/
Ddevice_id.c99 static int diag210_get_dev_info(struct ccw_device *cdev) in diag210_get_dev_info()
134 static void snsid_init(struct ccw_device *cdev) in snsid_init()
146 static int snsid_check(struct ccw_device *cdev, void *data) in snsid_check()
172 static void snsid_callback(struct ccw_device *cdev, void *data, int rc) in snsid_callback()
201 void ccw_device_sense_id_start(struct ccw_device *cdev) in ccw_device_sense_id_start()
/Linux-v5.10/drivers/scsi/mpt3sas/
Dmpt3sas_ctl.c2741 version_fw_show(struct device *cdev, struct device_attribute *attr, in version_fw_show()
2764 version_bios_show(struct device *cdev, struct device_attribute *attr, in version_bios_show()
2789 version_mpi_show(struct device *cdev, struct device_attribute *attr, in version_mpi_show()
2809 version_product_show(struct device *cdev, struct device_attribute *attr, in version_product_show()
2828 version_nvdata_persistent_show(struct device *cdev, in version_nvdata_persistent_show()
2848 version_nvdata_default_show(struct device *cdev, struct device_attribute in version_nvdata_default_show()
2868 board_name_show(struct device *cdev, struct device_attribute *attr, in board_name_show()
2887 board_assembly_show(struct device *cdev, struct device_attribute *attr, in board_assembly_show()
2906 board_tracer_show(struct device *cdev, struct device_attribute *attr, in board_tracer_show()
2928 io_delay_show(struct device *cdev, struct device_attribute *attr, in io_delay_show()
[all …]
/Linux-v5.10/drivers/thermal/
Dkhadas_mcu_fan.c22 struct thermal_cooling_device *cdev; member
40 static int khadas_mcu_fan_get_max_state(struct thermal_cooling_device *cdev, in khadas_mcu_fan_get_max_state()
48 static int khadas_mcu_fan_get_cur_state(struct thermal_cooling_device *cdev, in khadas_mcu_fan_get_cur_state()
59 khadas_mcu_fan_set_cur_state(struct thermal_cooling_device *cdev, in khadas_mcu_fan_set_cur_state()
82 struct thermal_cooling_device *cdev; in khadas_mcu_fan_probe() local
Ddevfreq_cooling.c56 struct thermal_cooling_device *cdev; member
68 static int devfreq_cooling_get_max_state(struct thermal_cooling_device *cdev, in devfreq_cooling_get_max_state()
78 static int devfreq_cooling_get_cur_state(struct thermal_cooling_device *cdev, in devfreq_cooling_get_cur_state()
88 static int devfreq_cooling_set_cur_state(struct thermal_cooling_device *cdev, in devfreq_cooling_set_cur_state()
231 static int devfreq_cooling_get_requested_power(struct thermal_cooling_device *cdev, in devfreq_cooling_get_requested_power()
290 static int devfreq_cooling_state2power(struct thermal_cooling_device *cdev, in devfreq_cooling_state2power()
308 static int devfreq_cooling_power2state(struct thermal_cooling_device *cdev, in devfreq_cooling_power2state()
463 struct thermal_cooling_device *cdev; in of_devfreq_cooling_register_power() local
557 void devfreq_cooling_unregister(struct thermal_cooling_device *cdev) in devfreq_cooling_unregister()
Dcpufreq_cooling.c204 static int cpufreq_get_requested_power(struct thermal_cooling_device *cdev, in cpufreq_get_requested_power()
265 static int cpufreq_state2power(struct thermal_cooling_device *cdev, in cpufreq_state2power()
303 static int cpufreq_power2state(struct thermal_cooling_device *cdev, in cpufreq_power2state()
385 static int cpufreq_get_max_state(struct thermal_cooling_device *cdev, in cpufreq_get_max_state()
404 static int cpufreq_get_cur_state(struct thermal_cooling_device *cdev, in cpufreq_get_cur_state()
424 static int cpufreq_set_cur_state(struct thermal_cooling_device *cdev, in cpufreq_set_cur_state()
487 struct thermal_cooling_device *cdev; in __cpufreq_cooling_register() local
631 struct thermal_cooling_device *cdev = NULL; in of_cpufreq_cooling_register() local
661 void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev) in cpufreq_cooling_unregister()
Dthermal_core.c614 int power_actor_get_max_power(struct thermal_cooling_device *cdev, in power_actor_get_max_power()
634 int power_actor_get_min_power(struct thermal_cooling_device *cdev, in power_actor_get_min_power()
662 int power_actor_set_power(struct thermal_cooling_device *cdev, in power_actor_set_power()
687 struct thermal_cooling_device *cdev = NULL; in thermal_zone_device_rebind_exception() local
724 struct thermal_cooling_device *cdev; in for_each_thermal_cooling_device() local
774 struct thermal_cooling_device *cdev = NULL; in thermal_zone_device_unbind_exception() local
822 struct thermal_cooling_device *cdev, in thermal_zone_bind_cooling_device()
947 struct thermal_cooling_device *cdev) in thermal_zone_unbind_cooling_device()
980 struct thermal_cooling_device *cdev; in thermal_release() local
1001 struct thermal_cooling_device *cdev, int ret) in print_bind_err_msg()
[all …]
/Linux-v5.10/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c715 struct cxgbi_device *cdev = csk->cdev; in cxgb4i_make_tx_data_wr() local
889 static void do_act_establish(struct cxgbi_device *cdev, struct sk_buff *skb) in do_act_establish()
1041 static void do_act_open_rpl(struct cxgbi_device *cdev, struct sk_buff *skb) in do_act_open_rpl()
1090 static void do_peer_close(struct cxgbi_device *cdev, struct sk_buff *skb) in do_peer_close()
1111 static void do_close_con_rpl(struct cxgbi_device *cdev, struct sk_buff *skb) in do_close_con_rpl()
1150 static void do_abort_req_rss(struct cxgbi_device *cdev, struct sk_buff *skb) in do_abort_req_rss()
1198 static void do_abort_rpl_rss(struct cxgbi_device *cdev, struct sk_buff *skb) in do_abort_rpl_rss()
1222 static void do_rx_data(struct cxgbi_device *cdev, struct sk_buff *skb) in do_rx_data()
1243 static void do_rx_iscsi_hdr(struct cxgbi_device *cdev, struct sk_buff *skb) in do_rx_iscsi_hdr()
1348 static void do_rx_iscsi_data(struct cxgbi_device *cdev, struct sk_buff *skb) in do_rx_iscsi_data()
[all …]
/Linux-v5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_cm.c57 static struct chtls_sock *chtls_sock_create(struct chtls_dev *cdev) in chtls_sock_create()
92 static struct net_device *chtls_find_netdev(struct chtls_dev *cdev, in chtls_find_netdev()
142 const struct chtls_dev *cdev; in assign_rxopt() local
204 struct chtls_dev *cdev; in abort_arp_failure() local
544 static struct listen_info *listen_hash_add(struct chtls_dev *cdev, in listen_hash_add()
563 static int listen_hash_find(struct chtls_dev *cdev, in listen_hash_find()
582 static int listen_hash_del(struct chtls_dev *cdev, in listen_hash_del()
640 int chtls_listen_start(struct chtls_dev *cdev, struct sock *sk) in chtls_listen_start()
727 void chtls_listen_stop(struct chtls_dev *cdev, struct sock *sk) in chtls_listen_stop()
757 static int chtls_pass_open_rpl(struct chtls_dev *cdev, struct sk_buff *skb) in chtls_pass_open_rpl()
[all …]
/Linux-v5.10/arch/arm/mach-ebsa110/
Dleds.c19 static void ebsa110_led_set(struct led_classdev *cdev, in ebsa110_led_set()
32 static enum led_brightness ebsa110_led_get(struct led_classdev *cdev) in ebsa110_led_get()
42 struct led_classdev *cdev; in ebsa110_leds_init() local
/Linux-v5.10/drivers/s390/char/
Dvmur.c102 static struct urdev *urdev_alloc(struct ccw_device *cdev) in urdev_alloc()
133 static struct urdev *urdev_get_from_cdev(struct ccw_device *cdev) in urdev_get_from_cdev()
149 struct ccw_device *cdev; in urdev_get_from_devno() local
176 static int ur_pm_suspend(struct ccw_device *cdev) in ur_pm_suspend()
274 struct ccw_device *cdev = urd->cdev; in do_ur_io() local
305 static void ur_int_handler(struct ccw_device *cdev, unsigned long intparm, in ur_int_handler()
817 static int ur_probe(struct ccw_device *cdev) in ur_probe()
864 static int ur_set_online(struct ccw_device *cdev) in ur_set_online()
934 static int ur_set_offline_force(struct ccw_device *cdev, int force) in ur_set_offline_force()
965 static int ur_set_offline(struct ccw_device *cdev) in ur_set_offline()
[all …]
/Linux-v5.10/drivers/scsi/cxgbi/
Dlibcxgbi.c75 int cxgbi_device_portmap_create(struct cxgbi_device *cdev, unsigned int base, in cxgbi_device_portmap_create()
95 void cxgbi_device_portmap_cleanup(struct cxgbi_device *cdev) in cxgbi_device_portmap_cleanup()
118 static inline void cxgbi_device_destroy(struct cxgbi_device *cdev) in cxgbi_device_destroy()
134 struct cxgbi_device *cdev; in cxgbi_device_register() local
166 void cxgbi_device_unregister(struct cxgbi_device *cdev) in cxgbi_device_unregister()
187 struct cxgbi_device *cdev, *tmp; in cxgbi_device_unregister_all() local
203 struct cxgbi_device *cdev, *tmp; in cxgbi_device_find_by_lldev() local
224 struct cxgbi_device *cdev, *tmp; in cxgbi_device_find_by_netdev() local
257 struct cxgbi_device *cdev; in cxgbi_device_find_by_netdev_rcu() local
290 struct cxgbi_device *cdev, *tmp; in cxgbi_device_find_by_mac() local
[all …]

12345678910>>...17