Home
last modified time | relevance | path

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

/linux/include/linux/greybus/
H A Dconnection.h93 void greybus_data_rcvd(struct gb_host_device *hd, u16 cport_id,
/linux/drivers/greybus/
H A Dconnection.c76 void greybus_data_rcvd(struct gb_host_device *hd, u16 cport_id, in greybus_data_rcvd() function
92 EXPORT_SYMBOL_GPL(greybus_data_rcvd);
H A Dgb-beagleplay.c213 greybus_data_rcvd(bg->gb_hd, cport_id, (u8 *)&gb_frame->hdr, gb_msg_len); in hdlc_rx_greybus_frame()
H A Des2.c844 greybus_data_rcvd(hd, cport_id, urb->transfer_buffer, in cport_in_callback()