Searched refs:type (Results 76 - 100 of 316) sorted by relevance

1234567891011>>

/openwrt/target/linux/ar71xx/files/arch/mips/ath79/
H A Dmach-wndr3700.c79 .type = EV_KEY,
86 .type = EV_KEY,
93 .type = EV_KEY,
H A Dmach-ap113.c49 .type = EV_KEY,
H A Dmach-bsb.c44 .type = EV_KEY,
H A Dmach-el-mini.c52 .type = EV_KEY,
H A Dmach-onion-omega.c51 .type = EV_KEY,
H A Dmach-tl-wr841n-v8.c106 .type = EV_KEY,
113 .type = EV_SW,
124 .type = EV_KEY,
131 .type = EV_KEY,
H A Dmach-tl-wr841n-v9.c113 .type = EV_KEY,
120 .type = EV_KEY,
215 .type = EV_KEY,
222 .type = EV_KEY,
H A Dmach-ap152.c65 .type = EV_KEY,
73 .type = EV_KEY,
H A Dmach-ap96.c85 .type = EV_KEY,
92 .type = EV_KEY,
H A Dmach-dir-600-a1.c83 .type = EV_KEY,
90 .type = EV_KEY,
H A Dmach-dir-615-c1.c79 .type = EV_KEY,
85 .type = EV_KEY,
H A Dmach-dgl-5500-a1.c71 .type = EV_KEY,
79 .type = EV_KEY,
H A Dmach-dir-505-a1.c58 .type = EV_KEY,
65 .type = EV_KEY,
H A Dmach-dir-615-i1.c75 .type = EV_KEY,
82 .type = EV_KEY,
H A Dmach-e2100l.c69 .type = EV_KEY,
76 .type = EV_KEY,
H A Dmach-ew-dorin.c58 .type = EV_KEY,
66 .type = EV_KEY,
H A Dmach-hornet-ub.c75 .type = EV_KEY,
83 .type = EV_KEY,
H A Dmach-tl-mr3x20.c63 .type = EV_KEY,
70 .type = EV_KEY,
H A Dmach-tew-732br.c67 .type = EV_KEY,
75 .type = EV_KEY,
H A Dmach-tl-wa830re-v2.c71 .type = EV_KEY,
78 .type = EV_SW,
H A Dmach-tl-wa801nd-v3.c75 .type = EV_KEY,
82 .type = EV_KEY,
/openwrt/tools/firmware-utils/src/
H A Dlzma2eva.c62 uint32_t type = 0x075a0201L; /* might be 7Z 2.1? */ local
106 if (1 != fwrite(&type, sizeof type, 1, out))
160 checksum_add32(checksum, type);
/openwrt/package/network/config/netifd/files/usr/share/udhcpc/
H A Ddefault.script6 local type
8 [ ${1##*/} -eq 32 ] && type=host || type=net
9 echo "udhcpc: adding route for $type $1 via $2"
10 route add -$type "$1" gw "$2" dev "$interface"
/openwrt/package/libs/libnl-tiny/src/include/netlink/
H A Dsocket.h188 * @arg type which type callback to set
195 static inline int nl_socket_modify_cb(struct nl_sock *sk, enum nl_cb_type type, argument
199 return nl_cb_set(sk->s_cb, type, kind, func, arg);
/openwrt/package/network/services/ead/src/
H A Dead.h93 uint8_t type; member in struct:ead_msg_cmd
124 uint32_t type; member in struct:ead_msg

Completed in 276 milliseconds

1234567891011>>