Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/devicetree/bindings/leds/ !
Dleds-cpcap.txt11 * "motorola,cpcap-led-adl" (Aux Display Lighting)
/linux-6.1.9/sound/soc/intel/common/ !
DMakefile11 soc-acpi-intel-jsl-match.o soc-acpi-intel-adl-match.o \
/linux-6.1.9/arch/arm/boot/dts/ !
Dmotorola-cpcap-mapphone.dtsi137 led_adl: led-adl {
138 compatible = "motorola,cpcap-led-adl";
/linux-6.1.9/net/netfilter/ !
Dnf_tables_api.c8866 static int nf_tables_commit_audit_alloc(struct list_head *adl, in nf_tables_commit_audit_alloc() argument
8871 list_for_each_entry(adp, adl, list) { in nf_tables_commit_audit_alloc()
8879 list_add(&adp->list, adl); in nf_tables_commit_audit_alloc()
8883 static void nf_tables_commit_audit_free(struct list_head *adl) in nf_tables_commit_audit_free() argument
8887 list_for_each_entry_safe(adp, adn, adl, list) { in nf_tables_commit_audit_free()
8893 static void nf_tables_commit_audit_collect(struct list_head *adl, in nf_tables_commit_audit_collect() argument
8898 list_for_each_entry(adp, adl, list) { in nf_tables_commit_audit_collect()
8912 static void nf_tables_commit_audit_log(struct list_head *adl, u32 generation) in nf_tables_commit_audit_log() argument
8917 list_for_each_entry_safe(adp, adn, adl, list) { in nf_tables_commit_audit_log()
8935 LIST_HEAD(adl); in nf_tables_commit()
[all …]
/linux-6.1.9/drivers/mtd/nand/raw/ !
Dmeson_nand.c73 #define GENCMDDADDRL(adl, addr) ((adl) | ((addr) & 0xffff)) argument