Searched refs:bcm_send_to_user (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/can/ |
H A D | bcm.c | 316 * bcm_send_to_user - send a BCM message to the userspace 319 static void bcm_send_to_user(struct bcm_op *op, struct bcm_msg_head *head, in bcm_send_to_user() function 420 bcm_send_to_user(op, &msg_head, NULL, 0); in bcm_tx_timeout_handler() 458 bcm_send_to_user(op, &head, data, 1); in bcm_rx_changed() 580 bcm_send_to_user(op, &msg_head, NULL, 0); in bcm_rx_timeout_handler() 846 bcm_send_to_user(op, msg_head, op->frames, 0); in bcm_read_op()
|
/kernel/linux/linux-6.6/net/can/ |
H A D | bcm.c | 316 * bcm_send_to_user - send a BCM message to the userspace 319 static void bcm_send_to_user(struct bcm_op *op, struct bcm_msg_head *head, in bcm_send_to_user() function 420 bcm_send_to_user(op, &msg_head, NULL, 0); in bcm_tx_timeout_handler() 458 bcm_send_to_user(op, &head, data, 1); in bcm_rx_changed() 580 bcm_send_to_user(op, &msg_head, NULL, 0); in bcm_rx_timeout_handler() 851 bcm_send_to_user(op, msg_head, op->frames, 0); in bcm_read_op()
|
Completed in 5 milliseconds