Home
last modified time | relevance | path

Searched refs:ctl_info (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/edac/
Dedac_device_sysfs.c33 *ctl_info, char *data) in edac_device_ctl_log_ue_show()
35 return sprintf(data, "%u\n", ctl_info->log_ue); in edac_device_ctl_log_ue_show()
39 *ctl_info, const char *data, in edac_device_ctl_log_ue_store()
43 ctl_info->log_ue = (simple_strtoul(data, NULL, 0) != 0); in edac_device_ctl_log_ue_store()
50 *ctl_info, char *data) in edac_device_ctl_log_ce_show()
52 return sprintf(data, "%u\n", ctl_info->log_ce); in edac_device_ctl_log_ce_show()
56 *ctl_info, const char *data, in edac_device_ctl_log_ce_store()
60 ctl_info->log_ce = (simple_strtoul(data, NULL, 0) != 0); in edac_device_ctl_log_ce_store()
67 *ctl_info, char *data) in edac_device_ctl_panic_on_ue_show()
69 return sprintf(data, "%u\n", ctl_info->panic_on_ue); in edac_device_ctl_panic_on_ue_show()
[all …]
Dedac_device.c252 void edac_device_free_ctl_info(struct edac_device_ctl_info *ctl_info) in edac_device_free_ctl_info() argument
254 edac_device_unregister_sysfs_main_kobj(ctl_info); in edac_device_free_ctl_info()
Dedac_core.h322 extern void edac_device_free_ctl_info(struct edac_device_ctl_info *ctl_info);
/linux-4.4.14/sound/usb/
Dmixer.c1229 struct usb_feature_control_info *ctl_info; in build_feature_ctl() local
1255 ctl_info = &audio_feature_info[control-1]; in build_feature_ctl()
1257 cval->val_type = ctl_info->type; in build_feature_ctl()
1259 cval->val_type = ctl_info->type_uac2 >= 0 ? in build_feature_ctl()
1260 ctl_info->type_uac2 : ctl_info->type; in build_feature_ctl()