Searched refs:source_name (Results 1 – 5 of 5) sorted by relevance
| /linux/sound/firewire/digi00x/ |
| H A D | digi00x-proc.c | 28 static const char *const source_name[] = { in proc_read_clock() local 53 snd_iprintf(buf, "Clock Source: %s\n", source_name[clock]); in proc_read_clock()
|
| /linux/drivers/gpu/drm/vkms/ |
| H A D | vkms_drv.h | 315 int vkms_verify_crc_source(struct drm_crtc *crtc, const char *source_name,
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | ethtool_common.c | 32 #define EFX_ETHTOOL_STAT(stat_name, source_name, field, field_type, \ argument 35 .source = EFX_ETHTOOL_STAT_SOURCE_##source_name, \ 37 &((struct efx_##source_name *)0)->field) ? \ 38 offsetof(struct efx_##source_name, field) : \ 39 offsetof(struct efx_##source_name, field)), \
|
| /linux/drivers/net/ethernet/sfc/falcon/ |
| H A D | ethtool.c | 31 #define EF4_ETHTOOL_STAT(stat_name, source_name, field, field_type, \ argument 34 .source = EF4_ETHTOOL_STAT_SOURCE_##source_name, \ 36 &((struct ef4_##source_name *)0)->field) ? \ 37 offsetof(struct ef4_##source_name, field) : \ 38 offsetof(struct ef4_##source_name, field)), \
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | ethtool_common.c | 32 #define EFX_ETHTOOL_STAT(stat_name, source_name, field, field_type, \ argument 35 .source = EFX_ETHTOOL_STAT_SOURCE_##source_name, \ 37 &((struct efx_##source_name *)0)->field) ? \ 38 offsetof(struct efx_##source_name, field) : \ 39 offsetof(struct efx_##source_name, field)), \
|