Lines Matching full:bcm

3  * bcm.c - Broadcast Manager to filter/send (cyclic) CAN content
59 #include <linux/can/bcm.h>
270 * of the given bcm tx op
316 * bcm_send_to_user - send a BCM message to the userspace
342 * the BCM uses the flags-element of the canfd_frame in bcm_send_to_user()
345 * BCM, where nframes is 1 in bcm_send_to_user()
712 * helpers for bcm_op handling: find & delete bcm [rx|tx] op elements
758 printk(KERN_ERR "can-bcm: bcm_rx_unreg: registered device " in bcm_rx_unreg()
857 * bcm_tx_setup - create or update a bcm tx op (for bcm_sendmsg)
883 /* update existing BCM operation */ in bcm_tx_setup()
918 /* insert new BCM operation for the given can_id */ in bcm_tx_setup()
1032 * bcm_rx_setup - create or update a bcm rx op (for bcm_sendmsg)
1065 /* update existing BCM operation */ in bcm_rx_setup()
1093 /* insert new BCM operation for the given can_id */ in bcm_rx_setup()
1221 "bcm", sk); in bcm_rx_setup()
1230 bcm_rx_handler, op, "bcm", sk); in bcm_rx_setup()
1232 /* this bcm rx op is broken -> remove it */ in bcm_rx_setup()
1288 * bcm_sendmsg - process BCM commands (opcodes) from the userspace
1474 * initial settings for all BCM sockets to be set at socket creation time
1722 /* create /proc/net/can-bcm directory */ in canbcm_pernet_init()
1723 net->can.bcmproc_dir = proc_net_mkdir(net, "can-bcm", net->proc_net); in canbcm_pernet_init()
1732 /* remove /proc/net/can-bcm directory */ in canbcm_pernet_exit()
1734 remove_proc_entry("can-bcm", net->proc_net); in canbcm_pernet_exit()
1763 printk(KERN_ERR "can: registration of bcm protocol failed\n"); in bcm_module_init()