Searched refs:source_name (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/sound/firewire/digi00x/ |
D | digi00x-proc.c | 29 static const char *const source_name[] = { in proc_read_clock() local 54 snd_iprintf(buf, "Clock Source: %s\n", source_name[clock]); in proc_read_clock()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | ethtool.c | 34 #define EFX_ETHTOOL_STAT(stat_name, source_name, field, field_type, \ argument 37 .source = EFX_ETHTOOL_STAT_SOURCE_##source_name, \ 39 &((struct efx_##source_name *)0)->field) ? \ 40 offsetof(struct efx_##source_name, field) : \ 41 offsetof(struct efx_##source_name, field)), \
|