Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/leds/
H A Dleds-cpcap.txt11 * "motorola,cpcap-led-adl" (Aux Display Lighting)
/linux/arch/arm/boot/dts/ti/omap/
H A Dmotorola-cpcap-mapphone.dtsi137 led_adl: led-adl {
138 compatible = "motorola,cpcap-led-adl";
/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.c10673 static int nf_tables_commit_audit_alloc(struct list_head *adl, in nf_tables_commit_audit_alloc() argument
10678 list_for_each_entry(adp, adl, list) { in nf_tables_commit_audit_alloc()
10686 list_add(&adp->list, adl); in nf_tables_commit_audit_alloc()
10690 static void nf_tables_commit_audit_free(struct list_head *adl) in nf_tables_commit_audit_free() argument
10694 list_for_each_entry_safe(adp, adn, adl, list) { in nf_tables_commit_audit_free()
10714 static void nf_tables_commit_audit_collect(struct list_head *adl, in nf_tables_commit_audit_collect() argument
10720 list_for_each_entry(adp, adl, list) { in nf_tables_commit_audit_collect()
10734 static void nf_tables_commit_audit_log(struct list_head *adl, u32 generation) in nf_tables_commit_audit_log() argument
10739 list_for_each_entry_safe(adp, adn, adl, list) { in nf_tables_commit_audit_log()
10791 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