Searched refs:action (Results 1 - 25 of 1417) sorted by path

1234567891011>>

/linux-master/arch/m68k/ifpsp060/
H A Diskeleton.S126 | no action associated with the "chk" exception. If tracing is enabled,
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S16685 # For the IEEE aware tests, action is only taken if the result is false.#
/linux-master/arch/mips/cavium-octeon/
H A Dcpu.c23 static int cnmips_cu2_call(struct notifier_block *nfb, unsigned long action, argument
29 switch (action) {
/linux-master/arch/mips/dec/
H A Decc-berr.c63 int action = MIPS_BE_FATAL; local
74 return action;
97 action = MIPS_BE_FIXUP;
150 action = MIPS_BE_DISCARD;
183 if (action != MIPS_BE_FIXUP)
187 if (action != MIPS_BE_FIXUP && erraddr & KN0X_EAR_ECCERR)
190 return action;
202 int action = dec_ecc_be_backend(regs, 0, 1); local
204 if (action == MIPS_BE_DISCARD)
H A Dkn01-berr.c85 int action = MIPS_BE_FATAL; local
134 action = MIPS_BE_FIXUP;
136 if (action != MIPS_BE_FIXUP)
140 return action;
152 int action; local
157 action = dec_kn01_be_backend(regs, 0, 1);
159 if (action == MIPS_BE_DISCARD)
H A Dkn02xa-berr.c58 int action = MIPS_BE_FATAL; local
80 action = MIPS_BE_FIXUP;
82 if (action != MIPS_BE_FIXUP)
86 if (action != MIPS_BE_FIXUP && address < 0x10000000)
95 return action;
106 int action = dec_kn02xa_be_backend(regs, 0, 1); local
108 if (action == MIPS_BE_DISCARD)
/linux-master/arch/mips/include/asm/
H A Dcmp.h17 extern void cmp_send_ipi(int cpu, unsigned int action);
/linux-master/arch/mips/kernel/
H A Dsmp-up.c16 static void up_send_ipi_single(int cpu, unsigned int action) argument
22 unsigned int action)
21 up_send_ipi_mask(const struct cpumask *mask, unsigned int action) argument
/linux-master/arch/mips/sibyte/bcm1480/
H A Dsmp.c67 static void bcm1480_send_ipi_single(int cpu, unsigned int action) argument
69 __raw_writeq((((u64)action)<< 48), mailbox_0_set_regs[cpu]);
73 unsigned int action)
78 bcm1480_send_ipi_single(i, action);
162 unsigned int action; local
166 action = (__raw_readq(mailbox_0_regs[cpu]) >> 48) & 0xffff;
169 __raw_writeq(((u64)action)<<48, mailbox_0_clear_regs[cpu]);
171 if (action & SMP_RESCHEDULE_YOURSELF)
174 if (action & SMP_CALL_FUNCTION) {
72 bcm1480_send_ipi_mask(const struct cpumask *mask, unsigned int action) argument
/linux-master/arch/mips/sibyte/sb1250/
H A Dsmp.c56 static void sb1250_send_ipi_single(int cpu, unsigned int action) argument
58 __raw_writeq((((u64)action) << 48), mailbox_set_regs[cpu]);
62 unsigned int action)
67 sb1250_send_ipi_single(i, action);
151 unsigned int action; local
155 action = (____raw_readq(mailbox_regs[cpu]) >> 48) & 0xffff;
158 ____raw_writeq(((u64)action) << 48, mailbox_clear_regs[cpu]);
160 if (action & SMP_RESCHEDULE_YOURSELF)
163 if (action & SMP_CALL_FUNCTION) {
61 sb1250_send_ipi_mask(const struct cpumask *mask, unsigned int action) argument
/linux-master/arch/sparc/include/uapi/asm/
H A Doradax.h25 __u16 action; /* action taken to kill ccb */ member in struct:ccb_kill_result
/linux-master/drivers/acpi/acpica/
H A Dutmisc.c148 * action - Increment/Decrement
159 u16 action,
172 state = acpi_ut_create_update_state(object, action);
158 acpi_ut_create_update_state_and_push(union acpi_operand_object *object, u16 action, union acpi_generic_state **state_list) argument
H A Dutstate.c146 * action - Update action to be performed
157 *object, u16 action)
174 state->update.value = action;
183 * action - Update action to be performed
156 acpi_ut_create_update_state(union acpi_operand_object *object, u16 action) argument
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Datombios_encoders.h48 int action, int panel_mode);
50 amdgpu_atombios_encoder_setup_dig_transmitter(struct drm_encoder *encoder, int action,
54 int action);
/linux-master/drivers/gpu/drm/amd/display/dc/bios/
H A Dcommand_table.h91 enum bp_pipe_control_action action);
H A Dcommand_table_helper_struct.h37 enum bp_encoder_control_action action);
60 enum bp_pipe_control_action action);
/linux-master/drivers/gpu/drm/amd/display/dc/bios/dce80/
H A Dcommand_table_helper_dce80.c36 static uint8_t encoder_action_to_atom(enum bp_encoder_control_action action) argument
40 switch (action) {
54 BREAK_TO_DEBUGGER(); /* Unhandle action in driver.!! */
307 enum bp_pipe_control_action action)
311 switch (action) {
322 BREAK_TO_DEBUGGER(); /* Unhandle action in driver! */
306 disp_power_gating_action_to_atom( enum bp_pipe_control_action action) argument
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddm_event_log.h34 #define EVENT_LOG_AUX_REQ(ddc, type, action, address, len, data)
/linux-master/drivers/hid/
H A Dhid-roccat-arvo.h65 uint8_t action; member in struct:arvo_roccat_report
/linux-master/drivers/input/misc/
H A Drave-sp-pwrbutton.c23 unsigned long action, void *data)
27 const u8 event = rave_sp_action_unpack_event(action);
28 const u8 value = rave_sp_action_unpack_value(action);
22 rave_sp_power_button_event(struct notifier_block *nb, unsigned long action, void *data) argument
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.h23 u16 action; member in struct:vmci_dbell_notify_resource_info
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_pf.h70 u8 action; member in struct:fm10k_mac_update
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfs_tracepoint.h188 __field(u32, action)
206 __entry->action = fte->action.action;
242 TP_printk("op=%s fte=%p fg=%p index=%u group_index=%u action=<%s> flow_tag=%x %s\n",
245 __entry->group_index, __print_flags(__entry->action, "|",
/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_arm.h165 #define NFP_ARM_GCSR_EXPL2_CSR(target, action, length, \
168 NFP_ARM_GCSR_EXPL2_BAR_ACT(action) | \
191 #define NFP_ARM_GCSR_EXPA_CSR(mode, target, token, is_64, action, address) \
198 NFP_ARM_GCSR_EXPA_BAR_ACT(action) | \
H A Dnfp_nffw.h75 u8 action, u8 token, u64 off, void *buf, size_t len);
79 u8 action, u8 token, u64 off, u32 *value);
83 u8 action, u8 token, u64 off, u64 *value);
87 u8 action, u8 token, u64 off, void *buf, size_t len);
91 u8 action, u8 token, u64 off, u32 value);
95 u8 action, u8 token, u64 off, u64 value);

Completed in 477 milliseconds

1234567891011>>