| /kernel/linux/linux-5.10/drivers/cpuidle/ |
| D | coupled.c | 36 * WFI state until all cpus are ready to enter a coupled state, at 40 * Once all cpus are ready to enter idle, they are woken by an smp 45 * each cpu will increment the ready counter, and continue once the 46 * ready counter matches the number of online coupled cpus. If any 51 * is ready for. It is assumed that the states are indexed from 56 * and only read after all the cpus are ready for the coupled idle 62 * the waiting loop, in the ready loop, or in the coupled idle state. 63 * ready_count tracks the number of cpus that are in the ready loop 91 * @ready_waiting_counts: combined count of cpus in ready or waiting loops 126 * once to minimize entering the ready loop with a poke pending, which would [all …]
|
| /kernel/linux/linux-4.19/drivers/cpuidle/ |
| D | coupled.c | 45 * WFI state until all cpus are ready to enter a coupled state, at 49 * Once all cpus are ready to enter idle, they are woken by an smp 54 * each cpu will increment the ready counter, and continue once the 55 * ready counter matches the number of online coupled cpus. If any 60 * is ready for. It is assumed that the states are indexed from 65 * and only read after all the cpus are ready for the coupled idle 71 * the waiting loop, in the ready loop, or in the coupled idle state. 72 * ready_count tracks the number of cpus that are in the ready loop 100 * @ready_waiting_counts: combined count of cpus in ready or waiting loops 134 * once to minimize entering the ready loop with a poke pending, which would [all …]
|
| /kernel/linux/linux-4.19/include/media/ |
| D | v4l2-mem2mem.h | 54 * struct v4l2_m2m_queue_ctx - represents a queue for buffers ready to be 60 * @num_rdy: number of buffers ready to be processed 63 * Queue for buffers ready to be processed as soon as this 140 * v4l2_m2m_try_schedule() - check whether an instance is ready to be added to 156 * return 1 if the instance is ready. 389 * v4l2_m2m_buf_queue() - add a buffer to the proper ready buffers list. 400 * v4l2_m2m_num_src_bufs_ready() - return the number of source buffers ready for 413 * ready for use 424 * v4l2_m2m_next_buf() - return next buffer from the list of ready buffers 431 * v4l2_m2m_next_src_buf() - return next source buffer from the list of ready [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ipa/ |
| D | ipa_qmi.c | 24 * both sides know when everything is ready to begin operating. The AP 30 * are ready. 36 * contains a success result, the AP knows the modem IPA driver is ready. 41 * microcontroller is ready. The AP may assume the microcontroller is 42 * ready and remain so (even if the modem reboots) once it has received 55 * modem supplies a success response when it is ready to operate. 58 * - When the modem is ready to receive an INIT_COMPLETE indication from 60 * - On the initial modem boot, everything is ready when: 65 * - On subsequent modem boots, everything is ready when: 70 * determination of when things are "ready" [all …]
|
| /kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/ |
| D | pvrusb2-io.h | 16 pvr2_buffer_state_idle = 1, // Buffer is ready to be used again 50 /* Get a pointer to a buffer that is either idle, ready, or is specified 56 /* Find out how many buffers are idle or ready */ 60 /* Kill all pending buffers and throw away any ready buffers as well */ 66 /* Find out size of data in the given ready buffer */ 69 /* Retrieve completion code for given ready buffer */
|
| /kernel/linux/linux-5.10/drivers/ide/ |
| D | ide-cd_verbose.c | 21 /* Suppress printing unit attention and `in progress of becoming ready' in ide_cd_log_error() 40 { GPCMD_TEST_UNIT_READY, "Test Unit Ready" }, 96 "Not ready", 141 { 0x020400, "Logical unit not ready - cause not reportable" }, 143 { 0x020401, "Logical unit not ready" 144 " - in progress [sic] of becoming ready" }, 145 { 0x020402, "Logical unit not ready - initializing command required" }, 146 { 0x020403, "Logical unit not ready - manual intervention required" }, 147 { 0x020404, "Logical unit not ready - format in progress" }, 148 { 0x020407, "Logical unit not ready - operation in progress" }, [all …]
|
| /kernel/linux/linux-4.19/drivers/ide/ |
| D | ide-cd_verbose.c | 21 /* Suppress printing unit attention and `in progress of becoming ready' in ide_cd_log_error() 40 { GPCMD_TEST_UNIT_READY, "Test Unit Ready" }, 96 "Not ready", 141 { 0x020400, "Logical unit not ready - cause not reportable" }, 143 { 0x020401, "Logical unit not ready" 144 " - in progress [sic] of becoming ready" }, 145 { 0x020402, "Logical unit not ready - initializing command required" }, 146 { 0x020403, "Logical unit not ready - manual intervention required" }, 147 { 0x020404, "Logical unit not ready - format in progress" }, 148 { 0x020407, "Logical unit not ready - operation in progress" }, [all …]
|
| /kernel/linux/linux-4.19/drivers/media/usb/pvrusb2/ |
| D | pvrusb2-io.h | 26 pvr2_buffer_state_idle = 1, // Buffer is ready to be used again 60 /* Get a pointer to a buffer that is either idle, ready, or is specified 66 /* Find out how many buffers are idle or ready */ 70 /* Kill all pending buffers and throw away any ready buffers as well */ 76 /* Find out size of data in the given ready buffer */ 79 /* Retrieve completion code for given ready buffer */
|
| /kernel/linux/linux-4.19/drivers/pcmcia/ |
| D | pxa2xx_colibri.c | 39 READY = 1, enumerator 49 { 0, GPIOF_IN, "PCMCIA Ready" }, 65 skt->socket.pci_irq = gpio_to_irq(colibri_pcmcia_gpios[READY].gpio); in colibri_pcmcia_hw_init() 84 state->ready = !!gpio_get_value(colibri_pcmcia_gpios[READY].gpio); in colibri_pcmcia_socket_state() 135 colibri_pcmcia_gpios[READY].gpio = COLIBRI270_READY_GPIO; in colibri_pcmcia_init() 143 colibri_pcmcia_gpios[READY].gpio = COLIBRI320_READY_GPIO; in colibri_pcmcia_init()
|
| /kernel/linux/linux-5.10/drivers/pcmcia/ |
| D | pxa2xx_colibri.c | 35 READY = 1, enumerator 45 { 0, GPIOF_IN, "PCMCIA Ready" }, 61 skt->socket.pci_irq = gpio_to_irq(colibri_pcmcia_gpios[READY].gpio); in colibri_pcmcia_hw_init() 80 state->ready = !!gpio_get_value(colibri_pcmcia_gpios[READY].gpio); in colibri_pcmcia_socket_state() 131 colibri_pcmcia_gpios[READY].gpio = COLIBRI270_READY_GPIO; in colibri_pcmcia_init() 139 colibri_pcmcia_gpios[READY].gpio = COLIBRI320_READY_GPIO; in colibri_pcmcia_init()
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/i915/selftests/ |
| D | intel_breadcrumbs.c | 265 atomic_t *ready, *set, *done; member 276 DEFINE_WAIT(ready); in wait_for_ready() 286 prepare_to_wait(w->wq, &ready, TASK_INTERRUPTIBLE); in wait_for_ready() 287 if (atomic_read(w->ready) == 0) in wait_for_ready() 292 finish_wait(w->wq, &ready); in wait_for_ready() 330 static void igt_wake_all_sync(atomic_t *ready, in igt_wake_all_sync() argument 337 atomic_set(ready, 0); in igt_wake_all_sync() 341 atomic_set(ready, count); in igt_wake_all_sync() 353 atomic_t ready, set, done; in igt_wakeup() local 366 atomic_set(&ready, count); in igt_wakeup() [all …]
|
| /kernel/liteos_m/targets/riscv_nuclei_gd32vf103_soc_gcc/SoC/gd32vf103/Common/Source/Drivers/ |
| D | gd32vf103_fmc.c | 99 /* wait for the FMC ready */ in fmc_page_erase() 123 /* wait for the FMC ready */ in fmc_mass_erase() 148 /* wait for the FMC ready */ in fmc_word_program() 172 /* wait for the FMC ready */ in fmc_halfword_program() 236 /* wait for the FMC ready */ in ob_erase() 246 /* wait for the FMC ready */ in ob_erase() 294 /* wait for the FMC ready */ in ob_write_protection_enable() 300 /* wait for the FMC ready */ in ob_write_protection_enable() 306 /* wait for the FMC ready */ in ob_write_protection_enable() 312 /* wait for the FMC ready */ in ob_write_protection_enable() [all …]
|
| /kernel/linux/linux-5.10/include/media/ |
| D | v4l2-mem2mem.h | 52 * struct v4l2_m2m_queue_ctx - represents a queue for buffers ready to be 58 * @num_rdy: number of buffers ready to be processed 61 * Queue for buffers ready to be processed as soon as this 154 * v4l2_m2m_try_schedule() - check whether an instance is ready to be added to 170 * return 1 if the instance is ready. 207 * This function removes the source buffer from the ready list and returns 209 * it is marked 'held'. In that case the buffer is kept on the ready list. 572 * v4l2_m2m_buf_queue() - add a buffer to the proper ready buffers list. 583 * v4l2_m2m_num_src_bufs_ready() - return the number of source buffers ready for 596 * ready for use [all …]
|
| /kernel/linux/linux-4.19/drivers/scsi/ |
| D | sense_codes.h | 41 SENSE_CODE(0x0400, "Logical unit not ready, cause not reportable") 42 SENSE_CODE(0x0401, "Logical unit is in process of becoming ready") 43 SENSE_CODE(0x0402, "Logical unit not ready, initializing command required") 44 SENSE_CODE(0x0403, "Logical unit not ready, manual intervention required") 45 SENSE_CODE(0x0404, "Logical unit not ready, format in progress") 46 SENSE_CODE(0x0405, "Logical unit not ready, rebuild in progress") 47 SENSE_CODE(0x0406, "Logical unit not ready, recalculation in progress") 48 SENSE_CODE(0x0407, "Logical unit not ready, operation in progress") 49 SENSE_CODE(0x0408, "Logical unit not ready, long write in progress") 50 SENSE_CODE(0x0409, "Logical unit not ready, self-test in progress") [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/ |
| D | sense_codes.h | 42 SENSE_CODE(0x0400, "Logical unit not ready, cause not reportable") 43 SENSE_CODE(0x0401, "Logical unit is in process of becoming ready") 44 SENSE_CODE(0x0402, "Logical unit not ready, initializing command required") 45 SENSE_CODE(0x0403, "Logical unit not ready, manual intervention required") 46 SENSE_CODE(0x0404, "Logical unit not ready, format in progress") 47 SENSE_CODE(0x0405, "Logical unit not ready, rebuild in progress") 48 SENSE_CODE(0x0406, "Logical unit not ready, recalculation in progress") 49 SENSE_CODE(0x0407, "Logical unit not ready, operation in progress") 50 SENSE_CODE(0x0408, "Logical unit not ready, long write in progress") 51 SENSE_CODE(0x0409, "Logical unit not ready, self-test in progress") [all …]
|
| /kernel/linux/linux-5.10/arch/sparc/boot/ |
| D | Makefile | 27 @echo ' kernel: $@ is ready' 31 @echo ' kernel: $@ is ready' 36 @echo ' kernel: $@ is ready' 62 @echo ' Image $@ is ready' 68 @echo ' kernel: $@ is ready'
|
| /kernel/linux/linux-4.19/arch/sparc/boot/ |
| D | Makefile | 27 @echo ' kernel: $@ is ready' 31 @echo ' kernel: $@ is ready' 36 @echo ' kernel: $@ is ready' 62 @echo ' Image $@ is ready' 68 @echo ' kernel: $@ is ready'
|
| /kernel/linux/linux-5.10/drivers/xen/events/ |
| D | events_fifo.c | 277 unsigned priority, unsigned long *ready) in consume_one_event() argument 304 * copy of the ready word. in consume_one_event() 307 clear_bit(priority, ready); in consume_one_event() 323 unsigned long ready; in __evtchn_fifo_handle_events() local 328 ready = xchg(&control_block->ready, 0); in __evtchn_fifo_handle_events() 330 while (ready) { in __evtchn_fifo_handle_events() 331 q = find_first_bit(&ready, EVTCHN_FIFO_MAX_QUEUES); in __evtchn_fifo_handle_events() 332 consume_one_event(cpu, ctrl, control_block, q, &ready); in __evtchn_fifo_handle_events() 333 ready |= xchg(&control_block->ready, 0); in __evtchn_fifo_handle_events()
|
| /kernel/linux/linux-4.19/drivers/xen/events/ |
| D | events_fifo.c | 280 unsigned priority, unsigned long *ready) in consume_one_event() argument 307 * copy of the ready word. in consume_one_event() 310 clear_bit(priority, ready); in consume_one_event() 326 unsigned long ready; in __evtchn_fifo_handle_events() local 331 ready = xchg(&control_block->ready, 0); in __evtchn_fifo_handle_events() 333 while (ready) { in __evtchn_fifo_handle_events() 334 q = find_first_bit(&ready, EVTCHN_FIFO_MAX_QUEUES); in __evtchn_fifo_handle_events() 335 consume_one_event(cpu, ctrl, control_block, q, &ready); in __evtchn_fifo_handle_events() 336 ready |= xchg(&control_block->ready, 0); in __evtchn_fifo_handle_events()
|
| /kernel/linux/linux-5.10/drivers/scsi/isci/ |
| D | port.h | 83 * @ready_exit: several states constitute 'ready'. When exiting ready we 85 * skipped when exiting to another 'ready' state. 154 * This state is entered from the READY state. 155 * @SCI_PORT_READY: port is now ready. Thus, the user is able to 158 * @SCI_PORT_SUB_WAITING: port is started and ready but has no active 160 * @SCI_PORT_SUB_OPERATIONAL: port is started and ready and there is at 169 * from the READY state.
|
| /kernel/linux/linux-4.19/drivers/scsi/isci/ |
| D | port.h | 83 * @ready_exit: several states constitute 'ready'. When exiting ready we 85 * skipped when exiting to another 'ready' state. 154 * This state is entered from the READY state. 155 * @SCI_PORT_READY: port is now ready. Thus, the user is able to 158 * @SCI_PORT_SUB_WAITING: port is started and ready but has no active 160 * @SCI_PORT_SUB_OPERATIONAL: port is started and ready and there is at 169 * from the READY state.
|
| /kernel/linux/linux-4.19/Documentation/hwmon/ |
| D | abituguru-datasheet | 80 uGuru ready 84 in "ready" mode. 86 To put the uGuru in ready mode first write 0x00 to DATA and then wait for DATA 93 After reading CMD, DATA should hold 0x08 which means that the uGuru is ready 102 First the uGuru must be in "ready" mode as described above, DATA should hold 106 wait for to DATA to hold 0x08 again indicating that it wants / is ready for 117 which indicates that the uGuru is ready to be read (max 250 reads) and once 125 ready mode, so that it is ready for the next read / write cycle. This way 136 which indicates that the uGuru is ready to be written (max 250 reads) and 145 ready mode, so that it is ready for the next read / write cycle. This way
|
| /kernel/linux/linux-5.10/sound/soc/txx9/ |
| D | txx9aclc-ac97.c | 100 u32 ready = ACINT_CODECRDY(ac97->num) | ACINT_REGACCRDY; in txx9aclc_ac97_cold_reset() local 105 /* wait for primary codec ready status */ in txx9aclc_ac97_cold_reset() 106 __raw_writel(ready, base + ACINTEN); in txx9aclc_ac97_cold_reset() 108 (__raw_readl(base + ACINTSTS) & ready) == ready, in txx9aclc_ac97_cold_reset() 110 dev_err(&ac97->dev, "primary codec is not ready " in txx9aclc_ac97_cold_reset() 115 __raw_writel(ready, base + ACINTDIS); in txx9aclc_ac97_cold_reset()
|
| /kernel/linux/linux-4.19/sound/soc/txx9/ |
| D | txx9aclc-ac97.c | 102 u32 ready = ACINT_CODECRDY(ac97->num) | ACINT_REGACCRDY; in txx9aclc_ac97_cold_reset() local 108 /* wait for primary codec ready status */ in txx9aclc_ac97_cold_reset() 109 __raw_writel(ready, base + ACINTEN); in txx9aclc_ac97_cold_reset() 111 (__raw_readl(base + ACINTSTS) & ready) == ready, in txx9aclc_ac97_cold_reset() 113 dev_err(&ac97->dev, "primary codec is not ready " in txx9aclc_ac97_cold_reset() 118 __raw_writel(ready, base + ACINTDIS); in txx9aclc_ac97_cold_reset()
|
| /kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/ |
| D | if_spi.h | 87 /* Host Interrupt Control bit : WLAN ready */ 137 /* Host Interrupt Status bit : Tx download ready */ 139 /* Host Interrupt Status bit : Rx upload ready */ 141 /* Host Interrupt Status bit : Command download ready */ 145 /* Host Interrupt Status bit : Command upload ready */ 161 /* Host Interrupt Status Mask bit : Tx download ready */ 163 /* Host Interrupt Status Mask bit : Rx upload ready */ 165 /* Host Interrupt Status Mask bit : Command download ready */ 169 /* Host Interrupt Status Mask bit : Command upload ready */
|