Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
H A Dpvrusb2-devattr.c54 .client_table.lst = pvr2_cli_29xxx,
55 .client_table.cnt = ARRAY_SIZE(pvr2_cli_29xxx),
88 .client_table.lst = pvr2_cli_24xxx,
89 .client_table.cnt = ARRAY_SIZE(pvr2_cli_24xxx),
118 .client_table.lst = pvr2_cli_gotview_2,
119 .client_table.cnt = ARRAY_SIZE(pvr2_cli_gotview_2),
139 .client_table.lst = pvr2_cli_gotview_2,
140 .client_table.cnt = ARRAY_SIZE(pvr2_cli_gotview_2),
162 .client_table.lst = pvr2_cli_av400,
163 .client_table
[all...]
H A Dpvrusb2-devattr.h89 struct pvr2_device_client_table client_table; member
H A Dpvrusb2-hdw.c2072 ct = &hdw->hdw_desc->client_table; in pvr2_hdw_load_modules()
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/
H A Dpvrusb2-devattr.c54 .client_table.lst = pvr2_cli_29xxx,
55 .client_table.cnt = ARRAY_SIZE(pvr2_cli_29xxx),
88 .client_table.lst = pvr2_cli_24xxx,
89 .client_table.cnt = ARRAY_SIZE(pvr2_cli_24xxx),
118 .client_table.lst = pvr2_cli_gotview_2,
119 .client_table.cnt = ARRAY_SIZE(pvr2_cli_gotview_2),
139 .client_table.lst = pvr2_cli_gotview_2,
140 .client_table.cnt = ARRAY_SIZE(pvr2_cli_gotview_2),
162 .client_table.lst = pvr2_cli_av400,
163 .client_table
[all...]
H A Dpvrusb2-devattr.h89 struct pvr2_device_client_table client_table; member
H A Dpvrusb2-hdw.c2072 ct = &hdw->hdw_desc->client_table; in pvr2_hdw_load_modules()
/kernel/linux/linux-5.10/sound/core/seq/oss/
H A Dseq_oss_init.c34 static struct seq_oss_devinfo *client_table[SNDRV_SEQ_OSS_MAX_CLIENTS]; variable
186 if (client_table[i] == NULL) in snd_seq_oss_open()
265 client_table[dp->index] = dp; in snd_seq_oss_open()
409 client_table[dp->index] = NULL; in snd_seq_oss_release()
488 if ((dp = client_table[i]) == NULL) { in snd_seq_oss_system_info_read()
/kernel/linux/linux-6.6/sound/core/seq/oss/
H A Dseq_oss_init.c34 static struct seq_oss_devinfo *client_table[SNDRV_SEQ_OSS_MAX_CLIENTS]; variable
185 if (client_table[i] == NULL) in snd_seq_oss_open()
264 client_table[dp->index] = dp; in snd_seq_oss_open()
409 client_table[dp->index] = NULL; in snd_seq_oss_release()
488 dp = client_table[i]; in snd_seq_oss_system_info_read()

Completed in 15 milliseconds