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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-devattr.c63 .client_table.lst = pvr2_cli_29xxx,
64 .client_table.cnt = ARRAY_SIZE(pvr2_cli_29xxx),
96 .client_table.lst = pvr2_cli_24xxx,
97 .client_table.cnt = ARRAY_SIZE(pvr2_cli_24xxx),
126 .client_table.lst = pvr2_cli_gotview_2,
127 .client_table.cnt = ARRAY_SIZE(pvr2_cli_gotview_2),
147 .client_table.lst = pvr2_cli_gotview_2,
148 .client_table.cnt = ARRAY_SIZE(pvr2_cli_gotview_2),
203 .client_table.lst = pvr2_cli_onair_creator,
204 .client_table
[all...]
H A Dpvrusb2-devattr.h102 struct pvr2_device_client_table client_table; member in struct:pvr2_device_desc
H A Dpvrusb2-hdw.c2143 ct = &hdw->hdw_desc->client_table;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/oss/
H A Dseq_oss_init.c45 static struct seq_oss_devinfo *client_table[SNDRV_SEQ_OSS_MAX_CLIENTS]; variable in typeref:struct:seq_oss_devinfo
192 if (client_table[i] == NULL)
277 client_table[dp->index] = dp;
427 client_table[dp->index] = NULL;
529 if ((dp = client_table[i]) == NULL) {

Completed in 235 milliseconds