| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/mbgl/gl/ |
| H A D | gl_impl.hpp | 35 …#define glActiveTexture(...) QOpenGLContext::currentContext()->functions()->glActiveTexture(__VA_A… 36 …#define glAttachShader(...) QOpenGLContext::currentContext()->functions()->glAttachShader(__VA_ARG… 37 …#define glBindAttribLocation(...) QOpenGLContext::currentContext()->functions()->glBindAttribLocat… 38 … #define glBindBuffer(...) QOpenGLContext::currentContext()->functions()->glBindBuffer(__VA_ARGS__) 39 …#define glBindFramebuffer(...) QOpenGLContext::currentContext()->functions()->glBindFramebuffer(__… 40 …#define glBindRenderbuffer(...) QOpenGLContext::currentContext()->functions()->glBindRenderbuffer(… 41 …#define glBindTexture(...) QOpenGLContext::currentContext()->functions()->glBindTexture(__VA_ARGS_… 42 … #define glBlendColor(...) QOpenGLContext::currentContext()->functions()->glBlendColor(__VA_ARGS__) 43 …#define glBlendEquation(...) QOpenGLContext::currentContext()->functions()->glBlendEquation(__VA_A… 44 …#define glBlendEquationSeparate(...) QOpenGLContext::currentContext()->functions()->glBlendEquatio… [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/ |
| H A D | marvell,armada-37xx-pinctrl.txt | 30 Available groups and functions for the North bridge: 34 - functions jtag, gpio 38 - functions sdio, gpio 42 - functions emmc, gpio 46 - functions pwm, led, gpio 50 - functions pwm, led, gpio 54 - functions pwm, led, gpio 58 - functions pwm, led, gpio 62 - functions pmic, gpio 66 - functions pmic, gpio [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/ |
| H A D | 0007-use-own-functions-file-instead-etc-init.d-functions.patch | 4 Subject: [PATCH] use own functions file instead /etc/init.d/functions 14 X11/functions | 11 +++++++++++ 17 create mode 100644 X11/functions 27 + install -m 755 X11/functions $(DESTDIR)/etc/X11/functions 39 -. /etc/init.d/functions 40 +. /etc/X11/functions 51 -. /etc/init.d/functions 52 +. /etc/X11/functions 56 diff --git a/X11/functions b/X11/functions 60 +++ b/X11/functions [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/berlin/ |
| H A D | berlin.c | 30 struct berlin_pinctrl_function *functions; member 117 return pctrl->functions[function].name; in berlin_pinmux_get_function_name() 127 *groups = pctrl->functions[function].groups; in berlin_pinmux_get_function_groups() 128 *num_groups = pctrl->functions[function].ngroups; in berlin_pinmux_get_function_groups() 138 struct berlin_desc_function *function = group->functions; in berlin_pinctrl_find_function_by_name() 156 struct berlin_pinctrl_function *func = pctrl->functions + function; in berlin_pinmux_set() 183 struct berlin_pinctrl_function *function = pctrl->functions; in berlin_pinctrl_add_function() 217 pctrl->functions = kcalloc(max_functions, in berlin_pinctrl_build_state() 218 sizeof(*pctrl->functions), GFP_KERNEL); in berlin_pinctrl_build_state() 219 if (!pctrl->functions) in berlin_pinctrl_build_state() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | gadget_configfs.rst | 15 be connected to a USB Host to extend it with additional functions like a serial 20 functions, each function representing e.g. a serial connection or a SCSI disk. 22 Linux provides a number of functions for gadgets to use. 25 and which functions each configuration will provide. 123 3. Creating the functions 126 The gadget will provide some functions, for each function its corresponding 129 $ mkdir functions/<name>.<instance name> 134 $ mkdir functions/ncm.usb0 # usb_f_ncm.ko gets loaded with request_module() 145 4. Associating the functions with their configurations 149 configurations specified and a number of functions available. What remains [all …]
|
| /OK3568_Linux_fs/kernel/kernel/gcov/ |
| H A D | gcc_4_7.c | 103 struct gcov_fn_info **functions; member 212 ci_ptr = info->functions[fi_idx]->ctrs; in gcov_info_reset() 253 dci_ptr = dst->functions[fi_idx]->ctrs; in gcov_info_add() 254 sci_ptr = src->functions[fi_idx]->ctrs; in gcov_info_add() 293 dup->functions = NULL; in gcov_info_dup() 299 dup->functions = kcalloc(info->n_functions, in gcov_info_dup() 301 if (!dup->functions) in gcov_info_dup() 309 dup->functions[fi_idx] = kzalloc(fi_size, GFP_KERNEL); in gcov_info_dup() 310 if (!dup->functions[fi_idx]) in gcov_info_dup() 313 *(dup->functions[fi_idx]) = *(info->functions[fi_idx]); in gcov_info_dup() [all …]
|
| H A D | clang.c | 65 struct list_head functions; member 97 INIT_LIST_HEAD(&info->functions); in llvm_gcov_init() 148 list_add_tail(&info->head, ¤t_info->functions); in llvm_gcda_emit_function() 162 list_add_tail(&info->head, ¤t_info->functions); in llvm_gcda_emit_function() 169 struct gcov_fn_info *info = list_last_entry(¤t_info->functions, in llvm_gcda_emit_arcs() 268 list_for_each_entry(fn, &info->functions, head) in gcov_info_reset() 283 &info1->functions, struct gcov_fn_info, head); in gcov_info_is_compatible() 285 &info2->functions, struct gcov_fn_info, head); in gcov_info_is_compatible() 291 while (!list_is_last(&fn_ptr1->head, &info1->functions) && in gcov_info_is_compatible() 292 !list_is_last(&fn_ptr2->head, &info2->functions)) { in gcov_info_is_compatible() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | configfs-usb-gadget-uvc | 1 What: /config/usb-gadget/gadget/functions/uvc.name 13 What: /config/usb-gadget/gadget/functions/uvc.name/control 25 What: /config/usb-gadget/gadget/functions/uvc.name/control/class 30 What: /config/usb-gadget/gadget/functions/uvc.name/control/class/ss 35 What: /config/usb-gadget/gadget/functions/uvc.name/control/class/fs 40 What: /config/usb-gadget/gadget/functions/uvc.name/control/terminal 45 What: /config/usb-gadget/gadget/functions/uvc.name/control/terminal/output 50 What: /config/usb-gadget/gadget/functions/uvc.name/control/terminal/output/default 67 What: /config/usb-gadget/gadget/functions/uvc.name/control/terminal/camera 72 What: /config/usb-gadget/gadget/functions/uvc.name/control/terminal/camera/default [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/pxa/ |
| H A D | pinctrl-pxa2xx.c | 75 for (df = pin->functions; df->name; df++) in pxa_desc_by_func_group() 112 struct pxa_pinctrl_function *pf = pctl->functions + function; in pxa2xx_pmx_get_func_name() 130 struct pxa_pinctrl_function *pf = pctl->functions + function; in pxa2xx_pmx_get_func_groups() 151 (pctl->functions + function)->name); in pxa2xx_pmx_set_mux() 254 const struct pxa_pinctrl_function *functions) in pxa2xx_find_function() argument 258 for (func = functions; func->name; func++) in pxa2xx_find_function() 268 struct pxa_pinctrl_function *functions; in pxa2xx_build_functions() local 277 functions = devm_kcalloc(pctl->dev, pctl->npins * 6, in pxa2xx_build_functions() 278 sizeof(*functions), GFP_KERNEL); in pxa2xx_build_functions() 279 if (!functions) in pxa2xx_build_functions() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/gpu/ |
| H A D | vga-switcheroo.rst | 28 Public functions 38 :functions: vga_switcheroo_handler 41 :functions: vga_switcheroo_client_ops 47 :functions: vga_switcheroo_handler_flags_t 50 :functions: vga_switcheroo_client_id 53 :functions: vga_switcheroo_state 59 :functions: vgasr_priv 62 :functions: vga_switcheroo_client 94 Public functions
|
| H A D | i915.rst | 35 :functions: intel_irq_init intel_irq_init_hw intel_hpd_init 38 :functions: intel_runtime_pm_disable_interrupts 41 :functions: intel_runtime_pm_enable_interrupts 184 :functions: intel_dp_set_drrs_state 187 :functions: intel_edp_drrs_enable 190 :functions: intel_edp_drrs_disable 193 :functions: intel_edp_drrs_invalidate 196 :functions: intel_edp_drrs_flush 199 :functions: intel_dp_drrs_init 387 This section documents the interface functions for evicting buffer [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | genalloc.rst | 21 :functions: gen_pool_create 24 :functions: devm_gen_pool_create 42 :functions: gen_pool_destroy 53 :functions: gen_pool_add 56 :functions: gen_pool_add_owner 65 The functions for allocating memory from the pool (and putting it back) 69 :functions: gen_pool_alloc 72 :functions: gen_pool_dma_alloc 75 :functions: gen_pool_free_owner 87 how the allocation functions choose which specific piece of memory to [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/80211/ |
| H A D | cfg80211.rst | 15 :functions: 49 :functions: 103 :functions: 115 Utility functions 119 :doc: Utility functions 122 :functions: 138 :functions: 150 :functions: 162 :functions: 174 :functions:
|
| H A D | mac80211-advanced.rst | 18 :functions: 34 :functions: 55 :functions: ieee80211_beacon_loss 63 :functions: ieee80211_tx_queue_params 82 :functions: 104 :functions: 114 :functions: 126 :functions: ieee80211_scan_completed 148 :functions: ieee80211_ampdu_mlme_action 157 :functions: [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | builtin-attrs.def | 21 that are applied to some built-in functions by default. Attributes 22 that are meant to be used by user-defined functions but aren't used 24 but not to functions need not and should not be defined here. 172 /* Allocation functions like malloc and realloc whose first argument 187 /* Allocation functions like calloc the product of whose first two arguments 192 /* Allocation functions like realloc whose second argument specifies 205 /* Nothrow functions with the sentinel(1) attribute. */ 208 /* Nothrow functions whose pointer parameter(s) are all nonnull. */ 211 /* Nothrow leaf functions whose pointer parameter(s) are all nonnull. */ 215 /* Nothrow functions whose first parameter is a nonnull pointer. */ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | builtin-attrs.def | 21 that are applied to some built-in functions by default. Attributes 22 that are meant to be used by user-defined functions but aren't used 24 but not to functions need not and should not be defined here. 172 /* Allocation functions like malloc and realloc whose first argument 187 /* Allocation functions like calloc the product of whose first two arguments 192 /* Allocation functions like realloc whose second argument specifies 205 /* Nothrow functions with the sentinel(1) attribute. */ 208 /* Nothrow functions whose pointer parameter(s) are all nonnull. */ 211 /* Nothrow leaf functions whose pointer parameter(s) are all nonnull. */ 215 /* Nothrow functions whose first parameter is a nonnull pointer. */ [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/s390/ |
| H A D | pci.rst | 48 Entries specific to zPCI functions and entries that hold zPCI information. 58 powered off until all virtual functions are removed with: 74 PCI function group ID, functions that share identical functionality 79 The virtual function number, from 1 to N for virtual functions, 80 0 for physical functions. 97 The more the segments are different, the more the functions are isolated. 105 * When not using multi-functions (norid is set, or the firmware does not 106 support multi-functions): 113 * When using multi-functions (norid parameter is not set), 114 zPCI functions are addressed differently: [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_atpx_handler.c | 39 struct amdgpu_atpx_functions functions; member 81 return amdgpu_atpx_priv.atpx.functions.power_cntl; in amdgpu_has_atpx_dgpu_power_cntl() 179 if (atpx->functions.px_params) { in amdgpu_atpx_validate() 207 atpx->functions.i2c_mux_cntl = true; in amdgpu_atpx_validate() 208 atpx->functions.disp_mux_cntl = true; in amdgpu_atpx_validate() 214 atpx->functions.disp_mux_cntl = true; in amdgpu_atpx_validate() 220 atpx->functions.power_cntl = true; in amdgpu_atpx_validate() 226 atpx->functions.power_cntl = true; in amdgpu_atpx_validate() 234 atpx->functions.power_cntl = !amdgpu_atpx_priv.bridge_pm_usable; in amdgpu_atpx_validate() 283 amdgpu_atpx_parse_functions(&atpx->functions, output.function_bits); in amdgpu_atpx_verify_interface() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | radeon_atpx_handler.c | 29 struct radeon_atpx_functions functions; member 69 return radeon_atpx_priv.atpx.functions.power_cntl; in radeon_has_atpx_dgpu_power_cntl() 161 if (atpx->functions.px_params) { in radeon_atpx_validate() 189 atpx->functions.i2c_mux_cntl = true; in radeon_atpx_validate() 190 atpx->functions.disp_mux_cntl = true; in radeon_atpx_validate() 196 atpx->functions.disp_mux_cntl = true; in radeon_atpx_validate() 201 atpx->functions.power_cntl = true; in radeon_atpx_validate() 210 atpx->functions.power_cntl = !radeon_atpx_priv.bridge_pm_usable; in radeon_atpx_validate() 254 radeon_atpx_parse_functions(&atpx->functions, output.function_bits); in radeon_atpx_verify_interface() 277 if (atpx->functions.power_cntl) { in radeon_atpx_set_discrete_state() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/ |
| H A D | pinctrl-oxnas.c | 72 struct oxnas_desc_function *functions; member 91 const struct oxnas_function *functions; member 276 .functions = (struct oxnas_desc_function[]){ \ 571 return pctl->functions[func].name; in oxnas_pinmux_get_function_name() 581 *groups = pctl->functions[func].groups; in oxnas_pinmux_get_function_groups() 582 *num_groups = pctl->functions[func].ngroups; in oxnas_pinmux_get_function_groups() 592 const struct oxnas_function *pf = &pctl->functions[func]; in oxnas_ox810se_pinmux_enable() 594 struct oxnas_desc_function *functions = pg->functions; in oxnas_ox810se_pinmux_enable() local 597 while (functions->name) { in oxnas_ox810se_pinmux_enable() 598 if (!strcmp(functions->name, fname)) { in oxnas_ox810se_pinmux_enable() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/util-linux/util-linux/ |
| H A D | display_testname_for_subtest.patch | 7 tests/functions.sh | 2 +- 10 diff --git a/tests/functions.sh b/tests/functions.sh 12 --- a/tests/functions.sh 13 +++ b/tests/functions.sh
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | ftrace-uses.rst | 2 Using ftrace to hook to functions 16 beginning of functions in order to record and trace the flow of the kernel. 77 no longer being called by functions after the unregister_ftrace_function() 146 itself or any nested functions that those functions call. 163 If this is set, then the callback will only be called by functions 182 Filtering which functions to trace 185 If a callback is only to be called from specific functions, a filter must be 204 Filters denote which functions should be enabled when tracing is enabled. 205 If @buf is NULL and reset is set, all functions will be enabled for tracing. 207 The @buf can also be a glob expression to enable all functions that [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
| H A D | ippool_init.d.patch | 1 Fix start error if lsb init-functions doesn't exist 16 +. /etc/init.d/functions 24 # Get lsb functions 25 -. /lib/lsb/init-functions 26 +if [ -f /lib/lsb/init-functions ] 28 + . /lib/lsb/init-functions
|
| /OK3568_Linux_fs/kernel/tools/perf/bench/ |
| H A D | mem-functions.c | 111 const struct function *functions; member 120 const struct function *r = &info->functions[r_idx]; in __bench_mem_function() 201 for (i = 0; info->functions[i].name; i++) in bench_mem_common() 206 for (i = 0; info->functions[i].name; i++) { in bench_mem_common() 207 if (!strcmp(info->functions[i].name, function_str)) in bench_mem_common() 210 if (!info->functions[i].name) { in bench_mem_common() 214 for (i = 0; info->functions[i].name; i++) { in bench_mem_common() 216 info->functions[i].name, info->functions[i].desc); in bench_mem_common() 294 .functions = memcpy_functions, in bench_mem_memcpy() 368 .functions = memset_functions, in bench_mem_memset()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/fpga/ |
| H A D | fpga-bridge.rst | 14 :functions: fpga_bridge 17 :functions: fpga_bridge_ops 20 :functions: devm_fpga_bridge_create 23 :functions: fpga_bridge_register 26 :functions: fpga_bridge_unregister
|