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.dtsi139 led_adl: led-adl {
140 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.c10767 static int nf_tables_commit_audit_alloc(struct list_head *adl, in nf_tables_commit_audit_alloc()
10772 list_for_each_entry(adp, adl, list) { in nf_tables_commit_audit_free()
10780 list_add(&adp->list, adl);
10784 static void nf_tables_commit_audit_free(struct list_head *adl) in nf_tables_commit_audit_entrycount()
10788 list_for_each_entry_safe(adp, adn, adl, list) { in nf_tables_commit_audit_entrycount()
10808 static void nf_tables_commit_audit_collect(struct list_head *adl, in nf_tables_commit_audit_collect()
10814 list_for_each_entry(adp, adl, list) { in nf_tables_commit_audit_log() argument
10828 static void nf_tables_commit_audit_log(struct list_head *adl, u32 generation)
10833 list_for_each_entry_safe(adp, adn, adl, list) { in nft_set_commit_update()
10885 LIST_HEAD(adl); in nf_tables_commit()
10753 nf_tables_commit_audit_alloc(struct list_head * adl,struct nft_table * table) nf_tables_commit_audit_alloc() argument
10770 nf_tables_commit_audit_free(struct list_head * adl) nf_tables_commit_audit_free() argument
10794 nf_tables_commit_audit_collect(struct list_head * adl,const struct nft_trans * trans,u32 op) nf_tables_commit_audit_collect() argument
[all...]
/linux/drivers/mtd/nand/raw/
H A Dmeson_nand.c74 #define GENCMDDADDRL(adl, addr) ((adl) | ((addr) & 0xffff)) argument