Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/platform/x86/intel/pmc/
DMakefile7 icl.o tgl.o adl.o mtl.o
/Linux-v6.6/Documentation/devicetree/bindings/leds/
Dleds-cpcap.txt11 * "motorola,cpcap-led-adl" (Aux Display Lighting)
/Linux-v6.6/sound/soc/intel/common/
DMakefile11 soc-acpi-intel-jsl-match.o soc-acpi-intel-adl-match.o \
/Linux-v6.6/arch/arm/boot/dts/ti/omap/
Dmotorola-cpcap-mapphone.dtsi137 led_adl: led-adl {
138 compatible = "motorola,cpcap-led-adl";
/Linux-v6.6/net/netfilter/
Dnf_tables_api.c9767 static int nf_tables_commit_audit_alloc(struct list_head *adl, in nf_tables_commit_audit_alloc() argument
9772 list_for_each_entry(adp, adl, list) { in nf_tables_commit_audit_alloc()
9780 list_add(&adp->list, adl); in nf_tables_commit_audit_alloc()
9784 static void nf_tables_commit_audit_free(struct list_head *adl) in nf_tables_commit_audit_free() argument
9788 list_for_each_entry_safe(adp, adn, adl, list) { in nf_tables_commit_audit_free()
9794 static void nf_tables_commit_audit_collect(struct list_head *adl, in nf_tables_commit_audit_collect() argument
9799 list_for_each_entry(adp, adl, list) { in nf_tables_commit_audit_collect()
9813 static void nf_tables_commit_audit_log(struct list_head *adl, u32 generation) in nf_tables_commit_audit_log() argument
9818 list_for_each_entry_safe(adp, adn, adl, list) { in nf_tables_commit_audit_log()
9867 LIST_HEAD(adl); in nf_tables_commit()
[all …]
/Linux-v6.6/drivers/mtd/nand/raw/
Dmeson_nand.c73 #define GENCMDDADDRL(adl, addr) ((adl) | ((addr) & 0xffff)) argument