Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/leds/
H A Dleds-cpcap.txt11 * "motorola,cpcap-led-adl" (Aux Display Lighting)
/linux/sound/soc/intel/common/
H A DMakefile9 soc-acpi-intel-jsl-match.o soc-acpi-intel-adl-match.o \
/linux/net/netfilter/
H A Dnf_tables_api.c10775 static int nf_tables_commit_audit_alloc(struct list_head *adl, in nf_tables_commit_audit_alloc() argument
10780 list_for_each_entry(adp, adl, list) { in nf_tables_commit_audit_alloc()
10788 list_add(&adp->list, adl); in nf_tables_commit_audit_alloc()
10792 static void nf_tables_commit_audit_free(struct list_head *adl) in nf_tables_commit_audit_free() argument
10796 list_for_each_entry_safe(adp, adn, adl, list) { in nf_tables_commit_audit_free()
10816 static void nf_tables_commit_audit_collect(struct list_head *adl, in nf_tables_commit_audit_collect() argument
10822 list_for_each_entry(adp, adl, list) { in nf_tables_commit_audit_collect()
10836 static void nf_tables_commit_audit_log(struct list_head *adl, u32 generation) in nf_tables_commit_audit_log() argument
10841 list_for_each_entry_safe(adp, adn, adl, list) { in nf_tables_commit_audit_log()
10893 LIST_HEAD(adl); in nf_tables_commit()
[all …]
/linux/drivers/mtd/nand/raw/
H A Dmeson_nand.c74 #define GENCMDDADDRL(adl, addr) ((adl) | ((addr) & 0xffff)) argument