Home
last modified time | relevance | path

Searched defs:cdev (Results 1 – 25 of 403) sorted by relevance

12345678910>>...17

/drivers/s390/cio/
A Ddevice_fsm.c39 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
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()
329 ccw_device_done(struct ccw_device *cdev, int state) in ccw_device_done()
388 void ccw_device_recognition(struct ccw_device *cdev) in ccw_device_recognition()
549 ccw_device_online(struct ccw_device *cdev) in ccw_device_online()
592 ccw_device_offline(struct ccw_device *cdev) in ccw_device_offline()
[all …]
A Ddevice.c672 struct ccw_device *cdev; in ccw_device_release() local
686 struct ccw_device *cdev; in io_subchannel_allocate_dev() local
781 struct ccw_device *cdev; in io_subchannel_create_ccwdev() local
797 struct ccw_device *cdev; in sch_create_and_recog_new_device() local
986 struct ccw_device *cdev; in io_subchannel_irq() local
1029 struct ccw_device *cdev; in io_subchannel_probe() local
1090 struct ccw_device *cdev; in io_subchannel_remove() local
1110 struct ccw_device *cdev; in io_subchannel_verify() local
1121 struct ccw_device *cdev; in io_subchannel_terminate_path() local
1204 struct ccw_device *cdev; in io_subchannel_quiesce() local
[all …]
A Ddevice_ops.c106 int ccw_device_is_pathgroup(struct ccw_device *cdev) in ccw_device_is_pathgroup()
118 int ccw_device_is_multipath(struct ccw_device *cdev) in ccw_device_is_multipath()
309 int ccw_device_start(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start()
409 int ccw_device_resume(struct ccw_device *cdev) in ccw_device_resume()
440 struct ciw *ccw_device_get_ciw(struct ccw_device *cdev, __u32 ct) in ccw_device_get_ciw()
459 __u8 ccw_device_get_path_mask(struct ccw_device *cdev) in ccw_device_get_path_mask()
648 int ccw_device_get_mdc(struct ccw_device *cdev, u8 mask) in ccw_device_get_mdc()
693 int ccw_device_tm_intrg(struct ccw_device *cdev) in ccw_device_tm_intrg()
733 int ccw_device_pnso(struct ccw_device *cdev, in ccw_device_pnso()
749 int ccw_device_get_cssid(struct ccw_device *cdev, u8 *cssid) in ccw_device_get_cssid()
[all …]
A Ddevice_pgid.c34 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()
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()
267 static void spid_start(struct ccw_device *cdev) in spid_start()
333 static u8 pgid_to_donepm(struct ccw_device *cdev) in pgid_to_donepm()
437 static void snid_build_cp(struct ccw_device *cdev) in snid_build_cp()
454 static void snid_do(struct ccw_device *cdev) in snid_do()
511 static void verify_start(struct ccw_device *cdev) in verify_start()
[all …]
A Dcmf.c259 void retry_set_schib(struct ccw_device *cdev) in retry_set_schib()
479 static int alloc_cmb(struct ccw_device *cdev) in alloc_cmb()
534 static void free_cmb(struct ccw_device *cdev) in free_cmb()
697 static void reset_cmb(struct ccw_device *cdev) in reset_cmb()
987 struct ccw_device *cdev = to_ccwdev(dev); in cmb_show_avg_sample_interval() local
1080 struct ccw_device *cdev = to_ccwdev(dev); in cmb_enable_show() local
1089 struct ccw_device *cdev = to_ccwdev(dev); in cmb_enable_store() local
1123 int enable_cmf(struct ccw_device *cdev) in enable_cmf()
1164 int __disable_cmf(struct ccw_device *cdev) in __disable_cmf()
1188 int disable_cmf(struct ccw_device *cdev) in disable_cmf()
[all …]
A Dccwreq.c41 static u16 ccwreq_next_path(struct ccw_device *cdev) in ccwreq_next_path()
58 static void ccwreq_stop(struct ccw_device *cdev, int rc) in ccwreq_stop()
75 static void ccwreq_do(struct ccw_device *cdev) in ccwreq_do()
120 void ccw_request_start(struct ccw_device *cdev) in ccw_request_start()
151 int ccw_request_cancel(struct ccw_device *cdev) in ccw_request_cancel()
170 static enum io_status ccwreq_status(struct ccw_device *cdev, struct irb *lcirb) in ccwreq_status()
232 static void ccwreq_log_status(struct ccw_device *cdev, enum io_status status) in ccwreq_log_status()
255 void ccw_request_handler(struct ccw_device *cdev) in ccw_request_handler()
327 void ccw_request_timeout(struct ccw_device *cdev) in ccw_request_timeout()
365 void ccw_request_notoper(struct ccw_device *cdev) in ccw_request_notoper()
A Ddevice_status.c29 ccw_device_msg_control_check(struct ccw_device *cdev, struct irb *irb) in ccw_device_msg_control_check()
54 ccw_device_path_notoper(struct ccw_device *cdev) in ccw_device_path_notoper()
76 ccw_device_accumulate_ecw(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_ecw()
114 ccw_device_accumulate_esw(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_esw()
194 ccw_device_accumulate_irb(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_irb()
312 ccw_device_do_sense(struct ccw_device *cdev, struct irb *irb) in ccw_device_do_sense()
349 ccw_device_accumulate_basic_sense(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_basic_sense()
382 ccw_device_accumulate_and_sense(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_and_sense()
/drivers/net/ethernet/qlogic/qed/
A Dqed_main.c257 static void qed_free_pci(struct qed_dev *cdev) in qed_free_pci()
375 int qed_fill_dev_info(struct qed_dev *cdev, in qed_fill_dev_info()
462 struct qed_dev *cdev; in qed_alloc_cdev() local
487 struct qed_dev *cdev; in qed_probe() local
529 static void qed_remove(struct qed_dev *cdev) in qed_remove()
744 struct qed_dev *cdev = hwfn->cdev; in qed_slowpath_irq_req() local
795 struct qed_dev *cdev = p_hwfn->cdev; in qed_slowpath_irq_sync() local
826 static int qed_nic_stop(struct qed_dev *cdev) in qed_nic_stop()
1437 static u32 qed_sb_init(struct qed_dev *cdev, in qed_sb_init()
2225 static int qed_drain(struct qed_dev *cdev) in qed_drain()
[all …]
A Dqed_dcbx.c1305 static u8 qed_dcbnl_getstate(struct qed_dev *cdev) in qed_dcbnl_getstate()
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()
1522 static u8 qed_dcbnl_getpfcstate(struct qed_dev *cdev) in qed_dcbnl_getpfcstate()
1539 static u8 qed_dcbnl_getdcbx(struct qed_dev *cdev) in qed_dcbnl_getdcbx()
1562 static void qed_dcbnl_setpgtccfgtx(struct qed_dev *cdev, in qed_dcbnl_setpgtccfgtx()
1638 static u8 qed_dcbnl_setall(struct qed_dev *cdev) in qed_dcbnl_setall()
1758 static int qed_dcbnl_setapp(struct qed_dev *cdev, in qed_dcbnl_setapp()
1806 static u8 qed_dcbnl_setdcbx(struct qed_dev *cdev, u8 mode) in qed_dcbnl_setdcbx()
2032 static int qed_dcbnl_get_ieee_pfc(struct qed_dev *cdev, in qed_dcbnl_get_ieee_pfc()
[all …]
A Dqed_dev.c624 struct qed_dev *cdev = p_hwfn->cdev; in qed_llh_set_engine_affin() local
679 struct qed_dev *cdev = p_hwfn->cdev; in qed_llh_hw_init_pf() local
1556 struct qed_dev *cdev = p_hwfn->cdev; in qed_init_qm_port_params() local
2639 struct qed_dev *cdev = p_hwfn->cdev; in qed_hw_init_common() local
3327 int qed_hw_stop(struct qed_dev *cdev) in qed_hw_stop()
3770 struct qed_dev *cdev = p_hwfn->cdev; in qed_hw_get_dflt_resc() local
3927 struct qed_dev *cdev = p_hwfn->cdev; in qed_hw_get_ppfid_bitmap() local
4396 struct qed_dev *cdev = p_hwfn->cdev; in qed_get_num_funcs() local
4456 struct qed_dev *cdev = p_hwfn->cdev; in qed_hw_info_port_num() local
4579 struct qed_dev *cdev = p_hwfn->cdev; in qed_get_dev_info() local
[all …]
A Dqed_chain.c67 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()
/drivers/net/can/m_can/
A Dm_can.c342 m_can_fifo_read(struct m_can_classdev *cdev, in m_can_fifo_read()
355 m_can_fifo_write(struct m_can_classdev *cdev, in m_can_fifo_write()
509 struct m_can_classdev *cdev = netdev_priv(net); in m_can_clean() local
557 struct m_can_classdev *cdev = netdev_priv(dev); in m_can_read_fifo() local
622 struct m_can_classdev *cdev = netdev_priv(dev); in m_can_do_rx_poll() local
662 struct m_can_classdev *cdev = netdev_priv(dev); in m_can_handle_lost_msg() local
691 struct m_can_classdev *cdev = netdev_priv(dev); in m_can_handle_lec_err() local
763 struct m_can_classdev *cdev = netdev_priv(dev); in __m_can_get_berr_counter() local
790 struct m_can_classdev *cdev = netdev_priv(dev); in m_can_get_berr_counter() local
807 struct m_can_classdev *cdev = netdev_priv(dev); in m_can_handle_state_change() local
[all …]
A Dtcan4x5x-core.c206 static int tcan4x5x_write_fifo(struct m_can_classdev *cdev, in tcan4x5x_write_fifo()
225 static int tcan4x5x_write_tcan_reg(struct m_can_classdev *cdev, in tcan4x5x_write_tcan_reg()
246 static int tcan4x5x_init(struct m_can_classdev *cdev) in tcan4x5x_init()
282 static int tcan4x5x_deinit(struct m_can_classdev *cdev) in tcan4x5x_deinit()
290 static int tcan4x5x_disable_wake(struct m_can_classdev *cdev) in tcan4x5x_disable_wake()
298 static int tcan4x5x_disable_state(struct m_can_classdev *cdev) in tcan4x5x_disable_state()
338 static void tcan4x5x_get_dt_data(struct m_can_classdev *cdev) in tcan4x5x_get_dt_data()
346 static int tcan4x5x_get_gpios(struct m_can_classdev *cdev) in tcan4x5x_get_gpios()
379 static int tcan4x5x_check_gpios(struct m_can_classdev *cdev, in tcan4x5x_check_gpios()
553 struct m_can_classdev *cdev = dev_get_drvdata(dev); in tcan4x5x_suspend() local
[all …]
/drivers/misc/
A Denclosure.c225 static void enclosure_release(struct device *cdev) in enclosure_release()
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()
434 static ssize_t id_show(struct device *cdev, in id_show()
476 static ssize_t get_component_fault(struct device *cdev, in get_component_fault()
487 static ssize_t set_component_fault(struct device *cdev, in set_component_fault()
621 static ssize_t get_component_type(struct device *cdev, in get_component_type()
[all …]
/drivers/scsi/pm8001/
A Dpm8001_ctl.c363 static ssize_t pm8001_ctl_aap_log_show(struct device *cdev, in pm8001_ctl_aap_log_show()
509 static ssize_t event_log_size_show(struct device *cdev, in event_log_size_show()
586 static ssize_t non_fatal_log_show(struct device *cdev, in non_fatal_log_show()
596 static ssize_t non_fatal_count_show(struct device *cdev, in non_fatal_count_show()
607 static ssize_t non_fatal_count_store(struct device *cdev, in non_fatal_count_store()
868 static ssize_t pm8001_show_update_fw(struct device *cdev, in pm8001_show_update_fw()
905 static ssize_t ctl_mpi_state_show(struct device *cdev, in ctl_mpi_state_show()
926 static ssize_t ctl_hmi_error_show(struct device *cdev, in ctl_hmi_error_show()
947 static ssize_t ctl_raae_count_show(struct device *cdev, in ctl_raae_count_show()
968 static ssize_t ctl_iop0_count_show(struct device *cdev, in ctl_iop0_count_show()
[all …]
/drivers/net/ethernet/chelsio/inline_crypto/chtls/
A Dchtls_main.c131 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
223 static int chtls_get_skb(struct chtls_dev *cdev) in chtls_get_skb()
238 struct chtls_dev *cdev; in chtls_uld_add() local
303 struct chtls_dev *cdev, *tmp; in chtls_free_all_uld() local
317 struct chtls_dev *cdev = handle; in chtls_uld_state_change() local
422 static void chtls_recv(struct chtls_dev *cdev, in chtls_recv()
[all …]
A Dchtls_cm.c143 const struct chtls_dev *cdev; in assign_rxopt() local
205 struct chtls_dev *cdev; in abort_arp_failure() local
821 struct chtls_dev *cdev = csk->cdev; in chtls_release_resources() local
901 struct chtls_dev *cdev; in chtls_pass_open_arp_failure() local
946 struct chtls_dev *cdev; in chtls_select_mss() local
1112 struct chtls_dev *cdev) in chtls_recv_sock()
1297 struct chtls_dev *cdev; in chtls_pass_accept_request() local
1537 struct chtls_dev *cdev) in add_pass_open_to_parent()
2017 struct chtls_dev *cdev, in chtls_send_abort_rpl()
2074 struct chtls_dev *cdev; in abort_syn_rcv() local
[all …]
/drivers/usb/gadget/
A Dcomposite.c164 struct usb_composite_dev *cdev; in config_ep_by_speed_and_alt() local
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()
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()
1105 int usb_add_config(struct usb_composite_dev *cdev, in usb_add_config()
1245 static int get_string(struct usb_composite_dev *cdev, in get_string()
1360 int usb_string_id(struct usb_composite_dev *cdev) in usb_string_id()
1551 struct usb_composite_dev *cdev; in composite_setup_complete() local
2406 struct usb_composite_dev *cdev) in composite_dev_prepare()
[all …]
/drivers/net/ethernet/intel/ice/
A Dice_idc.c21 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
369 struct iidc_rdma_core_dev_info *cdev; in ice_init_rdma() local
/drivers/s390/scsi/
A Dzfcp_ccw.c21 struct zfcp_adapter *zfcp_ccw_adapter_by_cdev(struct ccw_device *cdev) in zfcp_ccw_adapter_by_cdev()
49 static int zfcp_ccw_activate(struct ccw_device *cdev, int clear, char *tag) in zfcp_ccw_activate()
98 static int zfcp_ccw_probe(struct ccw_device *cdev) in zfcp_ccw_probe()
112 static void zfcp_ccw_remove(struct ccw_device *cdev) in zfcp_ccw_remove()
158 static int zfcp_ccw_set_online(struct ccw_device *cdev) in zfcp_ccw_set_online()
203 static int zfcp_ccw_set_offline(struct ccw_device *cdev) in zfcp_ccw_set_offline()
226 static int zfcp_ccw_notify(struct ccw_device *cdev, int event) in zfcp_ccw_notify()
265 static void zfcp_ccw_shutdown(struct ccw_device *cdev) in zfcp_ccw_shutdown()
/drivers/target/iscsi/cxgbit/
A Dcxgbit_cm.c49 cxgbit_wait_for_reply(struct cxgbit_device *cdev, in cxgbit_wait_for_reply()
230 struct cxgbit_device *cdev; in cxgbit_find_device() local
295 struct cxgbit_device *cdev = NULL; in cxgbit_find_np_cdev() local
377 struct cxgbit_device *cdev; in cxgbit_setup_cdev_np() local
400 struct cxgbit_device *cdev; in cxgbit_setup_all_np() local
566 struct cxgbit_device *cdev; in cxgbit_free_all_np() local
580 struct cxgbit_device *cdev; in cxgbit_free_cdev_np() local
650 struct cxgbit_device *cdev = handle; in cxgbit_abort_arp_failure() local
796 struct cxgbit_device *cdev; in _cxgbit_free_csk() local
901 struct cxgbit_device *cdev) in cxgbit_offload_init()
[all …]
/drivers/scsi/cxgbi/cxgb4i/
A Dcxgb4i.c717 struct cxgbi_device *cdev = csk->cdev; in cxgb4i_make_tx_data_wr() local
1445 static void do_rx_data_ddp(struct cxgbi_device *cdev, in do_rx_data_ddp()
1768 struct cxgbi_device *cdev = csk->cdev; in init_act_open() local
1969 ulp_mem_io_set_hdr(struct cxgbi_device *cdev, in ulp_mem_io_set_hdr()
1993 ddp_ppod_init_idata(struct cxgbi_device *cdev, in ddp_ppod_init_idata()
2022 struct cxgbi_device *cdev = csk->cdev; in ddp_ppod_write_idata() local
2152 static int cxgb4i_ddp_init(struct cxgbi_device *cdev) in cxgb4i_ddp_init()
2213 struct cxgbi_device *cdev; in t4_uld_add() local
2314 struct cxgbi_device *cdev = handle; in t4_uld_rx_handler() local
2355 struct cxgbi_device *cdev = handle; in t4_uld_state_change() local
[all …]
/drivers/scsi/mpt3sas/
A Dmpt3sas_ctl.c3512 reply_queue_count_show(struct device *cdev, in reply_queue_count_show()
3844 diag_trigger_master_show(struct device *cdev, in diag_trigger_master_show()
3921 diag_trigger_event_show(struct device *cdev, in diag_trigger_event_show()
3946 diag_trigger_event_store(struct device *cdev, in diag_trigger_event_store()
3997 diag_trigger_scsi_show(struct device *cdev, in diag_trigger_scsi_show()
4022 diag_trigger_scsi_store(struct device *cdev, in diag_trigger_scsi_store()
4071 diag_trigger_mpi_show(struct device *cdev, in diag_trigger_mpi_show()
4096 diag_trigger_mpi_store(struct device *cdev, in diag_trigger_mpi_store()
4149 drv_support_bitmap_show(struct device *cdev, in drv_support_bitmap_show()
4169 enable_sdev_max_qd_show(struct device *cdev, in enable_sdev_max_qd_show()
[all …]
/drivers/net/ethernet/intel/i40e/
A Di40e_client.c85 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
/drivers/thermal/
A Ddevfreq_cooling.c51 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()

Completed in 118 milliseconds

12345678910>>...17