| /OK3568_Linux_fs/kernel/drivers/misc/habanalabs/include/gaudi/ |
| H A D | gaudi_async_ids_map_extended.h | 20 char name[64]; member 24 { .fc_id = 0, .cpu_id = 0, .valid = 0, .name = "" }, 25 { .fc_id = 1, .cpu_id = 1, .valid = 0, .name = "" }, 26 { .fc_id = 2, .cpu_id = 2, .valid = 0, .name = "" }, 27 { .fc_id = 3, .cpu_id = 3, .valid = 0, .name = "" }, 28 { .fc_id = 4, .cpu_id = 4, .valid = 0, .name = "" }, 29 { .fc_id = 5, .cpu_id = 5, .valid = 0, .name = "" }, 30 { .fc_id = 6, .cpu_id = 6, .valid = 0, .name = "" }, 31 { .fc_id = 7, .cpu_id = 7, .valid = 0, .name = "" }, 32 { .fc_id = 8, .cpu_id = 8, .valid = 0, .name = "" }, [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/x86/annotate/ |
| H A D | instructions.c | 3 { .name = "adc", .ops = &mov_ops, }, 4 { .name = "adcb", .ops = &mov_ops, }, 5 { .name = "adcl", .ops = &mov_ops, }, 6 { .name = "add", .ops = &mov_ops, }, 7 { .name = "addl", .ops = &mov_ops, }, 8 { .name = "addq", .ops = &mov_ops, }, 9 { .name = "addsd", .ops = &mov_ops, }, 10 { .name = "addw", .ops = &mov_ops, }, 11 { .name = "and", .ops = &mov_ops, }, 12 { .name = "andb", .ops = &mov_ops, }, [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/ |
| H A D | plugins.qmltypes | 12 name: "QAbstractItemModel" 15 name: "LayoutChangeHint" 23 name: "CheckIndexOption" 32 name: "dataChanged" 33 Parameter { name: "topLeft"; type: "QModelIndex" } 34 Parameter { name: "bottomRight"; type: "QModelIndex" } 35 Parameter { name: "roles"; type: "QVector<int>" } 38 name: "dataChanged" 39 Parameter { name: "topLeft"; type: "QModelIndex" } 40 Parameter { name: "bottomRight"; type: "QModelIndex" } [all …]
|
| /OK3568_Linux_fs/kernel/drivers/clk/bcm/ |
| H A D | clk-bcm63xx-gate.c | 18 const char * const name; member 32 .name = "mac", 35 .name = "tc", 38 .name = "us_top", 41 .name = "ds_top", 44 .name = "acm", 47 .name = "spi", 50 .name = "usbs", 53 .name = "bmu", 56 .name = "pcm", [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A D | lpfc_attr.h | 24 #define LPFC_ATTR(name, defval, minval, maxval, desc) \ argument 25 static uint lpfc_##name = defval;\ 26 module_param(lpfc_##name, uint, S_IRUGO);\ 27 MODULE_PARM_DESC(lpfc_##name, desc);\ 28 lpfc_param_init(name, defval, minval, maxval) 30 #define LPFC_ATTR_R(name, defval, minval, maxval, desc) \ argument 31 static uint lpfc_##name = defval;\ 32 module_param(lpfc_##name, uint, S_IRUGO);\ 33 MODULE_PARM_DESC(lpfc_##name, desc);\ 34 lpfc_param_show(name)\ [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/ |
| H A D | namespace.pl | 161 $_ = $File::Find::name; 221 my ($source, $type, $name); 265 ($type, $name) = (split(/ +/, $_, 3))[1..2]; 291 elsif ($name =~ /\./) { 297 $type = 'R' if ($name =~ /^__ksymtab/ || $name =~ /^__kstrtab/); 298 $name =~ s/_R[a-f0-9]{8}$//; # module versions adds this 300 $name ne 'init_module' && 301 $name ne 'cleanup_module' && 302 $name ne 'Using_Versions' && 303 $name !~ /^Version_[0-9]+$/ && [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/ |
| H A D | namespace.pl | 161 $_ = $File::Find::name; 221 my ($source, $type, $name); 265 ($type, $name) = (split(/ +/, $_, 3))[1..2]; 291 elsif ($name =~ /\./) { 297 $type = 'R' if ($name =~ /^__ksymtab/ || $name =~ /^__kstrtab/); 298 $name =~ s/_R[a-f0-9]{8}$//; # module versions adds this 300 $name ne 'init_module' && 301 $name ne 'cleanup_module' && 302 $name ne 'Using_Versions' && 303 $name !~ /^Version_[0-9]+$/ && [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | syscall_wrapper.h | 68 #define __SYS_STUB0(abi, name) \ argument 69 long __##abi##_##name(const struct pt_regs *regs); \ 70 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \ 71 long __##abi##_##name(const struct pt_regs *regs) \ 72 __alias(__do_##name); 74 #define __SYS_STUBx(abi, name, ...) \ argument 75 long __##abi##_##name(const struct pt_regs *regs); \ 76 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \ 77 long __##abi##_##name(const struct pt_regs *regs) \ 79 return __se_##name(__VA_ARGS__); \ [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/ |
| H A D | plugins.qmltypes | 12 name: "LocationSingleton" 18 Method { name: "coordinate"; type: "QGeoCoordinate" } 20 name: "coordinate" 22 Parameter { name: "latitude"; type: "double" } 23 Parameter { name: "longitude"; type: "double" } 24 Parameter { name: "altitude"; type: "double" } 27 name: "coordinate" 29 Parameter { name: "latitude"; type: "double" } 30 Parameter { name: "longitude"; type: "double" } 32 Method { name: "shape"; type: "QGeoShape" } [all …]
|
| /OK3568_Linux_fs/kernel/fs/nilfs2/ |
| H A D | sysfs.h | 53 #define NILFS_COMMON_ATTR_STRUCT(name) \ argument 54 struct nilfs_##name##_attr { \ 64 #define NILFS_DEV_ATTR_STRUCT(name) \ argument 65 struct nilfs_##name##_attr { \ 67 ssize_t (*show)(struct nilfs_##name##_attr *, struct the_nilfs *, \ 69 ssize_t (*store)(struct nilfs_##name##_attr *, struct the_nilfs *, \ 80 #define NILFS_CP_ATTR_STRUCT(name) \ argument 81 struct nilfs_##name##_attr { \ 83 ssize_t (*show)(struct nilfs_##name##_attr *, struct nilfs_root *, \ 85 ssize_t (*store)(struct nilfs_##name##_attr *, struct nilfs_root *, \ [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/ |
| H A D | namespace.pl | 164 $_ = $File::Find::name; 224 my ($source, $type, $name); 268 ($type, $name) = (split(/ +/, $_, 3))[1..2]; 294 elsif ($name =~ /\./) { 300 $type = 'R' if ($name =~ /^__ksymtab/ || $name =~ /^__kstrtab/); 301 $name =~ s/_R[a-f0-9]{8}$//; # module versions adds this 303 $name ne 'init_module' && 304 $name ne 'cleanup_module' && 305 $name ne 'Using_Versions' && 306 $name !~ /^Version_[0-9]+$/ && [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/ |
| H A D | namespace.pl | 164 $_ = $File::Find::name; 224 my ($source, $type, $name); 268 ($type, $name) = (split(/ +/, $_, 3))[1..2]; 294 elsif ($name =~ /\./) { 300 $type = 'R' if ($name =~ /^__ksymtab/ || $name =~ /^__kstrtab/); 301 $name =~ s/_R[a-f0-9]{8}$//; # module versions adds this 303 $name ne 'init_module' && 304 $name ne 'cleanup_module' && 305 $name ne 'Using_Versions' && 306 $name !~ /^Version_[0-9]+$/ && [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | linkage.h | 33 #define SYSCALL_ALIAS(alias, name) asm( \ argument 36 __stringify(name)) 98 #define SYM_L_GLOBAL(name) .globl name 99 #define SYM_L_WEAK(name) .weak name 100 #define SYM_L_LOCAL(name) /* nothing */ 111 #define GLOBAL(name) \ 112 .globl name ASM_NL \ 113 name: 118 #define ENTRY(name) \ 119 SYM_FUNC_START(name) [all …]
|
| H A D | static_call.h | 108 #define STATIC_CALL_TRAMP_ADDR(name) &STATIC_CALL_TRAMP(name) argument 111 #define STATIC_CALL_TRAMP_ADDR(name) NULL argument 114 #define static_call_update(name, func) \ argument 116 BUILD_BUG_ON(!__same_type(*(func), STATIC_CALL_TRAMP(name))); \ 117 __static_call_update(&STATIC_CALL_KEY(name), \ 118 STATIC_CALL_TRAMP_ADDR(name), func); \ 151 #define DEFINE_STATIC_CALL(name, _func) \ argument 152 DECLARE_STATIC_CALL(name, _func); \ 153 struct static_call_key STATIC_CALL_KEY(name) = { \ 157 ARCH_DEFINE_STATIC_CALL_TRAMP(name, _func) [all …]
|
| H A D | moduleparam.h | 23 #define __MODULE_INFO(tag, name, info) \ argument 24 static const char __UNIQUE_ID(name)[] \ 28 #define __MODULE_PARM_TYPE(name, _type) \ argument 29 __MODULE_INFO(parmtype, name##type, #name ":" _type) 70 const char *name; member 126 #define module_param(name, type, perm) \ argument 127 module_param_named(name, name, type, perm) 135 #define module_param_unsafe(name, type, perm) \ argument 136 module_param_named_unsafe(name, name, type, perm) 149 #define module_param_named(name, value, type, perm) \ argument [all …]
|
| H A D | tracepoint.h | 119 #define __TRACEPOINT_ENTRY(name) \ argument 122 " .long __tracepoint_" #name " - . \n" \ 130 #define __TRACEPOINT_ENTRY(name) \ argument 131 static tracepoint_ptr_t __tracepoint_ptr_##name __used \ 132 __section("__tracepoints_ptrs") = &__tracepoint_##name 165 #define __DO_TRACE_CALL(name) static_call(tp_func_##name) argument 167 #define __DO_TRACE_CALL(name) __traceiter_##name argument 179 #define __DO_TRACE(name, proto, args, cond, rcuidle) \ argument 204 rcu_dereference_raw((&__tracepoint_##name)->funcs); \ 207 __DO_TRACE_CALL(name)(args); \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/memory/tegra/ |
| H A D | tegra186.c | 21 const char *name; member 53 client->name, override, security); in tegra186_mc_program_sid() 56 client->name); in tegra186_mc_program_sid() 63 client->name, override, security); in tegra186_mc_program_sid() 70 .name = "ptcr", 77 .name = "afir", 84 .name = "hdar", 91 .name = "host1xdmar", 98 .name = "nvencsrd", 105 .name = "satar", [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/locationlabs/ |
| H A D | plugins.qmltypes | 12 name: "LocationLabsSingleton" 19 name: "mapObjectsAt" 21 Parameter { name: "coordinate"; type: "QGeoCoordinate" } 22 Parameter { name: "map"; type: "QDeclarativeGeoMap"; isPointer: true } 26 name: "QAbstractNavigator" 29 name: "activeChanged" 30 Parameter { name: "active"; type: "bool" } 33 name: "waypointReached" 34 Parameter { name: "pos"; type: "const QDeclarativeGeoWaypoint"; isPointer: true } 36 Signal { name: "destinationReached" } [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | arizona.h | 106 #define ARIZONA_GAINMUX_CONTROLS(name, base) \ argument 107 SOC_SINGLE_RANGE_TLV(name " Input Volume", base + 1, \ 111 #define ARIZONA_MIXER_CONTROLS(name, base) \ argument 112 SOC_SINGLE_RANGE_TLV(name " Input 1 Volume", base + 1, \ 115 SOC_SINGLE_RANGE_TLV(name " Input 2 Volume", base + 3, \ 118 SOC_SINGLE_RANGE_TLV(name " Input 3 Volume", base + 5, \ 121 SOC_SINGLE_RANGE_TLV(name " Input 4 Volume", base + 7, \ 125 #define ARIZONA_MUX_ENUM_DECL(name, reg) \ argument 127 name, reg, 0, 0xff, arizona_mixer_texts, arizona_mixer_values) 129 #define ARIZONA_MUX_CTL_DECL(name) \ argument [all …]
|
| H A D | madera.h | 188 #define MADERA_GAINMUX_CONTROLS(name, base) \ argument 189 SOC_SINGLE_RANGE_TLV(name " Input Volume", base + 1, \ 193 #define MADERA_MIXER_CONTROLS(name, base) \ argument 194 SOC_SINGLE_RANGE_TLV(name " Input 1 Volume", base + 1, \ 197 SOC_SINGLE_RANGE_TLV(name " Input 2 Volume", base + 3, \ 200 SOC_SINGLE_RANGE_TLV(name " Input 3 Volume", base + 5, \ 203 SOC_SINGLE_RANGE_TLV(name " Input 4 Volume", base + 7, \ 207 #define MADERA_MUX_ENUM_DECL(name, reg) \ argument 209 name, reg, 0, 0xff, madera_mixer_texts, madera_mixer_values) 211 #define MADERA_MUX_CTL_DECL(name) \ argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/ |
| H A D | urls.py | 21 url(r'^landing/$', views.landing, name='landing'), 25 name='all-builds'), 28 url(r'^build/(?P<build_id>\d+)$', views.builddashboard, name="builddashboard"), 32 name='tasks'), 34 url(r'^build/(?P<build_id>\d+)/task/(?P<task_id>\d+)$', views.task, name='task'), 39 name='recipes'), 41 …id>\d+)/recipe/(?P<recipe_id>\d+)/active_tab/(?P<active_tab>\d{1})$', views.recipe, name='recipe'), 43 url(r'^build/(?P<build_id>\d+)/recipe/(?P<recipe_id>\d+)$', views.recipe, name='recipe'), 44 …build_id>\d+)/recipe_packages/(?P<recipe_id>\d+)$', views.recipe_packages, name='recipe_packages'), 49 name='packages'), [all …]
|
| /OK3568_Linux_fs/kernel/drivers/clk/imx/ |
| H A D | clk.h | 67 #define imx_clk_cpu(name, parent_name, div, mux, pll, step) \ argument 68 to_clk(imx_clk_hw_cpu(name, parent_name, div, mux, pll, step)) 70 #define clk_register_gate2(dev, name, parent_name, flags, reg, bit_idx, \ argument 72 to_clk(clk_hw_register_gate2(dev, name, parent_name, flags, reg, bit_idx, \ 75 #define imx_clk_pllv3(type, name, parent_name, base, div_mask) \ argument 76 to_clk(imx_clk_hw_pllv3(type, name, parent_name, base, div_mask)) 78 #define imx_clk_pfd(name, parent_name, reg, idx) \ argument 79 to_clk(imx_clk_hw_pfd(name, parent_name, reg, idx)) 81 #define imx_clk_gate_exclusive(name, parent, reg, shift, exclusive_mask) \ argument 82 to_clk(imx_clk_hw_gate_exclusive(name, parent, reg, shift, exclusive_mask)) [all …]
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | regulator.h | 17 TP_PROTO(const char *name), 19 TP_ARGS(name), 22 __string( name, name ) 26 __assign_str(name, name); 29 TP_printk("name=%s", __get_str(name)) 35 TP_PROTO(const char *name), 37 TP_ARGS(name) 43 TP_PROTO(const char *name), 45 TP_ARGS(name) 51 TP_PROTO(const char *name), [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | settings.ui | 3 <widget class="QDialog" name="Settings" > 4 <property name="geometry" > 12 <property name="windowTitle" > 15 <layout class="QGridLayout" name="gridLayout" > 17 <widget class="QDialogButtonBox" name="buttonBox" > 18 <property name="orientation" > 21 <property name="standardButtons" > 27 <widget class="QTabWidget" name="tabWidget" > 28 <property name="currentIndex" > 31 <widget class="QWidget" name="tab" > [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | pem.h | 117 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) // argument 118 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) // argument 119 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) // argument 120 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) // argument 121 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) // argument 125 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ 126 static void *pem_read_##name##_d2i(void **x, const unsigned char **inp, \ 130 OPENSSL_EXPORT type *PEM_read_##name(FILE *fp, type **x, \ 132 return (type *)PEM_ASN1_read(pem_read_##name##_d2i, str, fp, (void **)x, \ 136 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ [all …]
|