Searched refs:hdlc_tx_frames (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/greybus/ |
H A D | gb-beagleplay.c | 316 static void hdlc_tx_frames(struct gb_beagleplay *bg, u8 address, u8 control, in hdlc_tx_frames() function 340 hdlc_tx_frames(bg, bg->rx_buffer[0], (bg->rx_buffer[1] >> 1) & 0x7, NULL, 0); in hdlc_tx_s_frame_ack() 612 hdlc_tx_frames(bg, ADDRESS_GREYBUS, 0x03, payloads, 3); in gb_message_send() 630 hdlc_tx_frames(bg, ADDRESS_CONTROL, 0x03, &payload, 1); in gb_beagleplay_start_svc() 638 hdlc_tx_frames(bg, ADDRESS_CONTROL, 0x03, &payload, 1); in gb_beagleplay_stop_svc()
|