Searched refs:flt (Results 1 – 3 of 3) sorted by relevance
11 - flt-gpios: Fault pin (active low, output)21 flt-gpios = <&gpio2 2 GPIO_ACTIVE_LOW>;
1584 struct port_flow_tunnel *flt; in port_flow_tunnel_list() local1588 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 …]
896 uint64_t flt : 1; /**< 1=Fault condition detected, 0=No fault condition member909 uint64_t flt : 1;