clk_entry          37 sound/firewire/fireface/ff-protocol-former.c 	} *clk_entry, clk_entries[] = {
clk_entry          60 sound/firewire/fireface/ff-protocol-former.c 			clk_entry = clk_entries + i;
clk_entry          61 sound/firewire/fireface/ff-protocol-former.c 			if ((data & 0x00001c00) == clk_entry->mask) {
clk_entry          62 sound/firewire/fireface/ff-protocol-former.c 				*src = clk_entry->src;
clk_entry         167 sound/firewire/fireface/ff-protocol-former.c 	} *clk_entry, clk_entries[] = {
clk_entry         214 sound/firewire/fireface/ff-protocol-former.c 		clk_entry = clk_entries + i;
clk_entry         215 sound/firewire/fireface/ff-protocol-former.c 		if (data[0] & clk_entry->locked_mask) {
clk_entry         216 sound/firewire/fireface/ff-protocol-former.c 			if (data[0] & clk_entry->synced_mask)
clk_entry         224 sound/firewire/fireface/ff-protocol-former.c 		snd_iprintf(buffer, "%s: %s\n", clk_entry->label, state);
clk_entry          38 sound/firewire/fireface/ff-protocol-latter.c 	} *clk_entry, clk_entries[] = {
clk_entry          57 sound/firewire/fireface/ff-protocol-latter.c 		clk_entry = clk_entries + i;
clk_entry          58 sound/firewire/fireface/ff-protocol-latter.c 		if ((data & 0x000e00) == clk_entry->flag) {
clk_entry          59 sound/firewire/fireface/ff-protocol-latter.c 			*src = clk_entry->src;
clk_entry         232 sound/firewire/fireface/ff-protocol-latter.c 	} *clk_entry, clk_entries[] = {
clk_entry         254 sound/firewire/fireface/ff-protocol-latter.c 		clk_entry = clk_entries + i;
clk_entry         255 sound/firewire/fireface/ff-protocol-latter.c 		snd_iprintf(buffer, "%s: ", clk_entry->label);
clk_entry         256 sound/firewire/fireface/ff-protocol-latter.c 		if (data & clk_entry->locked_mask) {
clk_entry         257 sound/firewire/fireface/ff-protocol-latter.c 			if (data & clk_entry->synced_mask)