Home
last modified time | relevance | path

Searched refs:cb_pos (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/soc/xilinx/
Dxlnx_event_manager.c111 struct agent_cb *cb_pos; in xlnx_add_cb_for_notify_event() local
148 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_add_cb_for_notify_event()
149 if (cb_pos->eve_cb == cb_fun && in xlnx_add_cb_for_notify_event()
150 cb_pos->agent_data == data) { in xlnx_add_cb_for_notify_event()
208 struct agent_cb *cb_pos; in xlnx_remove_cb_for_suspend() local
218 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_remove_cb_for_suspend()
219 if (cb_pos->eve_cb == cb_fun) { in xlnx_remove_cb_for_suspend()
221 list_del_init(&cb_pos->list); in xlnx_remove_cb_for_suspend()
222 kfree(cb_pos); in xlnx_remove_cb_for_suspend()
245 struct agent_cb *cb_pos; in xlnx_remove_cb_for_notify_event() local
[all …]
/linux-6.12.1/drivers/net/can/dev/
Drx-offload.c83 const struct can_rx_offload_cb *cb_pos, *cb_new; in __skb_queue_add_sort() local
85 cb_pos = can_rx_offload_get_cb(pos); in __skb_queue_add_sort()
91 cb_pos->timestamp, cb_new->timestamp, in __skb_queue_add_sort()
92 cb_new->timestamp - cb_pos->timestamp, in __skb_queue_add_sort()