Searched refs:hook (Results 126 - 148 of 148) sorted by relevance

123456

/linux-master/drivers/platform/x86/
H A Dhuawei-wmi.c471 static int huawei_wmi_battery_add(struct power_supply *battery, struct acpi_battery_hook *hook) argument
486 static int huawei_wmi_battery_remove(struct power_supply *battery, struct acpi_battery_hook *hook) argument
H A Dtoshiba_acpi.c3117 static int toshiba_acpi_battery_add(struct power_supply *battery, struct acpi_battery_hook *hook) argument
3130 static int toshiba_acpi_battery_remove(struct power_supply *battery, struct acpi_battery_hook *hook) argument
3471 * As the battery hook relies on the static variable toshiba_acpi being
H A Dasus-wmi.c1273 static int asus_wmi_battery_add(struct power_supply *battery, struct acpi_battery_hook *hook) argument
1300 static int asus_wmi_battery_remove(struct power_supply *battery, struct acpi_battery_hook *hook) argument
H A Dthinkpad_acpi.c9932 static int tpacpi_battery_add(struct power_supply *battery, struct acpi_battery_hook *hook) argument
9943 static int tpacpi_battery_remove(struct power_supply *battery, struct acpi_battery_hook *hook) argument
/linux-master/net/ipv6/ila/
H A Dila_xlat.c196 .hook = ila_nf_input,
/linux-master/sound/pci/hda/
H A Dpatch_conexant.c531 /* mic_autoswitch hook */
545 /* pcm_capture hook */
763 /* turn on/off mute LED via GPIO per vmaster hook */
774 /* turn on/off mic-mute LED via GPIO per capture hook */
1215 if (!spec->gen.vmaster_mute.hook && spec->dynamic_eapd)
1216 spec->gen.vmaster_mute.hook = cx_auto_vmaster_hook;
H A Dhda_generic.c1177 return spec->vmaster_mute.hook ? "PCM" : "Master";
1180 * use it master (or "PCM" if a vmaster hook is present)
1185 return spec->vmaster_mute.hook ? "PCM" : "Master";
1229 return spec->vmaster_mute.hook ? "PCM" : "Master";
3603 /* capture switch put callback for a single control with hook call */
3928 * vmaster mute LED hook helpers
3978 if (spec->vmaster_mute.hook)
3979 codec_err(codec, "vmaster hook already present before cdev!\n");
4900 * snd_hda_gen_path_power_filter - power_filter hook to make inactive widgets
5223 if (spec->vmaster_mute.hook) {
[all...]
/linux-master/drivers/pci/
H A Dquirks.c163 void (*hook)(struct pci_dev *dev);
165 hook = offset_to_ptr(&f->hook_offset);
167 hook = f->hook;
169 calltime = fixup_debug_start(dev, hook);
170 hook(dev);
171 fixup_debug_report(dev, calltime, hook);
/linux-master/drivers/net/
H A Dvrf.c1216 static struct sk_buff *vrf_rcv_nfhook(u8 pf, unsigned int hook, argument
1222 if (nf_hook(pf, hook, net, NULL, skb, dev, NULL, vrf_rcv_finish) != 1)
/linux-master/net/netfilter/
H A Dnf_conntrack_proto_tcp.c822 state->hook == NF_INET_PRE_ROUTING &&
823 nf_checksum(skb, state->hook, dataoff, IPPROTO_TCP, state->pf)) {
H A Dnfnetlink_log.c482 pmsg.hook = hooknum;
H A Dnf_conntrack_proto_sctp.c311 if (state->hook == NF_INET_PRE_ROUTING &&
H A Dx_tables.c575 /** xt_check_table_hooks - check hook entry points are sane
578 * @valid_hooks - hook entry points that we can enter from
580 * Validates that the hook entry and underflows points are set up.
628 pr_err_ratelimited("%s at hook %d\n", err, i);
1751 ops[i].hook = fn;
/linux-master/security/apparmor/
H A Dlsm.c68 * LSM hook functions
2107 .hook = apparmor_ip_postroute,
2114 .hook = apparmor_ip_postroute,
/linux-master/drivers/infiniband/hw/qib/
H A Dqib.h681 * the "hook" is called, allowing, e.g. shadows to be
692 diag_hook hook; member in struct:diag_observer
/linux-master/net/
H A Dsocket.c1175 void brioctl_set(int (*hook)(struct net *net, struct net_bridge *br,
1180 br_ioctl_hook = hook;
1204 void vlan_ioctl_set(int (*hook) (struct net *, void __user *))
1207 vlan_ioctl_hook = hook;
1682 /* A hook for bpf progs to attach to and update socket protocol.
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.sh689 type filter hook prerouting priority -150;
/linux-master/security/selinux/
H A Dhooks.c5 * This file contains the SELinux hook function implementations.
2127 * (This comment used to live with the selinux_task_setuid hook,
2133 * the CAP_SETUID and CAP_SETGID capabilities using the capable hook.
3417 * Permission check is handled by selinux_inode_getxattr hook.
3535 /* The copy_up hook above sets the initial context on an inode, but we
7494 .hook = selinux_ip_postroute,
7500 .hook = selinux_ip_forward,
7506 .hook = selinux_ip_output,
7513 .hook = selinux_ip_postroute,
7519 .hook
[all...]
/linux-master/tools/testing/selftests/netfilter/
H A Dnft_concat_range.sh389 type filter hook prerouting priority 0; policy accept;
418 type filter hook ingress device veth_a priority 0;
1486 info " baseline (drop from netdev hook): ${pps}pps"
/linux-master/include/net/netfilter/
H A Dnf_tables.h57 return pkt->state->hook;
1142 * @hooks: array of hook functions
1191 * @ops: netfilter hook ops
1435 * @hooknum: hook number
1440 * @hook_list: hook list for hooks per net_device in flowtables
/linux-master/net/sched/
H A Dact_ct.c1027 state.hook = NF_INET_PRE_ROUTING;
/linux-master/net/openvswitch/
H A Dconntrack.c716 .hook = NF_INET_PRE_ROUTING,
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S4389 # supplied bsun hook.
4420 bra.l _real_bsun # branch to user bsun hook

Completed in 415 milliseconds

123456