Home
last modified time | relevance | path

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

/linux/sound/firewire/digi00x/
H A Ddigi00x-proc.c28 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 Dvkms_drv.h315 int vkms_verify_crc_source(struct drm_crtc *crtc, const char *source_name,
/linux/drivers/net/ethernet/sfc/siena/
H A Dethtool_common.c32 #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 Dethtool.c31 #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 Dethtool_common.c32 #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)), \