Searched defs:busy (Results 1 - 16 of 16) sorted by relevance

/arch/arm/mach-spear/
H A Dpl080.c26 unsigned char busy; member in struct:__anon306
38 if (signals[signal].busy &&
45 if (!signals[signal].busy) {
58 signals[signal].busy++;
72 if (!signals[signal].busy)
75 signals[signal].busy--;
/arch/arm/mach-imx/
H A Dclk-busy.c49 struct clk_busy_divider *busy = to_clk_busy_divider(hw); local
51 return busy->div_ops->recalc_rate(&busy->div.hw, parent_rate);
57 struct clk_busy_divider *busy = to_clk_busy_divider(hw); local
59 return busy->div_ops->round_rate(&busy->div.hw, rate, prate);
65 struct clk_busy_divider *busy = to_clk_busy_divider(hw); local
68 ret = busy->div_ops->set_rate(&busy->div.hw, rate, parent_rate);
70 ret = clk_busy_wait(busy
85 struct clk_busy_divider *busy; local
133 struct clk_busy_mux *busy = to_clk_busy_mux(hw); local
140 struct clk_busy_mux *busy = to_clk_busy_mux(hw); local
159 struct clk_busy_mux *busy; local
[all...]
/arch/mips/include/asm/sn/
H A Dlaunch.h69 volatile u64 busy; /* Slave currently active */ member in struct:launch_s
/arch/sh/include/asm/
H A Ddma.h81 atomic_t busy; member in struct:dma_channel
/arch/x86/mm/kmemcheck/
H A Dkmemcheck.c123 bool busy; member in struct:kmemcheck_context
534 if (data->busy) {
540 data->busy = true;
617 data->busy = false;
/arch/mips/include/asm/octeon/
H A Dcvmx-mpi-defs.h245 uint64_t busy:1; member in struct:cvmx_mpi_sts::cvmx_mpi_sts_s
247 uint64_t busy:1;
H A Dcvmx-mixx-defs.h101 uint64_t busy:1; member in struct:cvmx_mixx_ctl::cvmx_mixx_ctl_s
113 uint64_t busy:1;
123 uint64_t busy:1; member in struct:cvmx_mixx_ctl::cvmx_mixx_ctl_cn52xx
135 uint64_t busy:1;
H A Dcvmx-mio-defs.h4720 uint64_t busy:1; member in struct:cvmx_mio_uartx_usr::cvmx_mio_uartx_usr_s
4722 uint64_t busy:1;
5201 uint64_t busy:1; member in struct:cvmx_mio_uart2_usr::cvmx_mio_uart2_usr_s
5203 uint64_t busy:1;
/arch/cris/arch-v10/drivers/
H A Dsync_serial.c116 char busy; /* 1 if port is busy */ member in struct:sync_port
352 port->busy = 0;
460 if (port->busy == 2) {
461 DEBUG(printk(KERN_DEBUG "Device is busy.. \n"));
609 port->busy++;
645 if (port->busy)
646 port->busy--;
647 if (!port->busy)
/arch/cris/include/arch-v32/arch/hwregs/
H A Data_defs.h130 unsigned int busy : 1; member in struct:__anon376
139 unsigned int busy : 1; member in struct:__anon377
H A Ddma_defs.h381 unsigned int busy : 1; member in struct:__anon467
/arch/cris/include/arch-v32/arch/hwregs/iop/
H A Diop_crc_par_defs.h191 unsigned int busy : 1; member in struct:__anon520
/arch/mn10300/kernel/
H A Dgdb-stub.c741 u8 busy; local
743 busy = gdbstub_busy;
766 gdbstub_busy = busy;
/arch/cris/arch-v32/drivers/
H A Dsync_serial.c96 char busy; /* 1 if port is busy */ member in struct:sync_port
451 if (port->busy == 2)
453 DEBUG(printk(KERN_DEBUG "Device is busy.. \n"));
586 port->busy++;
604 if (port->busy)
605 port->busy--;
606 if (!port->busy)
/arch/cris/include/arch-v32/mach-a3/mach/hwregs/
H A Dpio_defs.h318 unsigned int busy : 1; member in struct:__anon1226
/arch/x86/include/asm/uv/
H A Duv_bau.h41 /* the 'throttle' to prevent the hardware stay-busy bug */
520 unsigned long s_busy; /* status stayed busy past
526 unsigned long s_uv2_wars; /* uv2 workaround, perm. busy */
611 short busy; /* all were busy (war) */ member in struct:bau_control

Completed in 406 milliseconds