Home
last modified time | relevance | path

Searched refs:remove_callback (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/esp_lwip/port/include/lwip/
Dnetif.h332 netif_status_callback_fn remove_callback; member
505 void netif_set_remove_callback(struct netif *netif, netif_status_callback_fn remove_callback);
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/h264/
Dvh264_4k2k.c143 static void (*remove_callback)(void); variable
1729 if (remove_callback) in amvdec_h264_4k2k_remove()
1730 remove_callback(); in amvdec_h264_4k2k_remove()
1745 remove_callback = remove_func; in vh264_4k2k_register_module_callback()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Dnetif.h502 netif_status_callback_fn remove_callback; /**< Called when the netif is removed. */ member
751 void netif_set_remove_callback(struct netif *netif, netif_status_callback_fn remove_callback);