| /linux/drivers/s390/cio/ |
| H A D | device_fsm.c | 39 static void ccw_timeout_log(struct ccw_device *cdev) in ccw_timeout_log() 103 struct ccw_device *cdev = priv->cdev; in ccw_device_timeout() local 116 ccw_device_set_timeout(struct ccw_device *cdev, int expires) in ccw_device_set_timeout() 125 ccw_device_cancel_halt_clear(struct ccw_device *cdev) in ccw_device_cancel_halt_clear() 141 void ccw_device_update_sense_data(struct ccw_device *cdev) in ccw_device_update_sense_data() 150 int ccw_device_test_sense_data(struct ccw_device *cdev) in ccw_device_test_sense_data() 190 ccw_device_recog_done(struct ccw_device *cdev, int state) in ccw_device_recog_done() 260 ccw_device_sense_id_done(struct ccw_device *cdev, int err) in ccw_device_sense_id_done() 286 int ccw_device_notify(struct ccw_device *cdev, int event) in ccw_device_notify() 309 static void ccw_device_oper_notify(struct ccw_device *cdev) in ccw_device_oper_notify() [all …]
|
| H A D | device_pgid.c | 34 static void verify_done(struct ccw_device *cdev, int rc) in verify_done() 58 static void nop_build_cp(struct ccw_device *cdev) in nop_build_cp() 73 static void nop_do(struct ccw_device *cdev) in nop_do() 93 static enum io_status nop_filter(struct ccw_device *cdev, void *data, in nop_filter() 105 static void nop_callback(struct ccw_device *cdev, void *data, int rc) in nop_callback() 135 static void spid_build_cp(struct ccw_device *cdev, u8 fn) in spid_build_cp() 150 static void pgid_wipeout_callback(struct ccw_device *cdev, void *data, int rc) in pgid_wipeout_callback() 168 static void pgid_wipeout_start(struct ccw_device *cdev) in pgid_wipeout_start() 195 static void spid_do(struct ccw_device *cdev) in spid_do() 228 static void spid_callback(struct ccw_device *cdev, void *data, int rc) in spid_callback() [all …]
|
| /linux/drivers/net/can/m_can/ |
| H A D | m_can.c | 331 static inline u32 m_can_read(struct m_can_classdev *cdev, enum m_can_reg reg) in m_can_read() 336 static inline void m_can_write(struct m_can_classdev *cdev, enum m_can_reg reg, in m_can_write() 343 m_can_fifo_read(struct m_can_classdev *cdev, in m_can_fifo_read() 356 m_can_fifo_write(struct m_can_classdev *cdev, in m_can_fifo_write() 368 static inline int m_can_fifo_write_no_off(struct m_can_classdev *cdev, in m_can_fifo_write_no_off() 375 m_can_txe_fifo_read(struct m_can_classdev *cdev, u32 fgi, u32 offset, u32 *val) in m_can_txe_fifo_read() 383 static int m_can_cccr_update_bits(struct m_can_classdev *cdev, u32 mask, u32 val) in m_can_cccr_update_bits() 422 static int m_can_config_enable(struct m_can_classdev *cdev) in m_can_config_enable() 437 static int m_can_config_disable(struct m_can_classdev *cdev) in m_can_config_disable() 451 static void m_can_interrupt_enable(struct m_can_classdev *cdev, u32 interrupts) in m_can_interrupt_enable() [all …]
|
| /linux/drivers/misc/ |
| H A D | enclosure.c | 185 static void enclosure_link_name(struct enclosure_component *cdev, char *name) in enclosure_link_name() 191 static void enclosure_remove_links(struct enclosure_component *cdev) in enclosure_remove_links() 208 static int enclosure_add_links(struct enclosure_component *cdev) in enclosure_add_links() 225 static void enclosure_release(struct device *cdev) in enclosure_release() 235 struct enclosure_component *cdev = to_enclosure_component(dev); in enclosure_component_release() local 288 struct device *cdev; in enclosure_component_alloc() local 335 struct device *cdev; in enclosure_component_register() local 367 struct enclosure_component *cdev; in enclosure_add_device() local 402 struct enclosure_component *cdev; in enclosure_remove_device() local 425 static ssize_t components_show(struct device *cdev, in components_show() [all …]
|
| /linux/sound/soc/intel/catpt/ |
| H A D | dsp.c | 29 struct dma_chan *catpt_dma_request_config_chan(struct catpt_dev *cdev) in catpt_dma_request_config_chan() 62 static int catpt_dma_memcpy(struct catpt_dev *cdev, struct dma_chan *chan, in catpt_dma_memcpy() 99 int catpt_dma_memcpy_todsp(struct catpt_dev *cdev, struct dma_chan *chan, in catpt_dma_memcpy_todsp() 107 int catpt_dma_memcpy_fromdsp(struct catpt_dev *cdev, struct dma_chan *chan, in catpt_dma_memcpy_fromdsp() 115 int catpt_dmac_probe(struct catpt_dev *cdev) in catpt_dmac_probe() 143 void catpt_dmac_remove(struct catpt_dev *cdev) in catpt_dmac_remove() 154 static void catpt_dsp_set_srampge(struct catpt_dev *cdev, struct resource *sram, in catpt_dsp_set_srampge() 189 void catpt_dsp_update_srampge(struct catpt_dev *cdev, struct resource *sram, in catpt_dsp_update_srampge() 217 int catpt_dsp_stall(struct catpt_dev *cdev, bool stall) in catpt_dsp_stall() 229 static int catpt_dsp_reset(struct catpt_dev *cdev, bool reset) in catpt_dsp_reset() [all …]
|
| H A D | registers.h | 133 #define catpt_num_dram(cdev) (hweight_long((cdev)->spec->dram_mask)) argument 134 #define catpt_num_iram(cdev) (hweight_long((cdev)->spec->iram_mask)) argument 135 #define catpt_dram_size(cdev) (catpt_num_dram(cdev) * CATPT_MEMBLOCK_SIZE) argument 136 #define catpt_iram_size(cdev) (catpt_num_iram(cdev) * CATPT_MEMBLOCK_SIZE) argument 140 #define catpt_shim_addr(cdev) \ argument 142 #define catpt_dma_addr(cdev, dma) \ argument 144 #define catpt_ssp_addr(cdev, ssp) \ argument 146 #define catpt_inbox_addr(cdev) \ argument 148 #define catpt_outbox_addr(cdev) \ argument 151 #define catpt_writel_ssp(cdev, ssp, reg, val) \ argument [all …]
|
| H A D | ipc.c | 55 static void catpt_dsp_send_tx(struct catpt_dev *cdev, in catpt_dsp_send_tx() 67 static int catpt_wait_msg_completion(struct catpt_dev *cdev, int timeout) in catpt_wait_msg_completion() 85 static int catpt_dsp_do_send_msg(struct catpt_dev *cdev, in catpt_dsp_do_send_msg() 124 int catpt_dsp_send_msg_timeout(struct catpt_dev *cdev, in catpt_dsp_send_msg_timeout() 138 int catpt_dsp_send_msg(struct catpt_dev *cdev, struct catpt_ipc_msg request, in catpt_dsp_send_msg() 146 catpt_dsp_notify_stream(struct catpt_dev *cdev, union catpt_notify_msg msg) in catpt_dsp_notify_stream() 183 static void catpt_dsp_copy_rx(struct catpt_dev *cdev, u32 header) in catpt_dsp_copy_rx() 195 static void catpt_dsp_process_response(struct catpt_dev *cdev, u32 header) in catpt_dsp_process_response() 243 struct catpt_dev *cdev = dev_id; in catpt_dsp_irq_thread() local 266 struct catpt_dev *cdev = dev_id; in catpt_dsp_irq_handler() local
|
| H A D | pcm.c | 101 catpt_stream_find(struct catpt_dev *cdev, u8 stream_hw_id) in catpt_stream_find() argument 117 static u32 catpt_stream_read_position(struct catpt_dev *cdev, in catpt_stream_read_position() argument 127 static u32 catpt_stream_volume(struct catpt_dev *cdev, in catpt_stream_volume() argument 140 static u32 catpt_mixer_volume(struct catpt_dev *cdev, in catpt_mixer_volume() argument 264 struct catpt_dev *cdev = dev_get_drvdata(dai->dev); catpt_dai_startup() local 310 struct catpt_dev *cdev = dev_get_drvdata(dai->dev); catpt_dai_shutdown() local 334 struct catpt_dev *cdev = dev_get_drvdata(dai->dev); catpt_dai_apply_usettings() local 382 struct catpt_dev *cdev = dev_get_drvdata(dai->dev); catpt_dai_hw_params() local 431 struct catpt_dev *cdev = dev_get_drvdata(dai->dev); catpt_dai_hw_free() local 448 struct catpt_dev *cdev = dev_get_drvdata(dai->dev); catpt_dai_prepare() local 472 struct catpt_dev *cdev = dev_get_drvdata(dai->dev); catpt_dai_trigger() local 521 catpt_stream_update_position(struct catpt_dev * cdev,struct catpt_stream_runtime * stream,struct catpt_notify_position * pos) catpt_stream_update_position() argument 584 struct catpt_dev *cdev = dev_get_drvdata(component->dev); catpt_component_pcm_construct() local 611 struct catpt_dev *cdev = dev_get_drvdata(component->dev); catpt_component_pointer() local 637 struct catpt_dev *cdev = dev_get_drvdata(dai->dev); catpt_dai_pcm_new() local 823 catpt_set_dspvol(struct catpt_dev * cdev,u8 stream_id,long * ctlvol) catpt_set_dspvol() argument 870 struct catpt_dev *cdev = dev_get_drvdata(component->dev); catpt_mixer_volume_get() local 894 struct catpt_dev *cdev = dev_get_drvdata(component->dev); catpt_mixer_volume_put() local 916 struct catpt_dev *cdev = dev_get_drvdata(component->dev); catpt_stream_volume_get() local 950 struct catpt_dev *cdev = dev_get_drvdata(component->dev); catpt_stream_volume_put() local 1027 struct catpt_dev *cdev = dev_get_drvdata(component->dev); catpt_loopback_switch_put() local 1148 catpt_arm_stream_templates(struct catpt_dev * cdev) catpt_arm_stream_templates() argument 1187 catpt_register_plat_component(struct catpt_dev * cdev) catpt_register_plat_component() argument [all...] |
| H A D | loader.c | 89 int catpt_store_streams_context(struct catpt_dev *cdev, struct dma_chan *chan) in catpt_store_streams_context() argument 115 int catpt_store_module_states(struct catpt_dev *cdev, struct dma_chan *chan) in catpt_store_module_states() argument 145 catpt_store_memdumps(struct catpt_dev * cdev,struct dma_chan * chan) catpt_store_memdumps() argument 179 catpt_restore_streams_context(struct catpt_dev * cdev,struct dma_chan * chan) catpt_restore_streams_context() argument 205 catpt_restore_memdumps(struct catpt_dev * cdev,struct dma_chan * chan) catpt_restore_memdumps() argument 238 catpt_restore_fwimage(struct catpt_dev * cdev,struct dma_chan * chan,dma_addr_t paddr,struct catpt_fw_block_hdr * blk) catpt_restore_fwimage() argument 289 catpt_load_block(struct catpt_dev * cdev,struct dma_chan * chan,dma_addr_t paddr,struct catpt_fw_block_hdr * blk,bool alloc) catpt_load_block() argument 328 catpt_restore_basefw(struct catpt_dev * cdev,struct dma_chan * chan,dma_addr_t paddr,struct catpt_fw_mod_hdr * basefw) catpt_restore_basefw() argument 371 catpt_restore_module(struct catpt_dev * cdev,struct dma_chan * chan,dma_addr_t paddr,struct catpt_fw_mod_hdr * mod) catpt_restore_module() argument 412 catpt_load_module(struct catpt_dev * cdev,struct dma_chan * chan,dma_addr_t paddr,struct catpt_fw_mod_hdr * mod) catpt_load_module() argument 459 catpt_restore_firmware(struct catpt_dev * cdev,struct dma_chan * chan,dma_addr_t paddr,struct catpt_fw_hdr * fw) catpt_restore_firmware() argument 505 catpt_load_firmware(struct catpt_dev * cdev,struct dma_chan * chan,dma_addr_t paddr,struct catpt_fw_hdr * fw) catpt_load_firmware() argument 541 catpt_load_image(struct catpt_dev * cdev,struct dma_chan * chan,const char * name,const char * signature,bool restore) catpt_load_image() argument 581 catpt_load_images(struct catpt_dev * cdev,bool restore) catpt_load_images() argument 609 catpt_boot_firmware(struct catpt_dev * cdev,bool restore) catpt_boot_firmware() argument 638 catpt_first_boot_firmware(struct catpt_dev * cdev) catpt_first_boot_firmware() argument [all...] |
| H A D | messages.c | 13 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/include/linux/ |
| H A D | cdev.h | 14 struct cdev { struct 23 void cdev_init(struct cdev *, const struct file_operations *); argument
|
| /linux/net/atm/ |
| H A D | atm_sysfs.c | 14 static ssize_t type_show(struct device *cdev, in type_show() 22 static ssize_t address_show(struct device *cdev, in address_show() 30 static ssize_t atmaddress_show(struct device *cdev, in atmaddress_show() 53 static ssize_t atmindex_show(struct device *cdev, in atmindex_show() 61 static ssize_t carrier_show(struct device *cdev, in carrier_show() 70 static ssize_t link_rate_show(struct device *cdev, in link_rate_show() 111 static int atm_uevent(const struct device *cdev, struct kobj_uevent_env *env) in atm_uevent() 126 static void atm_release(struct device *cdev) in atm_release() 141 struct device *cdev = &adev->class_dev; in atm_register_sysfs() local 170 struct device *cdev = &adev->class_dev; in atm_unregister_sysfs() local
|
| /linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| H A D | chtls_main.c | 86 static int chtls_start_listen(struct chtls_dev *cdev, struct sock *sk) in chtls_start_listen() 110 static void chtls_stop_listen(struct chtls_dev *cdev, struct sock *sk) in chtls_stop_listen() 131 struct chtls_dev *cdev; in chtls_inline_feature() local 146 struct chtls_dev *cdev = to_chtls_dev(dev); in chtls_create_hash() local 155 struct chtls_dev *cdev = to_chtls_dev(dev); in chtls_destroy_hash() local 161 static void chtls_free_uld(struct chtls_dev *cdev) in chtls_free_uld() 178 struct chtls_dev *cdev; in chtls_dev_release() local 192 static void chtls_register_dev(struct chtls_dev *cdev) in chtls_register_dev() 210 struct chtls_dev *cdev = container_of(task_param, in process_deferq() local 223 static int chtls_get_skb(struct chtls_dev *cdev) in chtls_get_skb() [all …]
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_idc.c | 21 ice_get_auxiliary_drv(struct iidc_rdma_core_dev_info *cdev) in ice_get_auxiliary_drv() 41 struct iidc_rdma_core_dev_info *cdev; in ice_send_event_to_aux() local 70 int ice_add_rdma_qset(struct iidc_rdma_core_dev_info *cdev, in ice_add_rdma_qset() 129 int ice_del_rdma_qset(struct iidc_rdma_core_dev_info *cdev, in ice_del_rdma_qset() 161 int ice_rdma_request_reset(struct iidc_rdma_core_dev_info *cdev, in ice_rdma_request_reset() 195 int ice_rdma_update_vsi_filter(struct iidc_rdma_core_dev_info *cdev, in ice_rdma_update_vsi_filter() 232 int ice_alloc_rdma_qvector(struct iidc_rdma_core_dev_info *cdev, in ice_alloc_rdma_qvector() 258 void ice_free_rdma_qvector(struct iidc_rdma_core_dev_info *cdev, in ice_free_rdma_qvector() 297 struct iidc_rdma_core_dev_info *cdev; in ice_plug_aux_dev() local 371 struct iidc_rdma_core_dev_info *cdev; in ice_init_rdma() local
|
| /linux/drivers/usb/gadget/ |
| H A D | composite.c | 164 struct usb_composite_dev *cdev; in config_ep_by_speed_and_alt() local 399 struct usb_composite_dev *cdev = function->config->cdev; in usb_function_deactivate() local 430 struct usb_composite_dev *cdev = function->config->cdev; in usb_function_activate() local 614 static int config_desc(struct usb_composite_dev *cdev, unsigned w_value) in config_desc() 677 static int count_configs(struct usb_composite_dev *cdev, unsigned type) in count_configs() 725 static int bos_desc(struct usb_composite_dev *cdev) in bos_desc() 909 static void device_qual(struct usb_composite_dev *cdev) in device_qual() 928 static void reset_config(struct usb_composite_dev *cdev) in reset_config() 947 static int set_config(struct usb_composite_dev *cdev, in set_config() 1065 int usb_add_config_only(struct usb_composite_dev *cdev, in usb_add_config_only() [all …]
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_chain.c | 67 static void qed_chain_free_next_ptr(struct qed_dev *cdev, in qed_chain_free_next_ptr() 95 static void qed_chain_free_single(struct qed_dev *cdev, in qed_chain_free_single() 105 static void qed_chain_free_pbl(struct qed_dev *cdev, struct qed_chain *chain) in qed_chain_free_pbl() 138 void qed_chain_free(struct qed_dev *cdev, struct qed_chain *chain) in qed_chain_free() 158 qed_chain_alloc_sanity_check(struct qed_dev *cdev, in qed_chain_alloc_sanity_check() 198 static int qed_chain_alloc_next_ptr(struct qed_dev *cdev, in qed_chain_alloc_next_ptr() 232 static int qed_chain_alloc_single(struct qed_dev *cdev, in qed_chain_alloc_single() 249 static int qed_chain_alloc_pbl(struct qed_dev *cdev, struct qed_chain *chain) in qed_chain_alloc_pbl() 320 int qed_chain_alloc(struct qed_dev *cdev, struct qed_chain *chain, in qed_chain_alloc()
|
| H A D | qed_dcbx.c | 1305 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 …]
|
| H A D | qed_dev.c | 80 static bool qed_db_rec_sanity(struct qed_dev *cdev, in qed_db_rec_sanity() 109 static struct qed_hwfn *qed_db_rec_find_hwfn(struct qed_dev *cdev, in qed_db_rec_find_hwfn() 125 int qed_db_recovery_add(struct qed_dev *cdev, in qed_db_recovery_add() 174 int qed_db_recovery_del(struct qed_dev *cdev, in qed_db_recovery_del() 364 static void qed_llh_free(struct qed_dev *cdev) in qed_llh_free() 381 static int qed_llh_alloc(struct qed_dev *cdev) in qed_llh_alloc() 417 static int qed_llh_shadow_sanity(struct qed_dev *cdev, in qed_llh_shadow_sanity() 442 qed_llh_shadow_search_filter(struct qed_dev *cdev, in qed_llh_shadow_search_filter() 470 qed_llh_shadow_get_free_idx(struct qed_dev *cdev, u8 ppfid, u8 *p_filter_idx) in qed_llh_shadow_get_free_idx() 495 __qed_llh_shadow_add_filter(struct qed_dev *cdev, in __qed_llh_shadow_add_filter() [all …]
|
| H A D | qed_selftest.c | 14 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()
|
| /linux/drivers/target/iscsi/cxgbit/ |
| H A D | cxgbit_cm.c | 49 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 …]
|
| /linux/sound/usb/caiaq/ |
| H A D | midi.c | 28 struct snd_usb_caiaqdev *cdev = substream->rmidi->private_data; in snd_usb_caiaq_midi_input_trigger() local 44 struct snd_usb_caiaqdev *cdev = substream->rmidi->private_data; in snd_usb_caiaq_midi_output_close() local 52 static void snd_usb_caiaq_midi_send(struct snd_usb_caiaqdev *cdev, in snd_usb_caiaq_midi_send() 80 struct snd_usb_caiaqdev *cdev = substream->rmidi->private_data; in snd_usb_caiaq_midi_output_trigger() local 106 void snd_usb_caiaq_midi_handle_input(struct snd_usb_caiaqdev *cdev, in snd_usb_caiaq_midi_handle_input() 152 struct snd_usb_caiaqdev *cdev = urb->context; in snd_usb_caiaq_midi_output_done() local
|
| /linux/sound/soc/sof/ |
| H A D | sof-client-ipc-msg-injector.c | 35 struct sof_client_dev *cdev = inode->i_private; in sof_msg_inject_dfs_open() local 55 struct sof_client_dev *cdev = file->private_data; in sof_msg_inject_dfs_read() local 76 struct sof_client_dev *cdev = file->private_data; in sof_msg_inject_ipc4_dfs_read() local 122 static int sof_msg_inject_send_message(struct sof_client_dev *cdev) in sof_msg_inject_send_message() 150 struct sof_client_dev *cdev = file->private_data; in sof_msg_inject_dfs_write() local 180 struct sof_client_dev *cdev = file->private_data; in sof_msg_inject_ipc4_dfs_write() local 253 struct sof_client_dev *cdev = auxiliary_dev_to_sof_client_dev(auxdev); in sof_msg_inject_probe() local 308 struct sof_client_dev *cdev = auxiliary_dev_to_sof_client_dev(auxdev); in sof_msg_inject_remove() local
|
| /linux/drivers/thermal/ |
| H A D | devfreq_cooling.c | 51 struct thermal_cooling_device *cdev; member 64 static int devfreq_cooling_get_max_state(struct thermal_cooling_device *cdev, in devfreq_cooling_get_max_state() 74 static int devfreq_cooling_get_cur_state(struct thermal_cooling_device *cdev, in devfreq_cooling_get_cur_state() 84 static int devfreq_cooling_set_cur_state(struct thermal_cooling_device *cdev, in devfreq_cooling_set_cur_state() 190 static int devfreq_cooling_get_requested_power(struct thermal_cooling_device *cdev, in devfreq_cooling_get_requested_power() 265 static int devfreq_cooling_state2power(struct thermal_cooling_device *cdev, in devfreq_cooling_state2power() 287 static int devfreq_cooling_power2state(struct thermal_cooling_device *cdev, in devfreq_cooling_power2state() 396 struct thermal_cooling_device *cdev; in of_devfreq_cooling_register_power() local 526 struct thermal_cooling_device *cdev; in devfreq_cooling_em_register() local 556 void devfreq_cooling_unregister(struct thermal_cooling_device *cdev) in devfreq_cooling_unregister()
|
| H A D | thermal_helpers.c | 43 struct thermal_cooling_device *cdev, in thermal_instance_present() 59 struct thermal_cooling_device *cdev) in thermal_trip_is_bound_to_cdev() 147 static int thermal_cdev_set_cur_state(struct thermal_cooling_device *cdev, int state) in thermal_cdev_set_cur_state() 166 void __thermal_cdev_update(struct thermal_cooling_device *cdev) in __thermal_cdev_update() 191 void thermal_cdev_update(struct thermal_cooling_device *cdev) in thermal_cdev_update() 205 void thermal_cdev_update_nocheck(struct thermal_cooling_device *cdev) in thermal_cdev_update_nocheck()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_client.c | 85 struct i40e_client_instance *cdev = pf->cinst; in i40e_notify_client_of_vf_msg() local 111 struct i40e_client_instance *cdev = pf->cinst; in i40e_notify_client_of_l2_param_changes() local 168 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 337 struct i40e_client_instance *cdev = NULL; in i40e_client_add_instance() local 403 struct i40e_client_instance *cdev; in i40e_client_subtask() local 731 struct i40e_client_instance *cdev = pf->cinst; in i40e_client_device_unregister() local
|