Searched refs:card_index (Results 1 – 9 of 9) sorted by relevance
| /linux/include/trace/events/ |
| H A D | firewire.h | 40 …TP_PROTO(u64 transaction, unsigned int card_index, unsigned int generation, unsigned int scode, co… 41 TP_ARGS(transaction, card_index, generation, scode, header, data, data_count), 44 __field(u8, card_index) 52 __entry->card_index = card_index; 62 __entry->card_index, 78 …TP_PROTO(u64 transaction, unsigned int card_index, unsigned int generation, unsigned int scode, un… 79 TP_ARGS(transaction, card_index, generation, scode, status, timestamp), 82 __field(u8, card_index) 90 __entry->card_index = card_index; 99 __entry->card_index, [all …]
|
| H A D | firewire_ohci.h | 15 TP_PROTO(unsigned int card_index, u32 events), 16 TP_ARGS(card_index, events), 18 __field(u8, card_index) 22 __entry->card_index = card_index; 27 __entry->card_index, 62 …TP_PROTO(unsigned int card_index, u32 reg, const __le32 *self_id_receive, bool has_be_header_quirk… 63 TP_ARGS(card_index, reg, self_id_receive, has_be_header_quirk), 65 __field(u8, card_index) 70 __entry->card_index = card_index; 82 __entry->card_index,
|
| /linux/sound/pci/pcxhr/ |
| H A D | pcxhr_hwdep.c | 279 int err, card_index; in pcxhr_dsp_load() local 322 for (card_index = 0; card_index < mgr->num_cards; card_index++) { in pcxhr_dsp_load() 323 struct snd_pcxhr *chip = mgr->chip[card_index]; in pcxhr_dsp_load() 329 if (card_index == 0) { in pcxhr_dsp_load()
|
| /linux/sound/pci/mixart/ |
| H A D | mixart_hwdep.c | 339 int err, card_index; in mixart_dsp_load() local 532 for (card_index = 0; card_index < mgr->num_cards; card_index++) { in mixart_dsp_load() 533 struct snd_mixart *chip = mgr->chip[card_index]; in mixart_dsp_load() 539 if (card_index == 0) { in mixart_dsp_load()
|
| /linux/sound/usb/usx2y/ |
| H A D | usbusx2y.c | 378 snd_usx2y_card_used[usx2y(card)->card_index = dev] = 1; in usx2y_create_card() 406 if (usx2y->card_index >= 0 && usx2y->card_index < SNDRV_CARDS) in snd_usx2y_card_private_free() 407 snd_usx2y_card_used[usx2y->card_index] = 0; in snd_usx2y_card_private_free()
|
| H A D | usbusx2y.h | 54 int card_index; member
|
| /linux/sound/firewire/fireworks/ |
| H A D | fireworks.h | 63 int card_index; member
|
| /linux/sound/firewire/bebob/ |
| H A D | bebob.h | 86 int card_index; member
|
| /linux/drivers/net/wan/ |
| H A D | farsync.c | 576 fst_q_work_item(u64 *queue, int card_index) in fst_q_work_item() argument 590 mask = (u64)1 << card_index; in fst_q_work_item()
|