Searched defs:action (Results 1 - 25 of 281) sorted by relevance

1234567891011>>

/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.h31 u16 action; member in struct:vmci_dbell_notify_resource_info
/drivers/acpi/acpica/
H A Dpsxface.c60 acpi_ps_update_parameter_list(struct acpi_evaluate_info *info, u16 action);
364 * action - Add or Remove reference
373 acpi_ps_update_parameter_list(struct acpi_evaluate_info *info, u16 action) argument
387 action);
H A Dutstate.c55 * action - Increment/Decrement
216 * action - Update action to be performed
227 *object, u16 action)
244 state->update.value = action;
253 * action - Update action to be performed
226 acpi_ut_create_update_state(union acpi_operand_object *object, u16 action) argument
H A Dhwgpe.c83 * action - Enable or disable
92 acpi_hw_low_set_gpe(struct acpi_gpe_event_info *gpe_event_info, u32 action) argument
118 switch (action) {
141 ACPI_ERROR((AE_INFO, "Invalid GPE Action, %u", action));
H A Dutdelete.c57 acpi_ut_update_ref_count(union acpi_operand_object *object, u32 action);
374 * action - What to do (REF_INCREMENT or REF_DECREMENT)
383 acpi_ut_update_ref_count(union acpi_operand_object *object, u32 action) argument
402 /* Perform the reference count action (increment, decrement) */
404 switch (action) {
455 ACPI_ERROR((AE_INFO, "Unknown Reference Count action (0x%X)",
456 action));
477 * action - Either REF_INCREMENT or REF_DECREMENT
493 acpi_ut_update_object_reference(union acpi_operand_object *object, u16 action) argument
534 action);
[all...]
H A Dutosi.c317 * PARAMETERS: action - Actions to be performed during the
328 acpi_status acpi_ut_update_interfaces(u8 action) argument
335 (action & ACPI_FEATURE_STRINGS)) ||
337 (action & ACPI_VENDOR_STRINGS))) {
338 if (action & ACPI_DISABLE_INTERFACES) {
H A Dutmisc.c180 * action - Increment/Decrement
191 u16 action,
204 state = acpi_ut_create_update_state(object, action);
190 acpi_ut_create_update_state_and_push(union acpi_operand_object *object, u16 action, union acpi_generic_state **state_list) argument
/drivers/clocksource/
H A Ddummy_timer.c45 unsigned long action, void *hcpu)
47 if ((action & ~CPU_TASKS_FROZEN) == CPU_STARTING)
44 dummy_timer_cpu_notify(struct notifier_block *self, unsigned long action, void *hcpu) argument
/drivers/gpu/drm/nouveau/core/include/subdev/
H A Dmxm.h11 u32 action; member in struct:nouveau_mxm
/drivers/net/wireless/libertas/
H A Dcmdresp.c124 u16 action = le16_to_cpu(psmode->action); local
127 "CMD_RESP: PS_MODE cmd reply result 0x%x, action 0x%x\n",
128 result, action);
139 action == PS_MODE_ACTION_ENTER_PS)
141 } else if (action == PS_MODE_ACTION_ENTER_PS) {
161 } else if (action == PS_MODE_ACTION_EXIT_PS) {
166 lbs_deb_host("CMD_RESP: PS action 0x%X\n", action);
/drivers/of/
H A Dof_private.h45 extern int of_property_notify(int action, struct device_node *np,
49 static inline int of_property_notify(int action, struct device_node *np, argument
/drivers/power/reset/
H A Dmsm-poweroff.c26 static int do_msm_restart(struct notifier_block *nb, unsigned long action, argument
/drivers/staging/lustre/include/linux/libcfs/
H A Dlibcfs_workitem.h90 cfs_wi_init(cfs_workitem_t *wi, void *data, cfs_wi_action_t action) argument
97 wi->wi_action = action;
/drivers/cpufreq/
H A Dhighbank-cpufreq.c37 unsigned long action, void *hclk)
42 if (action == PRE_RATE_CHANGE) {
47 } else if (action == POST_RATE_CHANGE) {
36 hb_cpufreq_clk_notify(struct notifier_block *nb, unsigned long action, void *hclk) argument
/drivers/gpu/host1x/
H A Dintr.h60 enum host1x_intr_action action; member in struct:host1x_waitlist
67 * Schedule an action to be taken when a sync point reaches the given threshold.
71 * @action the action to take
72 * @data a pointer to extra data depending on action, see above
79 enum host1x_intr_action action, void *data,
83 * Unreference an action submitted to host1x_intr_add_action().
/drivers/leds/trigger/
H A Dledtrig-cpu.c97 unsigned long action, void *hcpu)
99 switch (action & ~CPU_TASKS_FROZEN) {
96 ledtrig_cpu_notify(struct notifier_block *self, unsigned long action, void *hcpu) argument
/drivers/oprofile/
H A Dtimer_int.c78 unsigned long action, void *hcpu)
82 switch (action) {
77 oprofile_cpu_notify(struct notifier_block *self, unsigned long action, void *hcpu) argument
H A Dnmi_timer_int.c62 static int nmi_timer_cpu_notifier(struct notifier_block *b, unsigned long action, argument
66 switch (action) {
/drivers/acpi/
H A Dprocessor_driver.c118 unsigned long action, void *hcpu)
123 action &= ~CPU_TASKS_FROZEN;
129 if (action == CPU_STARTING || action == CPU_DYING)
135 if (action == CPU_ONLINE) {
152 acpi_processor_reevaluate_tstate(pr, action);
155 } else if (action == CPU_DEAD) {
157 acpi_processor_reevaluate_tstate(pr, action);
117 acpi_cpu_soft_notify(struct notifier_block *nfb, unsigned long action, void *hcpu) argument
/drivers/cpuidle/
H A Dcpuidle-pseries.c172 unsigned long action, void *hcpu)
179 switch (action) {
171 pseries_cpuidle_add_cpu_notifier(struct notifier_block *n, unsigned long action, void *hcpu) argument
/drivers/infiniband/hw/usnic/
H A Dusnic_fwd.h55 struct filter_action action; member in struct:usnic_filter_action
76 struct usnic_filter_action *action);
/drivers/isdn/pcbit/
H A Dedss1.c269 struct fsm_entry *action; local
275 for (action = fsm_table; action->init != 0xff; action++)
276 if (action->init == chan->fsm_state && action->event == event)
279 if (action->init == 0xff) {
292 chan->fsm_state = action->final;
294 pcbit_state_change(dev, chan, action->init, event, action
[all...]
/drivers/net/wireless/iwlwifi/mvm/
H A Dbinding.c78 static int iwl_mvm_binding_cmd(struct iwl_mvm *mvm, u32 action, argument
90 cmd.action = cpu_to_le32(action);
104 IWL_ERR(mvm, "Failed to send binding (action:%d): %d\n",
105 action, ret);
147 u32 action = FW_CTXT_ACTION_MODIFY; local
162 action = FW_CTXT_ACTION_ADD;
164 action = FW_CTXT_ACTION_REMOVE;
176 return iwl_mvm_binding_cmd(mvm, action, &data);
H A Dphy-ctxt.c129 u32 action, u32 apply_time)
135 cmd->action = cpu_to_le32(action);
192 u32 action, u32 apply_time)
198 iwl_mvm_phy_ctxt_cmd_hdr(ctxt, &cmd, action, apply_time);
127 iwl_mvm_phy_ctxt_cmd_hdr(struct iwl_mvm_phy_ctxt *ctxt, struct iwl_phy_context_cmd *cmd, u32 action, u32 apply_time) argument
188 iwl_mvm_phy_ctxt_apply(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt, struct cfg80211_chan_def *chandef, u8 chains_static, u8 chains_dynamic, u32 action, u32 apply_time) argument
/drivers/xen/
H A Dpci.c168 unsigned long action, void *data)
173 switch (action) {
185 action == BUS_NOTIFY_ADD_DEVICE ? "add" :
186 (action == BUS_NOTIFY_DEL_DEVICE ? "delete" : "?"));
167 xen_pci_notifier(struct notifier_block *nb, unsigned long action, void *data) argument

Completed in 4799 milliseconds

1234567891011>>