Home
last modified time | relevance | path

Searched refs:tp_len (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/microchip/wilc1000/
Dwlan.c685 u32 pkt_len, pkt_offset, tp_len; in wilc_wlan_handle_rx_buff() local
695 tp_len = FIELD_GET(WILC_PKT_HDR_TOTAL_LEN_FIELD, header); in wilc_wlan_handle_rx_buff()
698 if (pkt_len == 0 || tp_len == 0) in wilc_wlan_handle_rx_buff()
724 offset += tp_len; in wilc_wlan_handle_rx_buff()
/drivers/input/keyboard/
Dapplespi.c1503 size_t tp_len; in applespi_got_data() local
1506 tp_len = struct_size(tp, fingers, tp->number_of_fingers); in applespi_got_data()
1508 if (le16_to_cpu(message->length) + 2 != tp_len) { in applespi_got_data()
1512 tp->number_of_fingers, tp_len); in applespi_got_data()