Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/bluetooth/
Dbtwilink.c129 .len_size = 1, /* sizeof(plen) in struct hci_event_hdr */
136 .len_size = 2, /* sizeof(dlen) in struct hci_acl_hdr */
143 .len_size = 1, /* sizeof(dlen) in struct hci_sco_hdr */
/Linux-v4.19/include/linux/
Dti_wilink_st.h82 unsigned char len_size; member
/Linux-v4.19/drivers/misc/ti-st/
Dst_core.c292 if (proto->len_size == 1)/* 1 byte len field */ in st_int_recv()
294 else if (proto->len_size == 2) in st_int_recv()
/Linux-v4.19/drivers/media/radio/wl128x/
Dfmdrv_common.c1501 fm_st_proto.len_size = 1; in fmc_prepare()