Searched refs:client_table (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/media/usb/pvrusb2/ |
D | pvrusb2-devattr.c | 61 .client_table.lst = pvr2_cli_29xxx, 62 .client_table.cnt = ARRAY_SIZE(pvr2_cli_29xxx), 95 .client_table.lst = pvr2_cli_24xxx, 96 .client_table.cnt = ARRAY_SIZE(pvr2_cli_24xxx), 125 .client_table.lst = pvr2_cli_gotview_2, 126 .client_table.cnt = ARRAY_SIZE(pvr2_cli_gotview_2), 146 .client_table.lst = pvr2_cli_gotview_2, 147 .client_table.cnt = ARRAY_SIZE(pvr2_cli_gotview_2), 169 .client_table.lst = pvr2_cli_av400, 170 .client_table.cnt = ARRAY_SIZE(pvr2_cli_av400), [all …]
|
D | pvrusb2-devattr.h | 98 struct pvr2_device_client_table client_table; member
|
D | pvrusb2-hdw.c | 2079 ct = &hdw->hdw_desc->client_table; in pvr2_hdw_load_modules()
|
/Linux-v4.19/sound/core/seq/oss/ |
D | seq_oss_init.c | 47 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() 501 if ((dp = client_table[i]) == NULL) { in snd_seq_oss_system_info_read()
|