Home
last modified time | relevance | path

Searched refs:source_name (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/sound/firewire/digi00x/
Ddigi00x-proc.c29 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/
Dethtool.c34 #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)), \