Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/xilinx/
H A Dxlnx_event_manager.c96 struct agent_cb *cb_pos; in xlnx_add_cb_for_notify_event() local
193 struct agent_cb *cb_pos; in xlnx_remove_cb_for_suspend() local
207 kfree(cb_pos); in xlnx_remove_cb_for_suspend()
230 struct agent_cb *cb_pos; in xlnx_remove_cb_for_notify_event() local
245 kfree(cb_pos); in xlnx_remove_cb_for_notify_event()
430 struct agent_cb *cb_pos; in xlnx_call_suspend_cb_handler() local
437 cb_pos->eve_cb(&payload[0], cb_pos->agent_data); in xlnx_call_suspend_cb_handler()
452 struct agent_cb *cb_pos; in xlnx_call_notify_cb_handler() local
459 cb_pos->eve_cb(&payload[0], cb_pos->agent_data); in xlnx_call_notify_cb_handler()
473 cb_pos->eve_cb, in xlnx_call_notify_cb_handler()
[all …]
/openbmc/linux/fs/ntfs/
H A Dcompress.c473 u8 *cb, *cb_pos, *cb_end; in ntfs_read_compressed_block() local
702 cb_pos = cb; in ntfs_read_compressed_block()
708 cb_pos += block_size; in ntfs_read_compressed_block()
712 if (cb_pos + 2 <= cb + cb_size) in ntfs_read_compressed_block()
713 *(u16*)cb_pos = 0; in ntfs_read_compressed_block()
716 cb_pos = cb; in ntfs_read_compressed_block()
756 cb_pos += PAGE_SIZE - cur_ofs; in ntfs_read_compressed_block()
758 if (cb_pos >= cb_end) in ntfs_read_compressed_block()
777 u8 *cb_pos2 = cb_pos; in ntfs_read_compressed_block()
801 if (cb_pos >= cb_end) in ntfs_read_compressed_block()
[all …]
/openbmc/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()