Searched refs:node (Results 1 – 4 of 4) sorted by relevance
229 void nrf_wifi_osal_llist_node_free(void *node) in nrf_wifi_osal_llist_node_free() argument231 os_ops->llist_node_free(node); in nrf_wifi_osal_llist_node_free()235 void *nrf_wifi_osal_llist_node_data_get(void *node) in nrf_wifi_osal_llist_node_data_get() argument237 return os_ops->llist_node_data_get(node); in nrf_wifi_osal_llist_node_data_get()241 void nrf_wifi_osal_llist_node_data_set(void *node, in nrf_wifi_osal_llist_node_data_set() argument244 os_ops->llist_node_data_set(node, in nrf_wifi_osal_llist_node_data_set()
302 void nrf_wifi_osal_llist_node_free(void *node);313 void *nrf_wifi_osal_llist_node_data_get(void *node);323 void nrf_wifi_osal_llist_node_data_set(void *node,
298 void (*llist_node_free)(void *node);306 void *(*llist_node_data_get)(void *node);314 void (*llist_node_data_set)(void *node, void *data);
2582 # class node. If there are many fields or methods and many nodes the graph may2771 # by representing a node as a red box. Note that if the number of direct2772 # children of the root node in a graph is already larger than2783 # further from the root node will be omitted. Note that setting this option to 1