Searched refs:adl (Results 1 – 4 of 4) sorted by relevance
| /linux/Documentation/devicetree/bindings/leds/ |
| H A D | leds-cpcap.txt | 11 * "motorola,cpcap-led-adl" (Aux Display Lighting)
|
| /linux/sound/soc/intel/common/ |
| H A D | Makefile | 9 soc-acpi-intel-jsl-match.o soc-acpi-intel-adl-match.o \
|
| /linux/net/netfilter/ |
| H A D | nf_tables_api.c | 10787 static int nf_tables_commit_audit_alloc(struct list_head *adl, in nf_tables_commit_audit_alloc() 10792 list_for_each_entry(adp, adl, list) { in nf_tables_commit_audit_free() argument 10800 list_add(&adp->list, adl); in nf_tables_commit_audit_free() 10804 static void nf_tables_commit_audit_free(struct list_head *adl) 10808 list_for_each_entry_safe(adp, adn, adl, list) { in nf_tables_commit_audit_entrycount() 10828 static void nf_tables_commit_audit_collect(struct list_head *adl, in nf_tables_commit_audit_collect() 10834 list_for_each_entry(adp, adl, list) { 10848 static void nf_tables_commit_audit_log(struct list_head *adl, u32 generation) in nf_tables_commit_audit_log() 10853 list_for_each_entry_safe(adp, adn, adl, list) { in nft_set_commit_update() 10928 LIST_HEAD(adl); in nf_tables_commit() 10775 nf_tables_commit_audit_alloc(struct list_head * adl,struct nft_table * table) nf_tables_commit_audit_alloc() argument 10816 nf_tables_commit_audit_collect(struct list_head * adl,const struct nft_trans * trans,u32 op) nf_tables_commit_audit_collect() argument 10836 nf_tables_commit_audit_log(struct list_head * adl,u32 generation) nf_tables_commit_audit_log() argument [all...] |
| /linux/drivers/mtd/nand/raw/ |
| H A D | meson_nand.c | 74 #define GENCMDDADDRL(adl, addr) ((adl) | ((addr) & 0xffff)) argument
|