| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_request.c | 48 void (*hook)(struct i915_request *rq, struct dma_fence *signal); member 183 cb->hook(container_of(cb->fence, struct i915_request, submit), in irq_execute_cb_hook() 424 void (*hook)(struct i915_request *rq, in __await_execution() 431 if (hook) in __await_execution() 432 hook(rq, &signal->fence); in __await_execution() 444 if (hook) { in __await_execution() 445 cb->hook = hook; in __await_execution() 1140 void (*hook)(struct i915_request *rq, in __i915_request_await_execution() 1148 err = __await_execution(to, from, hook, I915_FENCE_GFP); in __i915_request_await_execution() 1262 void (*hook)(struct i915_request *rq, in i915_request_await_execution() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | traps.h | 25 void register_undef_hook(struct undef_hook *hook); 26 void unregister_undef_hook(struct undef_hook *hook);
|
| /OK3568_Linux_fs/kernel/sound/pci/hda/ |
| H A D | hda_codec.c | 2017 struct hda_vmaster_mute_hook *hook = snd_kcontrol_chip(kcontrol); in vmaster_mute_mode_get() local 2018 ucontrol->value.enumerated.item[0] = hook->mute_mode; in vmaster_mute_mode_get() 2025 struct hda_vmaster_mute_hook *hook = snd_kcontrol_chip(kcontrol); in vmaster_mute_mode_put() local 2026 unsigned int old_mode = hook->mute_mode; in vmaster_mute_mode_put() 2028 hook->mute_mode = ucontrol->value.enumerated.item[0]; in vmaster_mute_mode_put() 2029 if (hook->mute_mode > HDA_VMUTE_FOLLOW_MASTER) in vmaster_mute_mode_put() 2030 hook->mute_mode = HDA_VMUTE_FOLLOW_MASTER; in vmaster_mute_mode_put() 2031 if (old_mode == hook->mute_mode) in vmaster_mute_mode_put() 2033 snd_hda_sync_vmaster_hook(hook); in vmaster_mute_mode_put() 2048 struct hda_vmaster_mute_hook *hook = private_data; in vmaster_hook() local [all …]
|
| /OK3568_Linux_fs/buildroot/package/rockchip/rkscript/ |
| H A D | rkscript.mk | 208 $(foreach hook,$(RKSCRIPT_INSTALL_INIT_SYSV_HOOKS),$(call $(hook))$(sep)) 213 $(foreach hook,$(RKSCRIPT_INSTALL_INIT_SYSTEMD_HOOKS),$(call $(hook))$(sep))
|
| /OK3568_Linux_fs/kernel/security/smack/ |
| H A D | smack_netfilter.c | 60 .hook = smack_ipv4_output, 67 .hook = smack_ipv6_output,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | lsm_hooks.h | 1564 union security_list_options hook; member 1593 { .head = &security_hook_heads.HEAD, .hook = { .HEAD = HOOK } }
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/netfilter/ |
| H A D | nf-queue.c | 92 ntohs(ph->hw_protocol), ph->hook); in queue_cb() 94 if (ph->hook >= 5) { in queue_cb() 95 fprintf(stderr, "Unknown hook %d\n", ph->hook); in queue_cb() 114 queue_stats[ph->hook]++; in queue_cb()
|
| H A D | nft_nat.sh | 187 type nat hook output priority 0; policy accept; 262 type nat hook output priority 0; policy accept; 388 type nat hook output priority 0; policy accept; 453 type nat hook postrouting priority 0; policy accept; 554 type nat hook postrouting priority 0; policy accept; 653 type nat hook prerouting priority 0; policy accept; 735 type nat hook prerouting priority 0; policy accept; 837 type filter hook input priority 0; policy accept; 842 type filter hook output priority 0; policy accept;
|
| /OK3568_Linux_fs/kernel/Documentation/bpf/ |
| H A D | prog_cgroup_sockopt.rst | 23 before passing them down to the kernel. This hook has access to the cgroup 44 sockopt. The BPF hook can observe ``optval``, ``optlen`` and ``retval`` 45 if it's interested in whatever kernel has returned. BPF hook can override 50 This hook has access to the cgroup and socket local storage.
|
| H A D | bpf_lsm.rst | 16 LSM hook: 61 * ``"lsm/file_mprotect"`` indicates the LSM hook that the program must 72 * or 0 if it's the first hook. 123 The program can be detached from the LSM hook by *destroying* the ``link``
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_nat_proto.c | 638 state->hook)) in nf_nat_ipv4_fn() 756 .hook = nf_nat_ipv4_pre_routing, 763 .hook = nf_nat_ipv4_out, 770 .hook = nf_nat_ipv4_local_fn, 777 .hook = nf_nat_ipv4_local_in, 891 state->hook, in nf_nat_ipv6_fn() 995 .hook = nf_nat_ipv6_in, 1002 .hook = nf_nat_ipv6_out, 1009 .hook = nf_nat_ipv6_local_fn, 1016 .hook = nf_nat_ipv6_fn,
|
| H A D | core.c | 99 .hook = accept_all, 148 new->hooks[nhooks].hook = reg->hook; in nf_hook_entries_grow() 157 new->hooks[nhooks].hook = reg->hook; in nf_hook_entries_grow() 448 WRITE_ONCE(old->hooks[i].hook, accept_all); in nf_remove_net_hook()
|
| /OK3568_Linux_fs/kernel/net/bridge/ |
| H A D | br_netfilter_hooks.c | 927 .hook = br_nf_pre_routing, 933 .hook = br_nf_forward_ip, 939 .hook = br_nf_forward_arp, 945 .hook = br_nf_post_routing, 951 .hook = ip_sabotage_in, 957 .hook = ip_sabotage_in, 999 int br_nf_hook_thresh(unsigned int hook, struct net *net, in br_nf_hook_thresh() argument 1012 e = rcu_dereference(net->nf.hooks_bridge[hook]); in br_nf_hook_thresh() 1027 if (ops[i]->hook == br_nf_pre_routing) { in br_nf_hook_thresh() 1036 nf_hook_state_init(&state, hook, NFPROTO_BRIDGE, indev, outdev, in br_nf_hook_thresh()
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0049-mmap-Fix-memory-leak-when-iterating-over-mapped-memo.patch | 22 @@ -270,6 +270,7 @@ grub_mmap_iterate (grub_memory_hook_t hook, void *hook_data) 30 @@ -282,6 +283,7 @@ grub_mmap_iterate (grub_memory_hook_t hook, void *hook_data)
|
| H A D | 0013-udf-Fix-memory-leak.patch | 50 + /* As the hook won't get called. */ 55 if (filename && hook (filename, type, child, hook_data))
|
| /OK3568_Linux_fs/buildroot/package/frecon/ |
| H A D | 0004-Add-hooks-for-term-switching.patch | 24 + LOG(DEBUG, "Failed to exec hook script."); 34 + LOG(DEBUG, "Failed to exec hook script.");
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/fftw/fftw/ |
| H A D | install-bench.patch | 23 -bench_SOURCES = bench.c hook.c fftw-bench.c fftw-bench.h 25 +bench@PREC_SUFFIX@_SOURCES = bench.c hook.c fftw-bench.c fftw-bench.h
|
| /OK3568_Linux_fs/kernel/Documentation/security/ |
| H A D | lsm.rst | 61 calls to hook functions at critical points in the kernel code to 99 hook, and the hooks are called in the order specified by CONFIG_LSM. 100 Detailed documentation for each hook is 119 is the security_inode_permission() hook. 120 This hook checks permission when accessing an inode.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/ |
| H A D | 0002-dev_setup.sh-Remove-the-git-dependency.patch | 31 -# Install pep8 pre-commit hook 35 - echo 'Installing PEP8 check as precommit-hook'
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/systemtap/systemtap/ |
| H A D | 0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch | 25 -install-exec-hook: 31 +#install-exec-hook:
|
| /OK3568_Linux_fs/kernel/net/ipv4/netfilter/ |
| H A D | arp_tables.c | 186 unsigned int hook = state->hook; in arpt_do_table() local 214 e = get_entry(table_base, private->hook_entry[hook]); in arpt_do_table() 247 private->underflow[hook]); in arpt_do_table() 305 unsigned int hook; in mark_source_chains() local 310 for (hook = 0; hook < NF_ARP_NUMHOOKS; hook++) { in mark_source_chains() 311 unsigned int pos = newinfo->hook_entry[hook]; in mark_source_chains() 314 if (!(valid_hooks & (1 << hook))) in mark_source_chains() 323 int visited = e->comefrom & (1 << hook); in mark_source_chains() 329 |= ((1 << hook) | (1 << NF_ARP_NUMHOOKS)); in mark_source_chains()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/connman/ |
| H A D | connman.inc | 132 hook = lambda file,pkg,x,y,z: \ 137 '${PN} plugin for %s', extra_depends='', hook=hook, prepend=True ) 139 hook = lambda file,pkg,x,y,z: \ 144 '${PN} VPN plugin for %s', extra_depends='', hook=hook, prepend=True )
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/attr/ |
| H A D | README | 4 by the PERF_TEST_ATTR environment variable and hook inside the 16 This is the sys_perf_event_open hook implementation. The hook
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/poco/ |
| H A D | poco_1.11.2.bb | 70 def hook(f, pkg, file_regex, output_pattern, modulename): 75 'poco-%s', 'Poco %s component', extra_depends='', prepend=True, hook=hook)
|
| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | build.sh | 192 for hook in $(find "$dir" -maxdepth 1 -name "*.sh" | sort); do 193 "$hook" $@ && continue 195 err_handler $HOOK_RET "${FUNCNAME[0]} $*" "$hook $*"
|