Home
last modified time | relevance | path

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

/linux/net/can/
H A Dbcm.c349 * bcm_send_to_user - send a BCM message to the userspace
352 static void bcm_send_to_user(struct bcm_op *op, struct bcm_msg_head *head, in bcm_send_to_user() function
468 bcm_send_to_user(op, &msg_head, NULL, 0); in bcm_tx_timeout_handler()
505 bcm_send_to_user(op, &head, data, 1); in bcm_rx_changed()
632 bcm_send_to_user(op, &msg_head, NULL, 0); in bcm_rx_timeout_handler()
914 bcm_send_to_user(op, msg_head, op->frames, 0); in bcm_read_op()
1753 /* assign the flags that have been recorded in bcm_send_to_user() */ in bcm_recvmsg()