Home
last modified time | relevance | path

Searched defs:bind (Results 1 – 25 of 86) sorted by relevance

1234

/openbmc/linux/arch/x86/events/intel/
H A Dp4.c708 struct p4_event_bind *bind = NULL; in p4_config_get_bind() local
718 struct p4_event_bind *bind; in p4_pmu_event_map() local
824 struct p4_event_bind *bind; in p4_hw_config() local
935 struct p4_pebs_bind *bind; in p4_pmu_enable_pebs() local
956 struct p4_event_bind *bind; in __p4_pmu_enable_event() local
1227 struct p4_event_bind *bind) in p4_next_cntr()
1246 struct p4_event_bind *bind; in p4_pmu_schedule_events() local
/openbmc/linux/include/linux/
H A Dcomponent.h23 int (*bind)(struct device *comp, struct device *master, member
74 int (*bind)(struct device *master); member
/openbmc/phosphor-fan-presence/presence/
H A Deeprom_device.hpp53 void bind() in bind() function in phosphor::fan::presence::EEPROMDevice
80 std::ofstream bind{bindPath}; in bindTimerExpired() local
/openbmc/linux/net/sched/
H A Dact_mpls.c166 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_mpls_init() local
332 int bind, int ref) in tcf_mpls_dump()
386 u32 *index_inc, bool bind, in tcf_mpls_offload_act_setup()
H A Dact_gact.c59 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_gact_init() local
186 int bind, int ref) in tcf_gact_dump()
240 u32 *index_inc, bool bind, in tcf_gact_offload_act_setup()
H A Dact_vlan.c122 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_vlan_init() local
287 int bind, int ref) in tcf_vlan_dump()
356 u32 *index_inc, bool bind, in tcf_vlan_offload_act_setup()
H A Dact_sample.c42 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_sample_init() local
213 int bind, int ref) in tcf_sample_dump()
285 u32 *index_inc, bool bind, in tcf_sample_offload_act_setup()
H A Dact_police.c46 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_police_init() local
341 int bind, int ref) in tcf_police_dump()
439 u32 *index_inc, bool bind, in tcf_police_offload_act_setup()
H A Dact_skbedit.c123 bool bind = act_flags & TCA_ACT_FLAGS_BIND; in tcf_skbedit_init() local
285 int bind, int ref) in tcf_skbedit_dump()
369 u32 *index_inc, bool bind, in tcf_skbedit_offload_act_setup()
H A Dact_connmark.c106 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_connmark_init() local
191 int bind, int ref) in tcf_connmark_dump()
H A Dact_simple.c94 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_simp_init() local
172 int bind, int ref) in tcf_simp_dump()
H A Dact_skbmod.c109 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_skbmod_init() local
239 int bind, int ref) in tcf_skbmod_dump()
H A Dact_api.c373 static int __tcf_action_put(struct tc_action *p, bool bind) in __tcf_action_put()
393 static int __tcf_idr_release(struct tc_action *p, bool bind, bool strict) in __tcf_idr_release()
420 int tcf_idr_release(struct tc_action *a, bool bind) in tcf_idr_release()
735 int bind, bool cpustats, u32 flags) in tcf_idr_create()
793 const struct tc_action_ops *ops, int bind, in tcf_idr_create_from_flags()
825 struct tc_action **a, int bind) in tcf_idr_check_alloc()
1135 int tcf_action_destroy(struct tc_action *actions[], int bind) in tcf_action_destroy()
1177 tcf_action_dump_old(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_action_dump_old()
1183 tcf_action_dump_1(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_action_dump_1()
1228 int bind, int ref, bool terse) in tcf_action_dump()
[all …]
H A Dact_nat.c40 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_nat_init() local
268 int bind, int ref) in tcf_nat_dump()
H A Dact_mirred.c98 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_mirred_init() local
356 static int tcf_mirred_dump(struct sk_buff *skb, struct tc_action *a, int bind, in tcf_mirred_dump()
462 u32 *index_inc, bool bind, in tcf_mirred_offload_act_setup()
H A Dact_pedit.c162 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_pedit_init() local
500 int bind, int ref) in tcf_pedit_dump()
556 u32 *index_inc, bool bind, in tcf_pedit_offload_act_setup()
H A Dact_ctinfo.c162 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_ctinfo_init() local
283 int bind, int ref) in tcf_ctinfo_dump()
H A Dact_csum.c49 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_csum_init() local
631 static int tcf_csum_dump(struct sk_buff *skb, struct tc_action *a, int bind, in tcf_csum_dump()
682 u32 *index_inc, bool bind, in tcf_csum_offload_act_setup()
H A Dact_gate.c306 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_gate_init() local
504 int bind, int ref) in tcf_gate_dump()
608 u32 *index_inc, bool bind, in tcf_gate_offload_act_setup()
H A Dact_ipt.c101 bool bind = flags & TCA_ACT_FLAGS_BIND; in __tcf_ipt_init() local
329 static int tcf_ipt_dump(struct sk_buff *skb, struct tc_action *a, int bind, in tcf_ipt_dump()
H A Dact_bpf.c139 int bind, int ref) in tcf_bpf_dump()
285 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_bpf_init() local
/openbmc/linux/drivers/xen/
H A Devtchn.c447 struct ioctl_evtchn_bind_virq bind; in evtchn_ioctl() local
472 struct ioctl_evtchn_bind_interdomain bind; in evtchn_ioctl() local
498 struct ioctl_evtchn_bind_unbound_port bind; in evtchn_ioctl() local
546 struct ioctl_evtchn_bind bind; in evtchn_ioctl() local
/openbmc/u-boot/include/linux/usb/
H A Dcomposite.h108 int (*bind)(struct usb_configuration *, member
208 int (*bind)(struct usb_configuration *); member
274 int (*bind)(struct usb_composite_dev *); member
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/dma/
H A Dpriv.h8 int (*bind)(struct nvkm_dmaobj *, struct nvkm_gpuobj *, int align, member
/openbmc/u-boot/include/
H A Defi_driver.h30 int (*bind)(efi_handle_t handle, void *interface); member

1234