Searched refs:type_enum (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-ctrl.c | 20 if (val >= cptr->info->def.type_enum.count) return -ERANGE; in pvr2_ctrl_range_check() 145 ret = cptr->info->def.type_enum.count; in pvr2_ctrl_get_cnt() 193 names = cptr->info->def.type_enum.value_names; in pvr2_ctrl_get_valname() 515 cptr->info->def.type_enum.value_names, in pvr2_ctrl_sym_to_value() 516 cptr->info->def.type_enum.count); in pvr2_ctrl_sym_to_value() 549 names = cptr->info->def.type_enum.value_names; in pvr2_ctrl_value_to_sym_internal() 551 (val < cptr->info->def.type_enum.count)) { in pvr2_ctrl_value_to_sym_internal()
|
| H A D | pvrusb2-hdw-internal.h | 106 } type_enum; member
|
| H A D | pvrusb2-hdw.c | 942 .def.type_enum.count = ARRAY_SIZE(tab), \ 943 .def.type_enum.value_names = tab 2488 ciptr->def.type_enum.value_names = in pvr2_hdw_create() 2492 ciptr->def.type_enum.value_names[cnt1] != NULL; in pvr2_hdw_create() 2494 ciptr->def.type_enum.count = cnt1; in pvr2_hdw_create()
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/ |
| H A D | kernel-doc | 218 my $type_enum = '\&(enum\s*([_\w]+))'; 234 [$type_enum, "\\\\fI\$1\\\\fP"], 253 [$type_enum, "\\:c\\:type\\:`\$1 <\$2>`"],
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/ |
| H A D | kernel-doc | 218 my $type_enum = '\&(enum\s*([_\w]+))'; 234 [$type_enum, "\\\\fI\$1\\\\fP"], 253 [$type_enum, "\\:c\\:type\\:`\$1 <\$2>`"],
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | kernel-doc | 227 my $type_enum = '\&(enum\s*([_\w]+))'; 243 [$type_enum, "\\\\fI\$1\\\\fP"], 264 [$type_enum, "\\:c\\:type\\:`\$1 <\$2>`"],
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/ |
| H A D | kernel-doc | 227 my $type_enum = '\&(enum\s*([_\w]+))'; 243 [$type_enum, "\\\\fI\$1\\\\fP"], 264 [$type_enum, "\\:c\\:type\\:`\$1 <\$2>`"],
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/ |
| H A D | kernel-doc | 227 my $type_enum = '\&(enum\s*([_\w]+))'; 243 [$type_enum, "\\\\fI\$1\\\\fP"], 264 [$type_enum, "\\:c\\:type\\:`\$1 <\$2>`"],
|