Home
last modified time | relevance | path

Searched refs:flt (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/device-tree/Bindings/power/supply/
H A Dmax8903-charger.txt11 - flt-gpios: Fault pin (active low, output)
21 flt-gpios = <&gpio2 2 GPIO_ACTIVE_LOW>;
/f-stack/dpdk/app/test-pmd/
H A Dconfig.c1584 struct port_flow_tunnel *flt; in port_flow_tunnel_list() local
1588 port_id, flt->id, port_flow_tunnel_type(&flt->tunnel)); in port_flow_tunnel_list()
1589 if (flt->tunnel.tun_id) in port_flow_tunnel_list()
1601 if (flt->id == tunnel_id) in port_flow_tunnel_destroy()
1604 if (flt) { in port_flow_tunnel_destroy()
1605 LIST_REMOVE(flt, chain); in port_flow_tunnel_destroy()
1606 free(flt); in port_flow_tunnel_destroy()
1628 if (!flt) { in port_flow_tunnel_create()
1629 flt = calloc(1, sizeof(*flt)); in port_flow_tunnel_create()
1630 if (!flt) { in port_flow_tunnel_create()
[all …]
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-pcsxx-defs.h896 uint64_t flt : 1; /**< 1=Fault condition detected, 0=No fault condition member
909 uint64_t flt : 1;