Home
last modified time | relevance | path

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

/drivers/media/usb/pvrusb2/
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.cnt = ARRAY_SIZE(pvr2_cli_av400),
[all …]
Dpvrusb2-devattr.h89 struct pvr2_device_client_table client_table; member
Dpvrusb2-hdw.c2072 ct = &hdw->hdw_desc->client_table; in pvr2_hdw_load_modules()