Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/nfc/
Dtrf7970a.c553 static int trf7970a_read_target_proto(struct trf7970a *trf, u8 *target_proto) in trf7970a_read_target_proto() argument
567 *target_proto = buf[0]; in trf7970a_read_target_proto()
575 u8 target_proto, tech; in trf7970a_mode_detect() local
577 ret = trf7970a_read_target_proto(trf, &target_proto); in trf7970a_mode_detect()
581 switch (target_proto) { in trf7970a_mode_detect()
596 __func__, target_proto); in trf7970a_mode_detect()