Home
last modified time | relevance | path

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

/linux-4.1.27/net/can/
Dbcm.c93 struct bcm_op { struct
135 #define OPSIZ sizeof(struct bcm_op) argument
164 struct bcm_op *op; in bcm_proc_show()
242 static void bcm_can_tx(struct bcm_op *op) in bcm_can_tx()
288 static void bcm_send_to_user(struct bcm_op *op, struct bcm_msg_head *head, in bcm_send_to_user()
348 static void bcm_tx_start_timer(struct bcm_op *op) in bcm_tx_start_timer()
362 struct bcm_op *op = (struct bcm_op *)data; in bcm_tx_timeout_tsklet()
394 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer); in bcm_tx_timeout_handler()
404 static void bcm_rx_changed(struct bcm_op *op, struct can_frame *data) in bcm_rx_changed()
434 static void bcm_rx_update_and_send(struct bcm_op *op, in bcm_rx_update_and_send()
[all …]