Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:sel_res
(Results
1 - 25
of
25
) sorted by relevance
/kernel/linux/linux-5.10/net/nfc/
H
A
D
digital_technology.c
23
#define DIGITAL_SEL_RES_NFCID1_COMPLETE(
sel_res
) (!((
sel_res
) & 0x04))
24
#define DIGITAL_SEL_RES_IS_T2T(
sel_res
) (!((
sel_res
) & 0x60))
25
#define DIGITAL_SEL_RES_IS_T4T(
sel_res
) ((
sel_res
) & 0x20)
26
#define DIGITAL_SEL_RES_IS_NFC_DEP(
sel_res
) ((
sel_res
) & 0x40)
277
u8
sel_res
;
in digital_in_recv_sel_res()
local
299
sel_res
in digital_in_recv_sel_res()
[all...]
H
A
D
digital_core.c
288
params->
sel_res
= DIGITAL_SEL_RES_NFC_DEP;
in digital_tg_listen_mdaa()
H
A
D
netlink.c
76
nla_put_u8(msg, NFC_ATTR_TARGET_SEL_RES, target->
sel_res
))
in nfc_genl_send_target()
/kernel/linux/linux-6.6/net/nfc/
H
A
D
digital_technology.c
23
#define DIGITAL_SEL_RES_NFCID1_COMPLETE(
sel_res
) (!((
sel_res
) & 0x04))
24
#define DIGITAL_SEL_RES_IS_T2T(
sel_res
) (!((
sel_res
) & 0x60))
25
#define DIGITAL_SEL_RES_IS_T4T(
sel_res
) ((
sel_res
) & 0x20)
26
#define DIGITAL_SEL_RES_IS_NFC_DEP(
sel_res
) ((
sel_res
) & 0x40)
277
u8
sel_res
;
in digital_in_recv_sel_res()
local
299
sel_res
in digital_in_recv_sel_res()
[all...]
H
A
D
digital_core.c
288
params->
sel_res
= DIGITAL_SEL_RES_NFC_DEP;
in digital_tg_listen_mdaa()
H
A
D
netlink.c
76
nla_put_u8(msg, NFC_ATTR_TARGET_SEL_RES, target->
sel_res
))
in nfc_genl_send_target()
/kernel/linux/linux-5.10/net/nfc/nci/
H
A
D
ntf.c
111
nfca_poll->
sel_res
= *data++;
in nci_extract_rf_params_nfca_passive_poll()
113
pr_debug("sel_res_len %d,
sel_res
0x%x\n",
in nci_extract_rf_params_nfca_passive_poll()
115
nfca_poll->
sel_res
);
in nci_extract_rf_params_nfca_passive_poll()
219
target->
sel_res
= nfca_poll->
sel_res
;
in nci_add_new_protocol()
/kernel/linux/linux-6.6/net/nfc/nci/
H
A
D
ntf.c
129
nfca_poll->
sel_res
= *data++;
in nci_extract_rf_params_nfca_passive_poll()
131
pr_debug("sel_res_len %d,
sel_res
0x%x\n",
in nci_extract_rf_params_nfca_passive_poll()
133
nfca_poll->
sel_res
);
in nci_extract_rf_params_nfca_passive_poll()
241
target->
sel_res
= nfca_poll->
sel_res
;
in nci_add_new_protocol()
/kernel/linux/linux-5.10/include/net/nfc/
H
A
D
digital.h
69
u8
sel_res
;
member
H
A
D
nfc.h
94
u8
sel_res
;
member
H
A
D
nci.h
400
__u8
sel_res
;
member
/kernel/linux/linux-6.6/include/net/nfc/
H
A
D
digital.h
69
u8
sel_res
;
member
H
A
D
nfc.h
94
u8
sel_res
;
member
H
A
D
nci.h
434
__u8
sel_res
;
member
/kernel/linux/linux-6.6/tools/testing/selftests/nci/
H
A
D
nci_dev.c
649
__u8
sel_res
;
in get_taginfo()
local
674
sel_res
= -1;
in get_taginfo()
682
sel_res
= *(__u8 *)((char *)na + NLA_HDRLEN);
in get_taginfo()
689
if (targetidx == -1 ||
sel_res
!= 0x20 || protocol != NFC_PROTO_ISO14443_MASK)
in get_taginfo()
/kernel/linux/linux-5.10/drivers/nfc/microread/
H
A
D
microread.c
492
targets->
sel_res
= skb->data[MICROREAD_EMCF_A_SAK];
in microread_target_discovered()
506
targets->
sel_res
= skb->data[MICROREAD_EMCF_A3_SAK];
in microread_target_discovered()
/kernel/linux/linux-6.6/drivers/nfc/microread/
H
A
D
microread.c
490
targets->
sel_res
= skb->data[MICROREAD_EMCF_A_SAK];
in microread_target_discovered()
504
targets->
sel_res
= skb->data[MICROREAD_EMCF_A3_SAK];
in microread_target_discovered()
/kernel/linux/linux-5.10/drivers/nfc/pn533/
H
A
D
pn533.c
660
u8
sel_res
;
member
706
if (PN533_TYPE_A_SEL_CASCADE(type_a->
sel_res
) != 0)
in pn533_target_type_a_is_valid()
725
switch (PN533_TYPE_A_SEL_PROT(tgt_type_a->
sel_res
)) {
in pn533_target_found_type_a()
742
nfc_tgt->
sel_res
= tgt_type_a->
sel_res
;
in pn533_target_found_type_a()
/kernel/linux/linux-6.6/drivers/nfc/pn533/
H
A
D
pn533.c
652
u8
sel_res
;
member
698
if (PN533_TYPE_A_SEL_CASCADE(type_a->
sel_res
) != 0)
in pn533_target_type_a_is_valid()
717
switch (PN533_TYPE_A_SEL_PROT(tgt_type_a->
sel_res
)) {
in pn533_target_found_type_a()
734
nfc_tgt->
sel_res
= tgt_type_a->
sel_res
;
in pn533_target_found_type_a()
/kernel/linux/linux-5.10/net/nfc/hci/
H
A
D
core.c
323
targets->
sel_res
= sak_skb->data[0];
in nfc_hci_target_discovered()
/kernel/linux/linux-5.10/drivers/nfc/st21nfca/
H
A
D
core.c
438
* Configure
sel_res
in st21nfca_hci_start_poll()
652
target->
sel_res
= sak;
in st21nfca_hci_target_from_gate()
/kernel/linux/linux-6.6/drivers/nfc/st21nfca/
H
A
D
core.c
437
* Configure
sel_res
in st21nfca_hci_start_poll()
651
target->
sel_res
= sak;
in st21nfca_hci_target_from_gate()
/kernel/linux/linux-6.6/net/nfc/hci/
H
A
D
core.c
323
targets->
sel_res
= sak_skb->data[0];
in nfc_hci_target_discovered()
/kernel/linux/linux-5.10/drivers/nfc/
H
A
D
port100.c
1443
hdr->nfca_param[5] = params->
sel_res
;
in port100_listen_mdaa()
/kernel/linux/linux-6.6/drivers/nfc/
H
A
D
port100.c
1446
hdr->nfca_param[5] = params->
sel_res
;
in port100_listen_mdaa()
Completed in 35 milliseconds