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

12345

/arch/arm/mach-msm/
H A Dclock.c22 int clk_reset(struct clk *clk, enum clk_reset_action action) argument
26 return m->reset(hw, action);
H A Dclock-pcom.c56 static int pc_clk_reset(struct clk_hw *hw, enum clk_reset_action action) argument
61 if (action == CLK_RESET_ASSERT)
/arch/mips/cavium-octeon/
H A Dcpu.c21 static int cnmips_cu2_call(struct notifier_block *nfb, unsigned long action, argument
27 switch (action) {
/arch/mips/loongson/loongson-3/
H A Dcop2-ex.c22 static int loongson_cu2_call(struct notifier_block *nfb, unsigned long action, argument
28 switch (action) {
/arch/mips/kernel/
H A Dsmp-gic.c21 void gic_send_ipi_single(int cpu, unsigned int action) argument
27 pr_debug("CPU%d: %s cpu %d action %u status %08x\n",
28 smp_processor_id(), __func__, cpu, action, read_c0_status());
32 switch (action) {
58 void gic_send_ipi_mask(const struct cpumask *mask, unsigned int action) argument
63 gic_send_ipi_single(i, action);
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
H A Dcevt-bcm1480.c116 struct irqaction *action = &per_cpu(sibyte_hpt_irqaction, cpu); local
147 action->handler = sibyte_counter_handler;
148 action->flags = IRQF_PERCPU | IRQF_TIMER;
149 action->name = name;
150 action->dev_id = cd;
153 setup_irq(irq, action);
H A Dcevt-sb1250.c114 struct irqaction *action = &per_cpu(sibyte_hpt_irqaction, cpu); local
146 action->handler = sibyte_counter_handler;
147 action->flags = IRQF_PERCPU | IRQF_TIMER;
148 action->name = name;
149 action->dev_id = cd;
152 setup_irq(irq, action);
/arch/arm/mach-shmobile/
H A Dplatsmp-scu.c21 unsigned long action, void *hcpu)
25 switch (action) {
20 shmobile_smp_scu_notifier_call(struct notifier_block *nfb, unsigned long action, void *hcpu) argument
/arch/mips/netlogic/xlp/
H A Dcop2-ex.c89 static int nlm_cu2_call(struct notifier_block *nfb, unsigned long action, argument
95 switch (action) {
/arch/mips/pmcs-msp71xx/
H A Dmsp_smp.c64 void __init arch_init_ipiirq(int irq, struct irqaction *action) argument
66 setup_irq(irq, action);
/arch/powerpc/kernel/
H A Ddma-swiotlb.c78 unsigned long action, void *data)
84 if (action != BUS_NOTIFY_ADD_DEVICE)
77 ppc_swiotlb_bus_notify(struct notifier_block *nb, unsigned long action, void *data) argument
/arch/x86/kernel/
H A Dtopology.c60 int __ref _debug_hotplug_cpu(int cpu, int action) argument
70 switch (action) {
/arch/mips/jazz/
H A Dirq.c144 struct irqaction *action = &r4030_timer_irqaction; local
151 action->dev_id = cd;
152 setup_irq(JAZZ_TIMER_IRQ, action);
/arch/mips/netlogic/xlr/
H A Dfmn.c58 void (*action)(int, int, int, int, struct nlm_fmn_msg *, void *); member in struct:fmn_message_handler
96 if (hndlr->action == NULL)
101 hndlr->action(bucket, src_stnid, size, code,
176 * @action: Handler function pointer
179 void (*action)(int, int, int, int, struct nlm_fmn_msg *, void *),
187 msg_handlers[sstnid].action = action;
178 nlm_register_fmn_handler(int start_stnid, int end_stnid, void (*action)(int, int, int, int, struct nlm_fmn_msg *, void *), void *arg) argument
/arch/mips/paravirt/
H A Dparavirt-smp.c69 static void paravirt_send_ipi_single(int cpu, unsigned int action) argument
71 irq_mbox_ipi(cpu, action);
74 static void paravirt_send_ipi_mask(const struct cpumask *mask, unsigned int action) argument
79 paravirt_send_ipi_single(cpu, action);
/arch/mips/sibyte/bcm1480/
H A Dsmp.c81 static void bcm1480_send_ipi_single(int cpu, unsigned int action) argument
83 __raw_writeq((((u64)action)<< 48), mailbox_0_set_regs[cpu]);
87 unsigned int action)
92 bcm1480_send_ipi_single(i, action);
175 unsigned int action; local
179 action = (__raw_readq(mailbox_0_regs[cpu]) >> 48) & 0xffff;
182 __raw_writeq(((u64)action)<<48, mailbox_0_clear_regs[cpu]);
184 if (action & SMP_RESCHEDULE_YOURSELF)
187 if (action & SMP_CALL_FUNCTION)
86 bcm1480_send_ipi_mask(const struct cpumask *mask, unsigned int action) argument
/arch/mips/sibyte/sb1250/
H A Dsmp.c69 static void sb1250_send_ipi_single(int cpu, unsigned int action) argument
71 __raw_writeq((((u64)action) << 48), mailbox_set_regs[cpu]);
75 unsigned int action)
80 sb1250_send_ipi_single(i, action);
163 unsigned int action; local
167 action = (____raw_readq(mailbox_regs[cpu]) >> 48) & 0xffff;
170 ____raw_writeq(((u64)action) << 48, mailbox_clear_regs[cpu]);
172 if (action & SMP_RESCHEDULE_YOURSELF)
175 if (action & SMP_CALL_FUNCTION)
74 sb1250_send_ipi_mask(const struct cpumask *mask, unsigned int action) argument
/arch/mips/sni/
H A Dtime.c82 struct irqaction *action = &a20r_irqaction; local
87 action->dev_id = cd;
/arch/mn10300/kernel/
H A Dcevt-mn10300.c74 struct irqaction *action)
77 setup_irq(irq, action);
73 setup_jiffies_interrupt(int irq, struct irqaction *action) argument
/arch/powerpc/platforms/cell/
H A Dbeat_iommu.c89 unsigned long action, void *data)
94 if (action != BUS_NOTIFY_ADD_DEVICE)
88 celleb_of_bus_notify(struct notifier_block *nb, unsigned long action, void *data) argument
/arch/x86/power/
H A Dcpu.c265 static int bsp_pm_callback(struct notifier_block *nb, unsigned long action, argument
270 switch (action) {
/arch/arm/kernel/
H A Dperf_event_cpu.c200 static int cpu_pmu_notify(struct notifier_block *b, unsigned long action, argument
203 if ((action & ~CPU_TASKS_FROZEN) != CPU_STARTING)
/arch/arm/xen/
H A Dmm32.c38 unsigned long action, void *hcpu)
41 switch (action) {
37 xen_mm32_cpu_notify(struct notifier_block *self, unsigned long action, void *hcpu) argument
/arch/ia64/sn/pci/pcibr/
H A Dpcibr_provider.c46 sal_pcibr_slot_disable(struct pcibus_info *soft, int device, int action, argument
59 segment, busnum, (u64) device, (u64) action,

Completed in 664 milliseconds

12345