Home
last modified time | relevance | path

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

/linux/drivers/soc/xilinx/
H A 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()
210 struct agent_cb *cb_pos; in xlnx_remove_cb_for_suspend() local
220 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_remove_cb_for_suspend()
221 if (cb_pos->eve_cb == cb_fun) { in xlnx_remove_cb_for_suspend()
223 list_del_init(&cb_pos->list); in xlnx_remove_cb_for_suspend()
224 kfree(cb_pos); in xlnx_remove_cb_for_suspend()
247 struct agent_cb *cb_pos; in xlnx_remove_cb_for_notify_event() local
[all …]
/linux/drivers/net/can/dev/
H A 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()