Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/bluetooth/
Dbtwilink.c130 .len_size = 1, /* sizeof(plen) in struct hci_event_hdr */
137 .len_size = 2, /* sizeof(dlen) in struct hci_acl_hdr */
144 .len_size = 1, /* sizeof(dlen) in struct hci_sco_hdr */
/linux-4.4.14/include/linux/
Dti_wilink_st.h82 unsigned char len_size; member
/linux-4.4.14/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-4.4.14/drivers/nfc/
Dnfcwilink.c375 .len_size = NFCWILINK_LEN_SIZE,
/linux-4.4.14/drivers/media/radio/wl128x/
Dfmdrv_common.c1508 fm_st_proto.len_size = 1; in fmc_prepare()