Home
last modified time | relevance | path

Searched refs:ext_sync (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/sound/firewire/dice/
Ddice-proc.c114 } ext_sync; in dice_proc_read() member
223 quadlets = min_t(u32, sections[7], sizeof(buf.ext_sync) / 4); in dice_proc_read()
225 if (dice_proc_read_mem(dice, &buf.ext_sync, in dice_proc_read()
232 buf.ext_sync.clock_source)); in dice_proc_read()
233 snd_iprintf(buffer, " locked: %u\n", buf.ext_sync.locked); in dice_proc_read()
236 buf.ext_sync.rate)); in dice_proc_read()
238 if (buf.ext_sync.adat_user_data & ADAT_USER_DATA_NO_DATA) in dice_proc_read()
242 buf.ext_sync.adat_user_data); in dice_proc_read()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dhealth.c133 pr_info("ext_sync 0x%04x\n", read_be16(&h->ext_sync)); in print_health_info()
/linux-4.1.27/include/linux/mlx5/
Ddevice.h417 __be16 ext_sync; member