Home
last modified time | relevance | path

Searched refs:action (Results 1 – 25 of 73) sorted by relevance

123

/include/drm/
Ddrm_managed.h25 #define drmm_add_action(dev, action, data) \ argument
26 __drmm_add_action(dev, action, data, #action)
29 drmres_release_t action,
41 #define drmm_add_action_or_reset(dev, action, data) \ argument
42 __drmm_add_action_or_reset(dev, action, data, #action)
45 drmres_release_t action,
49 drmres_release_t action,
/include/linux/mfd/
Drave-sp.h44 static inline u8 rave_sp_action_unpack_event(unsigned long action) in rave_sp_action_unpack_event() argument
46 return action; in rave_sp_action_unpack_event()
49 static inline u8 rave_sp_action_unpack_value(unsigned long action) in rave_sp_action_unpack_value() argument
51 return action >> 8; in rave_sp_action_unpack_value()
/include/net/
Dflow_offload.h293 int action; member
339 static inline bool flow_action_has_entries(const struct flow_action *action) in flow_action_has_entries() argument
341 return action->num_entries; in flow_action_has_entries()
350 static inline bool flow_offload_has_one_action(const struct flow_action *action) in flow_offload_has_one_action() argument
352 return action->num_entries == 1; in flow_offload_has_one_action()
355 static inline bool flow_action_is_last_entry(const struct flow_action *action, in flow_action_is_last_entry() argument
358 return entry == &action->entries[action->num_entries - 1]; in flow_action_is_last_entry()
367 flow_action_mixed_hw_stats_check(const struct flow_action *action, in flow_action_mixed_hw_stats_check() argument
374 if (flow_offload_has_one_action(action)) in flow_action_mixed_hw_stats_check()
377 flow_action_for_each(i, action_entry, action) { in flow_action_mixed_hw_stats_check()
[all …]
Dfib_rules.h28 u8 action; member
69 int (*action)(struct fib_rule *, member
/include/linux/
Dwait_bit.h27 …ead *wq_head, struct wait_bit_queue_entry *wbq_entry, wait_bit_action_f *action, unsigned int mode…
28 …ead *wq_head, struct wait_bit_queue_entry *wbq_entry, wait_bit_action_f *action, unsigned int mode…
30 int out_of_line_wait_on_bit(void *word, int, wait_bit_action_f *action, unsigned int mode);
31 int out_of_line_wait_on_bit_timeout(void *word, int, wait_bit_action_f *action, unsigned int mode, …
32 int out_of_line_wait_on_bit_lock(void *word, int, wait_bit_action_f *action, unsigned int mode);
150 wait_on_bit_action(unsigned long *word, int bit, wait_bit_action_f *action, in wait_on_bit_action() argument
156 return out_of_line_wait_on_bit(word, bit, action, mode); in wait_on_bit_action()
229 wait_on_bit_lock_action(unsigned long *word, int bit, wait_bit_action_f *action, in wait_on_bit_lock_action() argument
235 return out_of_line_wait_on_bit_lock(word, bit, action, mode); in wait_on_bit_lock_action()
Dacpi_amd_wbrf.h51 int acpi_amd_wbrf_add_remove(struct device *dev, uint8_t action, struct wbrf_ranges_in_out *in);
64 int acpi_amd_wbrf_add_remove(struct device *dev, uint8_t action, struct wbrf_ranges_in_out *in) in acpi_amd_wbrf_add_remove() argument
Ddevice.h286 void devm_remove_action(struct device *dev, void (*action)(void *), void *data);
287 void devm_release_action(struct device *dev, void (*action)(void *), void *data);
289 int __devm_add_action(struct device *dev, void (*action)(void *), void *data, const char *name);
290 #define devm_add_action(dev, action, data) \ argument
291 __devm_add_action(dev, action, data, #action)
293 static inline int __devm_add_action_or_reset(struct device *dev, void (*action)(void *), in __devm_add_action_or_reset()
298 ret = __devm_add_action(dev, action, data, name); in __devm_add_action_or_reset()
300 action(data); in __devm_add_action_or_reset()
304 #define devm_add_action_or_reset(dev, action, data) \ argument
305 __devm_add_action_or_reset(dev, action, data, #action)
Dccp.h172 enum ccp_aes_action action; member
233 enum ccp_aes_action action; member
345 enum ccp_des3_action action; member
Dieee80211.h1510 u8 action; member
1514 u8 action; member
1581 } __packed action; member
1596 #define IEEE80211_MIN_ACTION_SIZE offsetof(struct ieee80211_mgmt, u.action.u)
4536 if (skb->len < offsetofend(typeof(*mgmt), u.action.u.ftm.action_code)) in ieee80211_is_bufferable_mmpdu()
4541 if (mgmt->u.action.category != WLAN_CATEGORY_PUBLIC && in ieee80211_is_bufferable_mmpdu()
4542 mgmt->u.action.category != WLAN_CATEGORY_PROTECTED_DUAL_OF_ACTION) in ieee80211_is_bufferable_mmpdu()
4545 if (mgmt->u.action.u.ftm.action_code == WLAN_PUB_ACTION_FTM_REQUEST || in ieee80211_is_bufferable_mmpdu()
4546 mgmt->u.action.u.ftm.action_code == WLAN_PUB_ACTION_FTM_RESPONSE) in ieee80211_is_bufferable_mmpdu()
4616 return mgmt->u.action.category == WLAN_CATEGORY_PUBLIC; in ieee80211_is_public_action()
[all …]
Dirqdesc.h73 struct irqaction *action; /* IRQ action list */ member
196 return desc && desc->action != NULL; in irq_desc_has_action()
Dkobject.h230 int kobject_uevent(struct kobject *kobj, enum kobject_action action);
231 int kobject_uevent_env(struct kobject *kobj, enum kobject_action action,
Dpm_qos.h142 enum pm_qos_req_action action, int value);
145 enum pm_qos_req_action action, s32 val);
311 enum pm_qos_req_action action, s32 value);
Dcounter.h161 enum counter_synapse_action *action);
195 enum counter_synapse_action action);
342 enum counter_synapse_action *action);
346 enum counter_synapse_action action);
/include/trace/events/
Dpower.h249 TP_PROTO(const char *action, int val, bool start),
251 TP_ARGS(action, val, start),
254 __field(const char *, action)
260 __entry->action = action;
265 TP_printk("%s[%u] %s", __entry->action, (unsigned int)__entry->val,
429 TP_PROTO(enum pm_qos_req_action action, int prev_value, int curr_value),
431 TP_ARGS(action, prev_value, curr_value),
434 __field( enum pm_qos_req_action, action )
440 __entry->action = action;
446 __print_symbolic(__entry->action,
[all …]
Dirq.h55 TP_PROTO(int irq, struct irqaction *action),
57 TP_ARGS(irq, action),
61 __string( name, action->name )
85 TP_PROTO(int irq, struct irqaction *action, int ret),
87 TP_ARGS(irq, action, ret),
/include/rdma/
Duverbs_std_types.h114 static inline void uverbs_flow_action_fill_action(struct ib_flow_action *action, in uverbs_flow_action_fill_action() argument
119 atomic_set(&action->usecnt, 0); in uverbs_flow_action_fill_action()
120 action->device = ib_dev; in uverbs_flow_action_fill_action()
121 action->type = type; in uverbs_flow_action_fill_action()
122 action->uobject = uobj; in uverbs_flow_action_fill_action()
123 uobj->object = action; in uverbs_flow_action_fill_action()
/include/linux/platform_data/
Dmlxreg.h82 int (*user_handler)(void *handle, enum mlxreg_hotplug_kind kind, u8 action);
107 enum mlxreg_hotplug_device_action action; member
109 int (*user_handler)(void *handle, enum mlxreg_hotplug_kind kind, u8 action);
/include/kunit/
Dresource.h437 int kunit_add_action(struct kunit *test, kunit_action_t *action, void *ctx);
462 int kunit_add_action_or_reset(struct kunit *test, kunit_action_t *action,
480 kunit_action_t *action,
504 kunit_action_t *action,
Dattributes.h48 struct kunit_attr_filter filter, char *action, int *err);
/include/misc/
Daltera.h17 u8 *action; member
/include/uapi/xen/
Dgntalloc.h77 __u32 action; member
Dgntdev.h150 __u32 action; member
/include/uapi/linux/
Dfib_rules.h28 __u8 action; member
/include/uapi/scsi/
Dscsi_bsg_fc.h160 __u8 action; /* fragment_id for CT REJECT */ member
/include/linux/sunrpc/
Dsched.h242 rpc_action action,
245 rpc_action action);

123