Home
last modified time | relevance | path

Searched refs:aca (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/ipv6/
Danycast.c207 static void aca_get(struct ifacaddr6 *aca) in aca_get() argument
209 refcount_inc(&aca->aca_refcnt); in aca_get()
223 struct ifacaddr6 *aca; in aca_alloc() local
225 aca = kzalloc(sizeof(*aca), GFP_ATOMIC); in aca_alloc()
226 if (!aca) in aca_alloc()
229 aca->aca_addr = *addr; in aca_alloc()
231 aca->aca_rt = f6i; in aca_alloc()
232 aca->aca_users = 1; in aca_alloc()
234 aca->aca_cstamp = aca->aca_tstamp = jiffies; in aca_alloc()
235 refcount_set(&aca->aca_refcnt, 1); in aca_alloc()
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/power/supply/
Dgpio-charger.txt15 usb-aca (USB accessory charger adapter)