Searched refs:labels (Results 1 – 7 of 7) sorted by relevance
/drivers/edac/ |
D | edac_mc.c | 753 char labels[len + 1]; in edac_mc_handle_ue() local 754 char *pos = labels; in edac_mc_handle_ue() 788 labels, msg); in edac_mc_handle_ue() 794 mci->csrows[row].grain, row, labels, msg); in edac_mc_handle_ue() 824 char labels[len + 1]; in edac_mc_handle_fbd_ue() local 825 char *pos = labels; in edac_mc_handle_fbd_ue() 872 labels, msg); in edac_mc_handle_fbd_ue() 877 channelb, labels, msg); in edac_mc_handle_fbd_ue()
|
D | i82975x_edac.c | 366 static const char *labels[4] = { in i82975x_init_csrows() local 411 labels[(index >> 1) + (chan * 2)], in i82975x_init_csrows()
|
/drivers/watchdog/ |
D | octeon-wdt-main.c | 111 static struct uasm_label __initdata labels[5]; variable 133 struct uasm_label *l = labels; in octeon_wdt_build_stage1() 203 uasm_resolve_relocs(relocs, labels); in octeon_wdt_build_stage1()
|
/drivers/block/ |
D | amiflop.c | 713 unsigned char labels[16]; member 737 raw = decode ((ulong *)&hdr.labels, (ulong *)raw, 16); in amiga_read() 746 *(ulong *)&hdr.labels[0], *(ulong *)&hdr.labels[4], in amiga_read() 747 *(ulong *)&hdr.labels[8], *(ulong *)&hdr.labels[12], in amiga_read() 829 hdr.labels[i] = 0; in putsec() 836 encode_block(raw, (ulong *)&hdr.labels, 16); in putsec()
|
/drivers/char/ |
D | i8k.c | 498 static const char *labels[4] = { in i8k_hwmon_show_label() local 506 return sprintf(buf, "%s\n", labels[index]); in i8k_hwmon_show_label()
|
/drivers/hwmon/pmbus/ |
D | pmbus_core.c | 142 struct pmbus_label *labels; member 809 data->labels[attr->index].label); in pmbus_show_label() 899 label = &data->labels[data->num_labels]; in pmbus_add_label() 1754 data->labels = devm_kzalloc(&client->dev, sizeof(struct pmbus_label) in pmbus_do_probe() 1756 if (!data->labels) { in pmbus_do_probe()
|
/drivers/hwmon/ |
D | it87.c | 1344 static const char * const labels[] = { in show_label() local 1358 : labels[nr]); in show_label()
|