| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_enc_ref.cpp | 191 RK_S32 ready = 1; in mpp_enc_ref_cfg_check() local 208 ready = 0; in mpp_enc_ref_cfg_check() 214 ready = 0; in mpp_enc_ref_cfg_check() 229 ready = 0; in mpp_enc_ref_cfg_check() 236 ready = 0; in mpp_enc_ref_cfg_check() 240 if (!ready) in mpp_enc_ref_cfg_check() 249 if (ready && st_cfg_cnt) { in mpp_enc_ref_cfg_check() 262 ready = 0; in mpp_enc_ref_cfg_check() 269 ready = 0; in mpp_enc_ref_cfg_check() 283 ready = 0; in mpp_enc_ref_cfg_check() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | davinci_i2c.h | 35 #define I2C_IE_XRDY_IE (1 << 4) /* Transmit data ready interrupt enable */ 36 #define I2C_IE_RRDY_IE (1 << 3) /* Receive data ready interrupt enable */ 37 #define I2C_IE_ARDY_IE (1 << 2) /* Register access ready interrupt enable */ 48 #define I2C_STAT_XRDY (1 << 4) /* Transmit data ready */ 49 #define I2C_STAT_RRDY (1 << 3) /* Receive data ready */ 50 #define I2C_STAT_ARDY (1 << 2) /* Register access ready */ 60 #define I2C_INTCODE_ARDY 3 /* Register access ready */ 61 #define I2C_INTCODE_RRDY 4 /* Rcv data ready */ 62 #define I2C_INTCODE_XRDY 5 /* Xmit data ready */
|
| H A D | omap24xx_i2c.h | 14 #define I2C_IE_XRDY_IE (1 << 4) /* Transmit data ready interrupt enable */ 15 #define I2C_IE_RRDY_IE (1 << 3) /* Receive data ready interrupt enable */ 16 #define I2C_IE_ARDY_IE (1 << 2) /* Register access ready interrupt enable */ 28 #define I2C_STAT_XRDY (1 << 4) /* Transmit data ready */ 29 #define I2C_STAT_RRDY (1 << 3) /* Receive data ready */ 30 #define I2C_STAT_ARDY (1 << 2) /* Register access ready */ 40 #define I2C_INTCODE_ARDY 3 /* Register access ready */ 41 #define I2C_INTCODE_RRDY 4 /* Rcv data ready */ 42 #define I2C_INTCODE_XRDY 5 /* Xmit data ready */
|
| /OK3568_Linux_fs/kernel/drivers/cpuidle/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ipa/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/ |
| H A 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 */
|
| /OK3568_Linux_fs/kernel/drivers/pcmcia/ |
| H A 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()
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | uclass.h | 144 * The device is probed to activate it ready for use. 158 * The device is probed to activate it ready for use. 175 * The device is probed to activate it ready for use. 190 * The device is probed to activate it ready for use. 206 * The device is probed to activate it ready for use. 221 * The device is probed to activate it ready for use. 237 * The device is probed to activate it ready for use. 256 * The device is probed to activate it ready for use. 269 * The device returned is probed if necessary, and ready for use 285 * The device returned is probed if necessary, and ready for use [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1.1/ |
| H A D | libx86-mmap-offset.patch | 8 if (context.ready) 53 int ready; 67 if (mem_info.ready) 87 mem_info.ready = 1; 95 if (mem_info.ready) { 98 mem_info.ready = 0; 108 if (!mem_info.ready) 117 if (!mem_info.ready)
|
| /OK3568_Linux_fs/kernel/drivers/xen/events/ |
| H A 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()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/server/ |
| H A D | process.py | 119 ready = [] 146 ready = select.select(fds,[],[],0)[0] 152 elif not self.timeout and not ready: 158 if self.sock in ready: 162 serverlog("Queuing %s (%s)" % (str(ready), str(newconnections))) 165 serverlog("Accepting %s (%s)" % (str(ready), str(newconnections))) 168 if self.controllersock in ready: 206 if self.command_channel in ready: 211 ready = [] 226 if self.xmlrpc in ready: [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/gpu/arm/bifrost/gpu/ |
| H A D | mali_kbase_gpu_regmap.h | 42 #define SHADER_READY_LO 0x140 /* (RO) Shader core ready bitmap, low word */ 43 #define SHADER_READY_HI 0x144 /* (RO) Shader core ready bitmap, high word */ 45 #define TILER_READY_LO 0x150 /* (RO) Tiler core ready bitmap, low word */ 46 #define TILER_READY_HI 0x154 /* (RO) Tiler core ready bitmap, high word */ 48 #define L2_READY_LO 0x160 /* (RO) Level 2 cache ready bitmap, low word */ 49 #define L2_READY_HI 0x164 /* (RO) Level 2 cache ready bitmap, high word */
|
| /OK3568_Linux_fs/kernel/drivers/scsi/isci/ |
| H A 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.
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas/ |
| H A 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 */
|
| /OK3568_Linux_fs/kernel/arch/sparc/boot/ |
| H A 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'
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/ |
| H A D | 0005-bin-Fix-race-conditions-in-tests.patch | 244 - pop_state_changed (bus, 2); /* pop remaining ready => paused messages off the bus */ 245 + pop_state_changed (bus, 2, &had_latency); /* pop remaining ready => paused messages off the … 255 fail_if (ret != GST_STATE_CHANGE_SUCCESS, "State change to READY failed"); 259 - pop_state_changed (bus, 4); /* pop paused => ready messages off the bus */ 261 + pop_state_changed (bus, 4, &had_latency); /* pop paused => ready messages off the bus */ 277 - pop_state_changed (bus, 2); /* pop remaining ready => paused messages off the bus */ 278 + pop_state_changed (bus, 2, &had_latency); /* pop remaining ready => paused messages off the … 288 fail_if (ret != GST_STATE_CHANGE_SUCCESS, "State change to READY failed"); 292 - pop_state_changed (bus, 4); /* pop paused => ready messages off the bus */ 294 + pop_state_changed (bus, 4, &had_latency); /* pop paused => ready messages off the bus */
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | abituguru-datasheet.rst | 81 uGuru ready 85 in "ready" mode. 87 To put the uGuru in ready mode first write 0x00 to DATA and then wait for DATA 94 After reading CMD, DATA should hold 0x08 which means that the uGuru is ready 103 First the uGuru must be in "ready" mode as described above, DATA should hold 107 wait for to DATA to hold 0x08 again indicating that it wants / is ready for 118 which indicates that the uGuru is ready to be read (max 250 reads) and once 126 ready mode, so that it is ready for the next read / write cycle. This way 137 which indicates that the uGuru is ready to be written (max 250 reads) and 146 ready mode, so that it is ready for the next read / write cycle. This way
|
| /OK3568_Linux_fs/kernel/sound/soc/txx9/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | pxa3xx-gcu.c | 98 struct pxa3xx_gcu_batch *ready; member 208 struct pxa3xx_gcu_batch *ready = priv->ready; in run_ready() local 212 BUG_ON(!ready); in run_ready() 216 while (ready) { in run_ready() 218 shared->buffer[num++] = ready->phys; in run_ready() 219 ready = ready->next; in run_ready() 223 priv->running = priv->ready; in run_ready() 224 priv->ready = priv->ready_last = NULL; in run_ready() 259 if (priv->ready) { in pxa3xx_gcu_handle_irq() 427 * Add buffer to ready list in pxa3xx_gcu_write() [all …]
|
| /OK3568_Linux_fs/kernel/kernel/power/ |
| H A D | user.c | 36 bool ready; member 96 data->ready = false; in snapshot_open() 142 if (!data->ready) { in snapshot_read() 292 if (!data->frozen || data->ready) in snapshot_ioctl() 302 if (data->mode != O_RDONLY || !data->frozen || data->ready) { in snapshot_ioctl() 310 data->ready = !freezer_test_done && !error; in snapshot_ioctl() 328 data->ready = false; in snapshot_ioctl() 345 if (!data->ready) { in snapshot_ioctl() 392 data->ready = false; in snapshot_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/char/hw_random/ |
| H A D | mtk-rng.c | 73 int ready; in mtk_rng_wait_ready() local 75 ready = readl(priv->base + RNG_CTRL) & RNG_READY; in mtk_rng_wait_ready() 76 if (!ready && wait) in mtk_rng_wait_ready() 77 readl_poll_timeout_atomic(priv->base + RNG_CTRL, ready, in mtk_rng_wait_ready() 78 ready & RNG_READY, USEC_POLL, in mtk_rng_wait_ready() 80 return !!ready; in mtk_rng_wait_ready()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/inc/ |
| H A D | mpp_dec_impl.h | 155 #define MPP_DEC_WAIT_PKT_IN (0x00000001) /* input packet not ready */ 158 #define MPP_DEC_WAIT_INFO_CHG (0x00000020) /* wait info change ready */ 162 #define MPP_DEC_WAIT_TSK_HND_RDY (0x00000100) /* wait task handle ready */ 164 #define MPP_DEC_WAIT_BUF_GRP_RDY (0x00000200) /* wait buffer group change ready */ 167 #define MPP_DEC_WAIT_BUF_SLOT_RDY (0x00001000) /* wait buffer slot ready */ 168 #define MPP_DEC_WAIT_PKT_BUF_RDY (0x00002000) /* wait packet buffer ready */
|