Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/bluetooth/
Dbtwilink.c116 .len_size = 1, /* sizeof(plen) in struct hci_event_hdr */
123 .len_size = 2, /* sizeof(dlen) in struct hci_acl_hdr */
130 .len_size = 1, /* sizeof(dlen) in struct hci_sco_hdr */
/Linux-v5.4/include/linux/
Dti_wilink_st.h69 unsigned char len_size; member
/Linux-v5.4/drivers/misc/ti-st/
Dst_core.c279 if (proto->len_size == 1)/* 1 byte len field */ in st_int_recv()
281 else if (proto->len_size == 2) in st_int_recv()
/Linux-v5.4/drivers/media/radio/wl128x/
Dfmdrv_common.c1496 fm_st_proto.len_size = 1; in fmc_prepare()