Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/intel/pmc/
H A DMakefile7 icl.o tgl.o adl.o mtl.o
/openbmc/linux/Documentation/devicetree/bindings/leds/
H A Dleds-cpcap.txt11 * "motorola,cpcap-led-adl" (Aux Display Lighting)
/openbmc/linux/sound/soc/intel/common/
H A DMakefile11 soc-acpi-intel-jsl-match.o soc-acpi-intel-adl-match.o \
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dmotorola-cpcap-mapphone.dtsi137 led_adl: led-adl {
138 compatible = "motorola,cpcap-led-adl";
/openbmc/linux/net/netfilter/
H A Dnf_tables_api.c9880 list_for_each_entry(adp, adl, list) { in nf_tables_commit_audit_alloc()
9888 list_add(&adp->list, adl); in nf_tables_commit_audit_alloc()
9896 list_for_each_entry_safe(adp, adn, adl, list) { in nf_tables_commit_audit_free()
9907 list_for_each_entry(adp, adl, list) { in nf_tables_commit_audit_collect()
9926 list_for_each_entry_safe(adp, adn, adl, list) { in nf_tables_commit_audit_log()
9975 LIST_HEAD(adl); in nf_tables_commit()
10018 ret = nf_tables_commit_audit_alloc(&adl, trans->ctx.table); in nf_tables_commit()
10021 nf_tables_commit_audit_free(&adl); in nf_tables_commit()
10031 nf_tables_commit_audit_free(&adl); in nf_tables_commit()
10059 nf_tables_commit_audit_collect(&adl, trans->ctx.table, in nf_tables_commit()
[all …]
/openbmc/linux/drivers/mtd/nand/raw/
H A Dmeson_nand.c73 #define GENCMDDADDRL(adl, addr) ((adl) | ((addr) & 0xffff)) argument