Searched refs:ctl_info (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/edac/ |
| H A 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 …]
|
| H A D | edac_device.h | 245 extern void edac_device_free_ctl_info(struct edac_device_ctl_info *ctl_info);
|
| /linux/sound/usb/ |
| H A D | mixer.c | 1670 const struct usb_feature_control_info *ctl_info; in __build_feature_ctl() local 1694 ctl_info = get_feature_control_info(control); in __build_feature_ctl() 1695 if (!ctl_info) { in __build_feature_ctl() 1700 cval->val_type = ctl_info->type; in __build_feature_ctl() 1702 cval->val_type = ctl_info->type_uac2 >= 0 ? in __build_feature_ctl() 1703 ctl_info->type_uac2 : ctl_info->type; in __build_feature_ctl()
|
| /linux/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_port.h | 753 } ctl_info; member
|