Home
last modified time | relevance | path

Searched refs:mk_data (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/dlm/
H A 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/
H A 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()
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Delan_i2c_core.c957 u8 mk_data = high_precision ? in elan_report_contact() local
961 mk_x = mk_data & 0x0f; in elan_report_contact()
962 mk_y = mk_data >> 4; in elan_report_contact()

Completed in 4 milliseconds