Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/dlm/
Dnetlink.c38 static struct dlm_lock_data *mk_data(struct sk_buff *skb) in mk_data() function
128 data = mk_data(send_skb); in dlm_timeout_warn()
/kernel/linux/linux-5.10/drivers/input/mouse/
Delan_i2c_core.c920 u8 mk_data = high_precision ? in elan_report_contact() local
924 mk_x = mk_data & 0x0f; in elan_report_contact()
925 mk_y = mk_data >> 4; in elan_report_contact()