Searched refs:num_mc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | sb_edac.c | 2328 u8 *num_mc, in sbridge_get_onedevice() 2390 (*num_mc)++; in sbridge_get_onedevice() 2437 * @num_mc: pointer to the memory controllers count, to be incremented in case 2443 static int sbridge_get_all_devices(u8 *num_mc, in sbridge_get_all_devices() argument 2461 rc = sbridge_get_onedevice(&pdev, num_mc, in sbridge_get_all_devices() 3443 u8 mc, num_mc = 0; in sbridge_probe() local 3448 rc = sbridge_get_all_devices(&num_mc, ptable); in sbridge_probe() 3459 mc, mc + 1, num_mc); in sbridge_probe() 2327 sbridge_get_onedevice(struct pci_dev **prev, u8 *num_mc, const struct pci_id_table *table, const unsigned devno, const int multi_bus) sbridge_get_onedevice() argument
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | sb_edac.c | 2457 u8 *num_mc, in sbridge_get_onedevice() 2519 (*num_mc)++; in sbridge_get_onedevice() 2566 * @num_mc: pointer to the memory controllers count, to be incremented in case 2572 static int sbridge_get_all_devices(u8 *num_mc, in sbridge_get_all_devices() argument 2590 rc = sbridge_get_onedevice(&pdev, num_mc, in sbridge_get_all_devices() 3571 u8 mc, num_mc = 0; in sbridge_probe() local 3576 rc = sbridge_get_all_devices(&num_mc, ptable); in sbridge_probe() 3587 mc, mc + 1, num_mc); in sbridge_probe() 2456 sbridge_get_onedevice(struct pci_dev **prev, u8 *num_mc, const struct pci_id_table *table, const unsigned devno, const int multi_bus) sbridge_get_onedevice() argument
|
Completed in 10 milliseconds