Home
last modified time | relevance | path

Searched refs:client_table (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/media/usb/pvrusb2/
Dpvrusb2-devattr.c65 .client_table.lst = pvr2_cli_29xxx,
66 .client_table.cnt = ARRAY_SIZE(pvr2_cli_29xxx),
99 .client_table.lst = pvr2_cli_24xxx,
100 .client_table.cnt = ARRAY_SIZE(pvr2_cli_24xxx),
129 .client_table.lst = pvr2_cli_gotview_2,
130 .client_table.cnt = ARRAY_SIZE(pvr2_cli_gotview_2),
150 .client_table.lst = pvr2_cli_gotview_2,
151 .client_table.cnt = ARRAY_SIZE(pvr2_cli_gotview_2),
173 .client_table.lst = pvr2_cli_av400,
174 .client_table.cnt = ARRAY_SIZE(pvr2_cli_av400),
[all …]
Dpvrusb2-devattr.h102 struct pvr2_device_client_table client_table; member
Dpvrusb2-hdw.c2103 ct = &hdw->hdw_desc->client_table; in pvr2_hdw_load_modules()
/linux-4.1.27/sound/core/seq/oss/
Dseq_oss_init.c47 static struct seq_oss_devinfo *client_table[SNDRV_SEQ_OSS_MAX_CLIENTS]; variable
199 if (client_table[i] == NULL) in snd_seq_oss_open()
278 client_table[dp->index] = dp; in snd_seq_oss_open()
422 client_table[dp->index] = NULL; in snd_seq_oss_release()
502 if ((dp = client_table[i]) == NULL) { in snd_seq_oss_system_info_read()