Home
last modified time | relevance | path

Searched refs:qry (Results 1 – 3 of 3) sorted by relevance

/drivers/input/rmi4/
Drmi_f55.c29 u8 qry[F55_QUERY_LEN]; member
46 &f55->qry, sizeof(f55->qry)); in rmi_f55_detect()
53 f55->num_rx_electrodes = f55->qry[F55_NUM_RX_OFFSET]; in rmi_f55_detect()
54 f55->num_tx_electrodes = f55->qry[F55_NUM_TX_OFFSET]; in rmi_f55_detect()
62 if (f55->qry[F55_PHYS_CHAR_OFFSET] & F55_CAP_SENSOR_ASSIGN) { in rmi_f55_detect()
/drivers/mtd/chips/
Dcfi_util.c225 map_word qry[3]; in cfi_qry_present() local
227 qry[0] = cfi_build_cmd('Q', map, cfi); in cfi_qry_present()
228 qry[1] = cfi_build_cmd('R', map, cfi); in cfi_qry_present()
229 qry[2] = cfi_build_cmd('Y', map, cfi); in cfi_qry_present()
235 if (!map_word_equal(map, qry[0], val[0])) in cfi_qry_present()
238 if (!map_word_equal(map, qry[1], val[1])) in cfi_qry_present()
241 if (!map_word_equal(map, qry[2], val[2])) in cfi_qry_present()
Dcfi_probe.c342 if (cfip->qry[0] != 'Q' || cfip->qry[1] != 'R' || cfip->qry[2] != 'Y') { in print_cfi_ident()