Home
last modified time | relevance | path

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

/Linux-v6.1/fs/dlm/
Dnetlink.c38 static struct dlm_lock_data *mk_data(struct sk_buff *skb) in mk_data() function
129 data = mk_data(send_skb); in dlm_timeout_warn()
/Linux-v6.1/drivers/input/mouse/
Delan_i2c_core.c958 u8 mk_data = high_precision ? in elan_report_contact() local
962 mk_x = mk_data & 0x0f; in elan_report_contact()
963 mk_y = mk_data >> 4; in elan_report_contact()