Searched defs:co (Results 1 – 9 of 9) sorted by relevance
/device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/include/nimble/ |
D | nimble_npl_os.h | 190 static inline void ble_npl_callout_init(struct ble_npl_callout *co, struct ble_npl_eventq *evq, in ble_npl_callout_init() 196 static inline void ble_npl_callout_deinit(struct ble_npl_callout *co) in ble_npl_callout_deinit() 203 static inline ble_npl_error_t ble_npl_callout_reset(struct ble_npl_callout *co, ble_npl_time_t tick… in ble_npl_callout_reset() 208 static inline void ble_npl_callout_stop(struct ble_npl_callout *co) in ble_npl_callout_stop() 213 static inline bool ble_npl_callout_is_active(struct ble_npl_callout *co) in ble_npl_callout_is_active() 218 static inline ble_npl_time_t ble_npl_callout_get_ticks(struct ble_npl_callout *co) in ble_npl_callout_get_ticks() 223 static inline uint32_t ble_npl_callout_remaining_ticks(struct ble_npl_callout *co, ble_npl_time_t t… in ble_npl_callout_remaining_ticks() 228 static inline void ble_npl_callout_set_arg(struct ble_npl_callout *co, void *arg) in ble_npl_callout_set_arg()
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/src/ |
D | npl_os_freertos.c | 205 struct ble_npl_callout *co; in os_callout_timer_cb() local 214 void npl_freertos_callout_init(struct ble_npl_callout *co, struct ble_npl_eventq *evq, in npl_freertos_callout_init() 225 ble_npl_error_t npl_freertos_callout_reset(struct ble_npl_callout *co, ble_npl_time_t ticks) in npl_freertos_callout_reset() 231 ble_npl_time_t npl_freertos_callout_remaining_ticks(struct ble_npl_callout *co, ble_npl_time_t now) in npl_freertos_callout_remaining_ticks()
|
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/ |
D | 8250_core.c | 610 static void univ8250_console_write(struct console *co, const char *s, unsigned int count) in univ8250_console_write() 617 static int univ8250_console_setup(struct console *co, char *options) in univ8250_console_setup() 641 static int univ8250_console_exit(struct console *co) in univ8250_console_exit() 667 static int univ8250_console_match(struct console *co, char *name, int idx, char *options) in univ8250_console_match()
|
/device/soc/amlogic/a311d/soc/amlogic/uart/ |
D | meson_uart.c | 575 static void meson_serial_console_write(struct console *co, const char *s, u_int count) in meson_serial_console_write() 587 static int meson_serial_console_setup(struct console *co, char *options) in meson_serial_console_setup() 630 static void meson_serial_early_console_write(struct console *co, const char *s, u_int count) in meson_serial_early_console_write()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/ |
D | eink_buffer_manager.c | 203 u32 wi = 0, hi = 0, co = 0; in __conver_32bit_bmp_to_8bit() local
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/uart/ |
D | sunxi-uart.c | 1727 static struct uart_port *sw_console_get_port(struct console *co) in sw_console_get_port() 1750 static void sw_console_write(struct console *co, const char *s, in sw_console_write() 1782 static int sw_console_setup(struct console *co, char *options) in sw_console_setup()
|
/device/soc/rockchip/rk3588/kernel/drivers/staging/android/fiq_debugger/ |
D | fiq_debugger.c | 1142 static struct tty_driver *fiq_debugger_console_device(struct console *co, int *index) in fiq_debugger_console_device() 1148 static void fiq_debugger_console_write(struct console *co, in fiq_debugger_console_write()
|
/device/soc/rockchip/common/vendor/drivers/staging/android/fiq_debugger/ |
D | fiq_debugger.c | 1144 static struct tty_driver *fiq_debugger_console_device(struct console *co, int *index) in fiq_debugger_console_device() 1150 static void fiq_debugger_console_write(struct console *co, const char *s, unsigned int count) in fiq_debugger_console_write()
|
/device/soc/esp/esp32/components/soc/esp32/include/soc/ |
D | twai_struct.h | 197 uint32_t co: 1; /* CDR.3 CLKOUT enable/disable */ member
|