/drivers/s390/cio/ |
D | device_fsm.c | 36 static void ccw_timeout_log(struct ccw_device *cdev) in ccw_timeout_log() 97 struct ccw_device *cdev; in ccw_device_timeout() local 111 ccw_device_set_timeout(struct ccw_device *cdev, int expires) in ccw_device_set_timeout() 128 ccw_device_cancel_halt_clear(struct ccw_device *cdev) in ccw_device_cancel_halt_clear() 144 void ccw_device_update_sense_data(struct ccw_device *cdev) in ccw_device_update_sense_data() 153 int ccw_device_test_sense_data(struct ccw_device *cdev) in ccw_device_test_sense_data() 189 ccw_device_recog_done(struct ccw_device *cdev, int state) in ccw_device_recog_done() 265 ccw_device_sense_id_done(struct ccw_device *cdev, int err) in ccw_device_sense_id_done() 291 int ccw_device_notify(struct ccw_device *cdev, int event) in ccw_device_notify() 314 static void ccw_device_oper_notify(struct ccw_device *cdev) in ccw_device_oper_notify() [all …]
|
D | device.c | 63 struct ccw_device *cdev = to_ccwdev(dev); in ccw_bus_match() local 106 struct ccw_device *cdev = to_ccwdev(dev); in ccw_uevent() local 154 struct ccw_device *cdev; in io_subchannel_prepare() local 214 struct ccw_device *cdev = to_ccwdev(dev); in devtype_show() local 227 struct ccw_device *cdev = to_ccwdev(dev); in cutype_show() local 237 struct ccw_device *cdev = to_ccwdev(dev); in modalias_show() local 249 struct ccw_device *cdev = to_ccwdev(dev); in online_show() local 254 int ccw_device_is_orphan(struct ccw_device *cdev) in ccw_device_is_orphan() 259 static void ccw_device_unregister(struct ccw_device *cdev) in ccw_device_unregister() 285 int ccw_device_set_offline(struct ccw_device *cdev) in ccw_device_set_offline() [all …]
|
D | device_ops.c | 40 int ccw_device_set_options_mask(struct ccw_device *cdev, unsigned long flags) in ccw_device_set_options_mask() 65 int ccw_device_set_options(struct ccw_device *cdev, unsigned long flags) in ccw_device_set_options() 92 void ccw_device_clear_options(struct ccw_device *cdev, unsigned long flags) in ccw_device_clear_options() 107 int ccw_device_is_pathgroup(struct ccw_device *cdev) in ccw_device_is_pathgroup() 119 int ccw_device_is_multipath(struct ccw_device *cdev) in ccw_device_is_multipath() 140 int ccw_device_clear(struct ccw_device *cdev, unsigned long intparm) in ccw_device_clear() 191 int ccw_device_start_timeout_key(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start_timeout_key() 268 int ccw_device_start_key(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start_key() 299 int ccw_device_start(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start() 334 int ccw_device_start_timeout(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start_timeout() [all …]
|
D | device_pgid.c | 33 static void verify_done(struct ccw_device *cdev, int rc) in verify_done() 57 static void nop_build_cp(struct ccw_device *cdev) in nop_build_cp() 72 static void nop_do(struct ccw_device *cdev) in nop_do() 92 static enum io_status nop_filter(struct ccw_device *cdev, void *data, in nop_filter() 104 static void nop_callback(struct ccw_device *cdev, void *data, int rc) in nop_callback() 134 static void spid_build_cp(struct ccw_device *cdev, u8 fn) in spid_build_cp() 149 static void pgid_wipeout_callback(struct ccw_device *cdev, void *data, int rc) in pgid_wipeout_callback() 167 static void pgid_wipeout_start(struct ccw_device *cdev) in pgid_wipeout_start() 194 static void spid_do(struct ccw_device *cdev) in spid_do() 227 static void spid_callback(struct ccw_device *cdev, void *data, int rc) in spid_callback() [all …]
|
D | device_status.c | 28 ccw_device_msg_control_check(struct ccw_device *cdev, struct irb *irb) in ccw_device_msg_control_check() 53 ccw_device_path_notoper(struct ccw_device *cdev) in ccw_device_path_notoper() 75 ccw_device_accumulate_ecw(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_ecw() 113 ccw_device_accumulate_esw(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_esw() 193 ccw_device_accumulate_irb(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_irb() 311 ccw_device_do_sense(struct ccw_device *cdev, struct irb *irb) in ccw_device_do_sense() 348 ccw_device_accumulate_basic_sense(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_basic_sense() 381 ccw_device_accumulate_and_sense(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_and_sense()
|
D | cmf.c | 187 static int set_schib(struct ccw_device *cdev, u32 mme, int mbfc, in set_schib() 231 static int set_schib_wait(struct ccw_device *cdev, u32 mme, in set_schib_wait() 288 void retry_set_schib(struct ccw_device *cdev) in retry_set_schib() 304 static int cmf_copy_block(struct ccw_device *cdev) in cmf_copy_block() 356 static int cmf_cmb_copy_wait(struct ccw_device *cdev) in cmf_cmb_copy_wait() 409 void cmf_retry_copy_block(struct ccw_device *cdev) in cmf_retry_copy_block() 424 static void cmf_generic_reset(struct ccw_device *cdev) in cmf_generic_reset() 511 static int alloc_cmb_single(struct ccw_device *cdev, in alloc_cmb_single() 552 static int alloc_cmb(struct ccw_device *cdev) in alloc_cmb() 608 static void free_cmb(struct ccw_device *cdev) in free_cmb() [all …]
|
D | ccwreq.c | 41 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() 231 static void ccwreq_log_status(struct ccw_device *cdev, enum io_status status) in ccwreq_log_status() 254 void ccw_request_handler(struct ccw_device *cdev) in ccw_request_handler() 326 void ccw_request_timeout(struct ccw_device *cdev) in ccw_request_timeout() 364 void ccw_request_notoper(struct ccw_device *cdev) in ccw_request_notoper()
|
/drivers/net/ethernet/qlogic/qed/ |
D | qed_main.c | 103 static int qed_set_coherency_mask(struct qed_dev *cdev) in qed_set_coherency_mask() 121 static void qed_free_pci(struct qed_dev *cdev) in qed_free_pci() 140 static int qed_init_pci(struct qed_dev *cdev, struct pci_dev *pdev) in qed_init_pci() 237 int qed_fill_dev_info(struct qed_dev *cdev, in qed_fill_dev_info() 312 static void qed_free_cdev(struct qed_dev *cdev) in qed_free_cdev() 319 struct qed_dev *cdev; in qed_alloc_cdev() local 331 static int qed_set_power_state(struct qed_dev *cdev, pci_power_t state) in qed_set_power_state() 344 struct qed_dev *cdev; in qed_probe() local 384 static void qed_remove(struct qed_dev *cdev) in qed_remove() 398 static void qed_disable_msix(struct qed_dev *cdev) in qed_disable_msix() [all …]
|
D | qed_dcbx.c | 1299 static u8 qed_dcbnl_getstate(struct qed_dev *cdev) in qed_dcbnl_getstate() 1316 static u8 qed_dcbnl_setstate(struct qed_dev *cdev, u8 state) in qed_dcbnl_setstate() 1343 static void qed_dcbnl_getpgtccfgtx(struct qed_dev *cdev, int tc, u8 *prio_type, in qed_dcbnl_getpgtccfgtx() 1364 static void qed_dcbnl_getpgbwgcfgtx(struct qed_dev *cdev, int pgid, u8 *bw_pct) in qed_dcbnl_getpgbwgcfgtx() 1385 static void qed_dcbnl_getpgtccfgrx(struct qed_dev *cdev, int tc, u8 *prio, in qed_dcbnl_getpgtccfgrx() 1392 static void qed_dcbnl_getpgbwgcfgrx(struct qed_dev *cdev, in qed_dcbnl_getpgbwgcfgrx() 1399 static void qed_dcbnl_getpfccfg(struct qed_dev *cdev, in qed_dcbnl_getpfccfg() 1420 static void qed_dcbnl_setpfccfg(struct qed_dev *cdev, int priority, u8 setting) in qed_dcbnl_setpfccfg() 1451 static u8 qed_dcbnl_getcap(struct qed_dev *cdev, int capid, u8 *cap) in qed_dcbnl_getcap() 1488 static int qed_dcbnl_getnumtcs(struct qed_dev *cdev, int tcid, u8 *num) in qed_dcbnl_getnumtcs() [all …]
|
D | qed_ptp.c | 125 static int qed_ptp_hw_read_rx_ts(struct qed_dev *cdev, u64 *timestamp) in qed_ptp_hw_read_rx_ts() 151 static int qed_ptp_hw_read_tx_ts(struct qed_dev *cdev, u64 *timestamp) in qed_ptp_hw_read_tx_ts() 176 static int qed_ptp_hw_read_cc(struct qed_dev *cdev, u64 *phc_cycles) in qed_ptp_hw_read_cc() 191 static int qed_ptp_hw_cfg_filters(struct qed_dev *cdev, in qed_ptp_hw_cfg_filters() 273 static int qed_ptp_hw_adjfreq(struct qed_dev *cdev, s32 ppb) in qed_ptp_hw_adjfreq() 358 static int qed_ptp_hw_enable(struct qed_dev *cdev) in qed_ptp_hw_enable() 420 static int qed_ptp_hw_disable(struct qed_dev *cdev) in qed_ptp_hw_disable()
|
D | qed_selftest.c | 40 int qed_selftest_memory(struct qed_dev *cdev) in qed_selftest_memory() 53 int qed_selftest_interrupt(struct qed_dev *cdev) in qed_selftest_interrupt() 66 int qed_selftest_register(struct qed_dev *cdev) in qed_selftest_register() 89 int qed_selftest_clock(struct qed_dev *cdev) in qed_selftest_clock() 112 int qed_selftest_nvram(struct qed_dev *cdev) in qed_selftest_nvram()
|
/drivers/misc/mic/cosm/ |
D | cosm_sysfs.c | 49 void cosm_set_shutdown_status(struct cosm_device *cdev, u8 shutdown_status) in cosm_set_shutdown_status() 57 void cosm_set_state(struct cosm_device *cdev, u8 state) in cosm_set_state() 69 struct cosm_device *cdev = dev_get_drvdata(dev); in family_show() local 81 struct cosm_device *cdev = dev_get_drvdata(dev); in stepping_show() local 93 struct cosm_device *cdev = dev_get_drvdata(dev); in state_show() local 106 struct cosm_device *cdev = dev_get_drvdata(dev); in state_store() local 136 struct cosm_device *cdev = dev_get_drvdata(dev); in shutdown_status_show() local 150 struct cosm_device *cdev = dev_get_drvdata(dev); in heartbeat_enable_show() local 163 struct cosm_device *cdev = dev_get_drvdata(dev); in heartbeat_enable_store() local 189 struct cosm_device *cdev = dev_get_drvdata(dev); in cmdline_show() local [all …]
|
D | cosm_main.c | 42 static void cosm_hw_reset(struct cosm_device *cdev, bool force) in cosm_hw_reset() 74 int cosm_start(struct cosm_device *cdev) in cosm_start() 147 void cosm_stop(struct cosm_device *cdev, bool force) in cosm_stop() 183 struct cosm_device *cdev = container_of(work, struct cosm_device, in cosm_reset_trigger_work() local 194 int cosm_reset(struct cosm_device *cdev) in cosm_reset() 219 int cosm_shutdown(struct cosm_device *cdev) in cosm_shutdown() 253 static int cosm_driver_probe(struct cosm_device *cdev) in cosm_driver_probe() 295 static void cosm_driver_remove(struct cosm_device *cdev) in cosm_driver_remove() 314 struct cosm_device *cdev = dev_to_cosm(dev); in cosm_suspend() local
|
D | cosm_scif_server.c | 107 static void cosm_update_mic_status(struct cosm_device *cdev) in cosm_update_mic_status() 116 static void cosm_shutdown_status_int(struct cosm_device *cdev, in cosm_shutdown_status_int() 138 static void cosm_scif_recv(struct cosm_device *cdev) in cosm_scif_recv() 171 static void cosm_set_crashed(struct cosm_device *cdev) in cosm_set_crashed() 179 static void cosm_send_time(struct cosm_device *cdev) in cosm_send_time() 196 static void cosm_scif_close(struct cosm_device *cdev) in cosm_scif_close() 214 static int cosm_set_online(struct cosm_device *cdev) in cosm_set_online() 244 struct cosm_device *cdev = container_of(work, struct cosm_device, in cosm_scif_work() local 294 struct cosm_device *cdev; in cosm_scif_server() local
|
/drivers/s390/scsi/ |
D | zfcp_ccw.c | 21 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() 159 static int zfcp_ccw_set_online(struct ccw_device *cdev) in zfcp_ccw_set_online() 206 static int zfcp_ccw_offline_sync(struct ccw_device *cdev, int set, char *tag) in zfcp_ccw_offline_sync() 228 static int zfcp_ccw_set_offline(struct ccw_device *cdev) in zfcp_ccw_set_offline() 241 static int zfcp_ccw_notify(struct ccw_device *cdev, int event) in zfcp_ccw_notify() 290 static void zfcp_ccw_shutdown(struct ccw_device *cdev) in zfcp_ccw_shutdown() 304 static int zfcp_ccw_suspend(struct ccw_device *cdev) in zfcp_ccw_suspend() [all …]
|
/drivers/misc/ |
D | enclosure.c | 195 static void enclosure_link_name(struct enclosure_component *cdev, char *name) in enclosure_link_name() 201 static void enclosure_remove_links(struct enclosure_component *cdev) in enclosure_remove_links() 218 static int enclosure_add_links(struct enclosure_component *cdev) in enclosure_add_links() 235 static void enclosure_release(struct device *cdev) in enclosure_release() 245 struct enclosure_component *cdev = to_enclosure_component(dev); in enclosure_component_release() local 298 struct device *cdev; in enclosure_component_alloc() local 345 struct device *cdev; in enclosure_component_register() local 377 struct enclosure_component *cdev; in enclosure_add_device() local 412 struct enclosure_component *cdev; in enclosure_remove_device() local 435 static ssize_t components_show(struct device *cdev, in components_show() [all …]
|
/drivers/usb/gadget/ |
D | composite.c | 232 struct usb_composite_dev *cdev; in config_ep_by_speed() local 348 struct usb_composite_dev *cdev = function->config->cdev; in usb_function_deactivate() local 376 struct usb_composite_dev *cdev = function->config->cdev; in usb_function_activate() local 504 static int config_desc(struct usb_composite_dev *cdev, unsigned w_value) in config_desc() 567 static int count_configs(struct usb_composite_dev *cdev, unsigned type) in count_configs() 615 static int bos_desc(struct usb_composite_dev *cdev) in bos_desc() 722 static void device_qual(struct usb_composite_dev *cdev) in device_qual() 741 static void reset_config(struct usb_composite_dev *cdev) in reset_config() 757 static int set_config(struct usb_composite_dev *cdev, in set_config() 859 int usb_add_config_only(struct usb_composite_dev *cdev, in usb_add_config_only() [all …]
|
/drivers/scsi/pm8001/ |
D | pm8001_ctl.c | 54 static ssize_t pm8001_ctl_mpi_interface_rev_show(struct device *cdev, in pm8001_ctl_mpi_interface_rev_show() 79 static ssize_t pm8001_ctl_fw_version_show(struct device *cdev, in pm8001_ctl_fw_version_show() 108 static ssize_t pm8001_ctl_max_out_io_show(struct device *cdev, in pm8001_ctl_max_out_io_show() 131 static ssize_t pm8001_ctl_max_devices_show(struct device *cdev, in pm8001_ctl_max_devices_show() 157 static ssize_t pm8001_ctl_max_sg_list_show(struct device *cdev, in pm8001_ctl_max_sg_list_show() 201 static ssize_t pm8001_ctl_sas_spec_support_show(struct device *cdev, in pm8001_ctl_sas_spec_support_show() 230 static ssize_t pm8001_ctl_host_sas_address_show(struct device *cdev, in pm8001_ctl_host_sas_address_show() 249 static ssize_t pm8001_ctl_logging_level_show(struct device *cdev, in pm8001_ctl_logging_level_show() 258 static ssize_t pm8001_ctl_logging_level_store(struct device *cdev, in pm8001_ctl_logging_level_store() 282 static ssize_t pm8001_ctl_aap_log_show(struct device *cdev, in pm8001_ctl_aap_log_show() [all …]
|
/drivers/target/iscsi/cxgbit/ |
D | cxgbit_cm.c | 52 cxgbit_wait_for_reply(struct cxgbit_device *cdev, in cxgbit_wait_for_reply() 82 cxgbit_np_hash_add(struct cxgbit_device *cdev, struct cxgbit_np *cnp, in cxgbit_np_hash_add() 102 cxgbit_np_hash_find(struct cxgbit_device *cdev, struct cxgbit_np *cnp) in cxgbit_np_hash_find() 119 static int cxgbit_np_hash_del(struct cxgbit_device *cdev, struct cxgbit_np *cnp) in cxgbit_np_hash_del() 147 cxgbit_create_server6(struct cxgbit_device *cdev, unsigned int stid, in cxgbit_create_server6() 199 cxgbit_create_server4(struct cxgbit_device *cdev, unsigned int stid, in cxgbit_create_server4() 233 struct cxgbit_device *cdev; in cxgbit_find_device() local 298 struct cxgbit_device *cdev = NULL; in cxgbit_find_np_cdev() local 346 __cxgbit_setup_cdev_np(struct cxgbit_device *cdev, struct cxgbit_np *cnp) in __cxgbit_setup_cdev_np() 380 struct cxgbit_device *cdev; in cxgbit_setup_cdev_np() local [all …]
|
D | cxgbit_main.c | 26 struct cxgbit_device *cdev; in _cxgbit_free_cdev() local 34 static void cxgbit_set_mdsl(struct cxgbit_device *cdev) in cxgbit_set_mdsl() 51 struct cxgbit_device *cdev; in cxgbit_uld_add() local 92 static void cxgbit_close_conn(struct cxgbit_device *cdev) in cxgbit_close_conn() 118 static void cxgbit_detach_cdev(struct cxgbit_device *cdev) in cxgbit_detach_cdev() 140 struct cxgbit_device *cdev = handle; in cxgbit_uld_state_change() local 434 struct cxgbit_device *cdev = hndl; in cxgbit_uld_lro_rx_handler() local 533 cxgbit_update_dcb_priority(struct cxgbit_device *cdev, u8 port_id, in cxgbit_update_dcb_priority() 586 struct cxgbit_device *cdev = NULL; in cxgbit_dcb_workfn() local 719 struct cxgbit_device *cdev, *tmp; in cxgbit_exit() local
|
/drivers/gpu/drm/cirrus/ |
D | cirrus_main.c | 52 struct cirrus_device *cdev = dev->dev_private; in cirrus_user_framebuffer_create() local 88 static void cirrus_vram_fini(struct cirrus_device *cdev) in cirrus_vram_fini() 97 static int cirrus_vram_init(struct cirrus_device *cdev) in cirrus_vram_init() 119 int cirrus_device_init(struct cirrus_device *cdev, in cirrus_device_init() 155 void cirrus_device_fini(struct cirrus_device *cdev) in cirrus_device_fini() 168 struct cirrus_device *cdev; in cirrus_driver_load() local 213 struct cirrus_device *cdev = dev->dev_private; in cirrus_driver_unload() local 318 bool cirrus_check_framebuffer(struct cirrus_device *cdev, int width, int height, in cirrus_check_framebuffer()
|
/drivers/scsi/mpt3sas/ |
D | mpt3sas_ctl.c | 2459 _ctl_version_fw_show(struct device *cdev, struct device_attribute *attr, in _ctl_version_fw_show() 2481 _ctl_version_bios_show(struct device *cdev, struct device_attribute *attr, in _ctl_version_bios_show() 2505 _ctl_version_mpi_show(struct device *cdev, struct device_attribute *attr, in _ctl_version_mpi_show() 2524 _ctl_version_product_show(struct device *cdev, struct device_attribute *attr, in _ctl_version_product_show() 2542 _ctl_version_nvdata_persistent_show(struct device *cdev, in _ctl_version_nvdata_persistent_show() 2562 _ctl_version_nvdata_default_show(struct device *cdev, struct device_attribute in _ctl_version_nvdata_default_show() 2582 _ctl_board_name_show(struct device *cdev, struct device_attribute *attr, in _ctl_board_name_show() 2600 _ctl_board_assembly_show(struct device *cdev, struct device_attribute *attr, in _ctl_board_assembly_show() 2618 _ctl_board_tracer_show(struct device *cdev, struct device_attribute *attr, in _ctl_board_tracer_show() 2639 _ctl_io_delay_show(struct device *cdev, struct device_attribute *attr, in _ctl_io_delay_show() [all …]
|
/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 778 static void do_act_establish(struct cxgbi_device *cdev, struct sk_buff *skb) in do_act_establish() 930 static void do_act_open_rpl(struct cxgbi_device *cdev, struct sk_buff *skb) in do_act_open_rpl() 979 static void do_peer_close(struct cxgbi_device *cdev, struct sk_buff *skb) in do_peer_close() 1000 static void do_close_con_rpl(struct cxgbi_device *cdev, struct sk_buff *skb) in do_close_con_rpl() 1039 static void do_abort_req_rss(struct cxgbi_device *cdev, struct sk_buff *skb) in do_abort_req_rss() 1087 static void do_abort_rpl_rss(struct cxgbi_device *cdev, struct sk_buff *skb) in do_abort_rpl_rss() 1112 static void do_rx_data(struct cxgbi_device *cdev, struct sk_buff *skb) in do_rx_data() 1133 static void do_rx_iscsi_hdr(struct cxgbi_device *cdev, struct sk_buff *skb) in do_rx_iscsi_hdr() 1237 static void do_rx_iscsi_data(struct cxgbi_device *cdev, struct sk_buff *skb) in do_rx_iscsi_data() 1332 static void do_rx_data_ddp(struct cxgbi_device *cdev, in do_rx_data_ddp() [all …]
|
/drivers/usb/gadget/legacy/ |
D | multi.c | 189 static __ref int rndis_config_register(struct usb_composite_dev *cdev) in rndis_config_register() 204 static __ref int rndis_config_register(struct usb_composite_dev *cdev) in rndis_config_register() 272 static __ref int cdc_config_register(struct usb_composite_dev *cdev) in cdc_config_register() 287 static __ref int cdc_config_register(struct usb_composite_dev *cdev) in cdc_config_register() 298 static int __ref multi_bind(struct usb_composite_dev *cdev) in multi_bind() 451 static int multi_unbind(struct usb_composite_dev *cdev) in multi_unbind()
|
/drivers/thermal/ |
D | thermal_core.c | 538 int power_actor_get_max_power(struct thermal_cooling_device *cdev, in power_actor_get_max_power() 559 int power_actor_get_min_power(struct thermal_cooling_device *cdev, in power_actor_get_min_power() 587 int power_actor_set_power(struct thermal_cooling_device *cdev, in power_actor_set_power() 612 struct thermal_cooling_device *cdev = NULL; in thermal_zone_device_rebind_exception() local 632 struct thermal_cooling_device *cdev = NULL; in thermal_zone_device_unbind_exception() local 680 struct thermal_cooling_device *cdev, in thermal_zone_bind_cooling_device() 805 struct thermal_cooling_device *cdev) in thermal_zone_unbind_cooling_device() 838 struct thermal_cooling_device *cdev; in thermal_release() local 859 struct thermal_cooling_device *cdev, int ret) in print_bind_err_msg() 866 struct thermal_cooling_device *cdev, in __bind() [all …]
|