Searched defs:self (Results 1 – 9 of 9) sorted by relevance
| /external/platform/pico/rp2_common/pico_async_context/ |
| A D | async_context_threadsafe_background.c | 45 … async_context_threadsafe_background_t *self = (async_context_threadsafe_background_t *)self_base; in async_context_threadsafe_background_wake_up() local 76 static inline void lock_acquire(async_context_threadsafe_background_t *self) { in lock_acquire() 82 … async_context_threadsafe_background_t *self = (async_context_threadsafe_background_t *)self_base; in async_context_threadsafe_background_lock_check() local 106 static void lock_release(async_context_threadsafe_background_t *self) { in lock_release() 139 async_context_threadsafe_background_t *self = (async_context_threadsafe_background_t*)self_base; in async_context_threadsafe_background_execute_sync() local 161 static bool low_prio_irq_init(async_context_threadsafe_background_t *self, uint8_t priority) { in low_prio_irq_init() 175 static void low_prio_irq_deinit(async_context_threadsafe_background_t *self) { in low_prio_irq_deinit() 186 async_context_threadsafe_background_t *self = (async_context_threadsafe_background_t*)user_data; in alarm_handler() local 229 … async_context_threadsafe_background_t *self = (async_context_threadsafe_background_t *)self_base; in async_context_threadsafe_background_deinit() local 245 static void process_under_lock(async_context_threadsafe_background_t *self) { in process_under_lock() [all …]
|
| A D | async_context_freertos.c | 42 static void process_under_lock(async_context_freertos_t *self) { in process_under_lock() 67 async_context_freertos_t *self = (async_context_freertos_t *)vself; in async_context_task() local 80 async_context_freertos_t *self = (async_context_freertos_t *)self_base; in async_context_freertos_wake_up() local 103 async_context_freertos_t *self = (async_context_freertos_t *)pvTimerGetTimerID(handle); in timer_handler() local 140 async_context_freertos_t *self = (async_context_freertos_t *)param; in end_task_func() local 147 async_context_freertos_t *self = (async_context_freertos_t *)self_base; in async_context_freertos_deinit() local 164 async_context_freertos_t *self = (async_context_freertos_t *)self_base; in async_context_freertos_acquire_lock_blocking() local 173 async_context_freertos_t *self = (async_context_freertos_t *)self_base; in async_context_freertos_lock_check() local 195 async_context_freertos_t *self = (async_context_freertos_t*)self_base; in async_context_freertos_execute_sync() local 210 async_context_freertos_t *self = (async_context_freertos_t *)self_base; in async_context_freertos_release_lock() local [all …]
|
| A D | async_context_base.c | 9 bool async_context_base_add_at_time_worker(async_context_t *self, async_at_time_worker_t *worker) { in async_context_base_add_at_time_worker() 22 bool async_context_base_remove_at_time_worker(async_context_t *self, async_at_time_worker_t *worker… in async_context_base_remove_at_time_worker() 34 bool async_context_base_add_when_pending_worker(async_context_t *self, async_when_pending_worker_t … in async_context_base_add_when_pending_worker() 47 bool async_context_base_remove_when_pending_worker(async_context_t *self, async_when_pending_worker… in async_context_base_remove_when_pending_worker() 59 async_at_time_worker_t *async_context_base_remove_ready_at_time_worker(async_context_t *self) { in async_context_base_remove_ready_at_time_worker() 81 void async_context_base_refresh_next_timeout(async_context_t *self) { in async_context_base_refresh_next_timeout() 93 absolute_time_t async_context_base_execute_once(async_context_t *self) { in async_context_base_execute_once() 108 bool async_context_base_needs_servicing(async_context_t *self) { in async_context_base_needs_servicing()
|
| A D | async_context_poll.c | 16 bool async_context_poll_init_with_defaults(async_context_poll_t *self) { in async_context_poll_init_with_defaults() 44 async_context_poll_t *self = (async_context_poll_t *)self_base; in async_context_poll_wait_for_work_until() local
|
| /external/platform/pico/rp2_common/pico_cyw43_driver/ |
| A D | cyw43_bus_pio_spi.c | 87 int cyw43_spi_init(cyw43_int_t *self) { in cyw43_spi_init() 157 void cyw43_spi_deinit(cyw43_int_t *self) { in cyw43_spi_deinit() 189 static void start_spi_comms(cyw43_int_t *self) { in start_spi_comms() 385 uint32_t read_reg_u32_swap(cyw43_int_t *self, uint32_t fn, uint32_t reg) { in read_reg_u32_swap() 421 uint32_t cyw43_read_reg_u32(cyw43_int_t *self, uint32_t fn, uint32_t reg) { in cyw43_read_reg_u32() 425 int cyw43_read_reg_u16(cyw43_int_t *self, uint32_t fn, uint32_t reg) { in cyw43_read_reg_u16() 429 int cyw43_read_reg_u8(cyw43_int_t *self, uint32_t fn, uint32_t reg) { in cyw43_read_reg_u8() 434 int write_reg_u32_swap(cyw43_int_t *self, uint32_t fn, uint32_t reg, uint32_t val) { in write_reg_u32_swap() 470 int cyw43_write_reg_u32(cyw43_int_t *self, uint32_t fn, uint32_t reg, uint32_t val) { in cyw43_write_reg_u32() 474 int cyw43_write_reg_u16(cyw43_int_t *self, uint32_t fn, uint32_t reg, uint16_t val) { in cyw43_write_reg_u16() [all …]
|
| A D | cyw43_driver.c | 182 void __attribute__((weak)) cyw43_cb_tcpip_init(cyw43_t *self, int itf) { in cyw43_cb_tcpip_init() 184 void __attribute__((weak)) cyw43_cb_tcpip_deinit(cyw43_t *self, int itf) { in cyw43_cb_tcpip_deinit() 186 void __attribute__((weak)) cyw43_cb_tcpip_set_link_up(cyw43_t *self, int itf) { in cyw43_cb_tcpip_set_link_up() 189 void __attribute__((weak)) cyw43_cb_tcpip_set_link_down(cyw43_t *self, int itf) { in cyw43_cb_tcpip_set_link_down()
|
| /external/platform/pico/rp2_common/pico_async_context/include/pico/ |
| A D | async_context_freertos.h | 111 static inline bool async_context_freertos_init_with_defaults(async_context_freertos_t *self) { in async_context_freertos_init_with_defaults()
|
| A D | async_context_threadsafe_background.h | 103 …async_context_threadsafe_background_init_with_defaults(async_context_threadsafe_background_t *self… in async_context_threadsafe_background_init_with_defaults()
|
| /external/platform/pico/rp2_common/pico_cyw43_driver/cybt_shared_bus/ |
| A D | cybt_shared_bus.c | 112 int cyw43_btbus_init(cyw43_ll_t *self) { in cyw43_btbus_init()
|
Completed in 13 milliseconds