Searched refs:ctl_info (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/edac/ |
D | edac_device_sysfs.c | 33 *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 …]
|
D | edac_device.h | 258 extern void edac_device_free_ctl_info(struct edac_device_ctl_info *ctl_info);
|
D | edac_device.c | 229 void edac_device_free_ctl_info(struct edac_device_ctl_info *ctl_info) in edac_device_free_ctl_info() argument 231 edac_device_unregister_sysfs_main_kobj(ctl_info); in edac_device_free_ctl_info()
|
/Linux-v4.19/sound/usb/ |
D | mixer.c | 1522 struct usb_feature_control_info *ctl_info; in __build_feature_ctl() local 1546 ctl_info = get_feature_control_info(control); in __build_feature_ctl() 1547 if (!ctl_info) { in __build_feature_ctl() 1552 cval->val_type = ctl_info->type; in __build_feature_ctl() 1554 cval->val_type = ctl_info->type_uac2 >= 0 ? in __build_feature_ctl() 1555 ctl_info->type_uac2 : ctl_info->type; in __build_feature_ctl()
|