Searched refs:pcb (Results 1 – 4 of 4) sorted by relevance
| /bsp/efm32/ |
| A D | httpd.c | 119 static err_t http_recv(void *arg, struct tcp_pcb *pcb, struct pbuf *p, err_t err) in http_recv() argument 192 tcp_write(pcb, indexdata, counter, 1); in http_recv() 198 tcp_close(pcb); in http_recv() 204 static err_t http_accept(void *arg, struct tcp_pcb *pcb, err_t err) in http_accept() argument 208 tcp_recv(pcb, http_recv); in http_accept() 215 struct tcp_pcb *pcb; in httpd_init() local 217 pcb = tcp_new(); in httpd_init() 219 tcp_bind(pcb, NULL, 80); in httpd_init() 221 pcb = tcp_listen(pcb); in httpd_init() 224 tcp_accept(pcb, http_accept); in httpd_init()
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/ |
| A D | hal_prcm.h | 287 s32 ccu_reg_mclk_cb(u32 mclk, __pNotifier_t pcb); 301 s32 ccu_unreg_mclk_cb(u32 mclk, __pNotifier_t pcb); 417 s32 ccu_24mhosc_reg_cb(__pNotifier_t pcb);
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/prcm/prcm-sun50iw11/ |
| A D | power.c | 98 s32 ccu_24mhosc_reg_cb(__pNotifier_t pcb) in ccu_24mhosc_reg_cb() argument 101 return notifier_insert(&hosc_notifier_list, pcb); in ccu_24mhosc_reg_cb()
|
| A D | mclk.c | 1198 s32 ccu_reg_mclk_cb(__maybe_unused u32 mclk, __pNotifier_t pcb) in ccu_reg_mclk_cb() argument 1206 return notifier_insert(&apbs2_notifier_head, pcb); in ccu_reg_mclk_cb() 1221 s32 ccu_unreg_mclk_cb(__maybe_unused u32 mclk, __pNotifier_t pcb) in ccu_unreg_mclk_cb() argument 1224 return notifier_delete(&apbs2_notifier_head, pcb); in ccu_unreg_mclk_cb()
|
Completed in 10 milliseconds