Home
last modified time | relevance | path

Searched refs:hook (Results 76 – 100 of 397) sorted by relevance

12345678910>>...16

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_request.c48 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 Dtraps.h25 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 Dhda_codec.c2017 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 Drkscript.mk208 $(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 Dsmack_netfilter.c60 .hook = smack_ipv4_output,
67 .hook = smack_ipv6_output,
/OK3568_Linux_fs/kernel/include/linux/
H A Dlsm_hooks.h1564 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 Dnf-queue.c92 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 Dnft_nat.sh187 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 Dprog_cgroup_sockopt.rst23 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 Dbpf_lsm.rst16 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 Dnf_nat_proto.c638 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 Dcore.c99 .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 Dbr_netfilter_hooks.c927 .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 D0049-mmap-Fix-memory-leak-when-iterating-over-mapped-memo.patch22 @@ -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 D0013-udf-Fix-memory-leak.patch50 + /* As the hook won't get called. */
55 if (filename && hook (filename, type, child, hook_data))
/OK3568_Linux_fs/buildroot/package/frecon/
H A D0004-Add-hooks-for-term-switching.patch24 + 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 Dinstall-bench.patch23 -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 Dlsm.rst61 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 D0002-dev_setup.sh-Remove-the-git-dependency.patch31 -# 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 D0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch25 -install-exec-hook:
31 +#install-exec-hook:
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Darp_tables.c186 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 Dconnman.inc132 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 DREADME4 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 Dpoco_1.11.2.bb70 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 Dbuild.sh192 for hook in $(find "$dir" -maxdepth 1 -name "*.sh" | sort); do
193 "$hook" $@ && continue
195 err_handler $HOOK_RET "${FUNCNAME[0]} $*" "$hook $*"

12345678910>>...16