Searched refs:type (Results 226 - 250 of 316) sorted by relevance

1234567891011>>

/openwrt/target/linux/generic/files/drivers/net/phy/
H A Drtl8306.c55 int type; member in struct:rtl_priv
99 .type = SWITCH_TYPE_INT, \
106 .type = SWITCH_TYPE_INT, \
113 .type = SWITCH_TYPE_INT, \
737 .type = SWITCH_TYPE_INT,
764 .type = SWITCH_TYPE_INT,
772 .type = SWITCH_TYPE_INT,
894 priv->type = RTL_TYPE_S;
898 priv->type = RTL_TYPE_SD;
902 priv->type
[all...]
/openwrt/target/linux/orion/image/
H A Dgeneric.mk143 # parameters: 1 = rootfs type, 2 = machine name, 3 = erase size in KiB, 4 = kernel mtd size in KiB, 5 = kernel file suffix, 6 = header
160 # parameters: 1 = rootfs type, 2 = machine name, 3 = pad size in KiB (kernel mtd size or erase size), 4 = kernel file suffix
169 # parameters: 1 = rootfs type, 2 = machine name, 3 = header
179 # parameters: 1 = rootfs type, 2 = machine name, 3 = erase size in KiB, 4 = kernel mtd size in KiB, 5 = kernel file suffix
196 # parameters: 1 = rootfs type, 2 = machine name
/openwrt/package/system/mtd/src/
H A Djffs2.c100 static int add_dirent(const char *name, const char type, int parent) argument
114 de->type = type;
/openwrt/target/linux/oxnas/files/drivers/pinctrl/
H A Dpinctrl-oxnas.c252 new_map[0].type = PIN_MAP_TYPE_MUX_GROUP;
260 new_map[i].type = PIN_MAP_TYPE_CONFIGS_PIN;
1149 unsigned type = irqd_get_trigger_type(d); local
1152 if (!(type & IRQ_TYPE_EDGE_BOTH))
1156 if (type & IRQ_TYPE_EDGE_RISING)
1158 if (type & IRQ_TYPE_EDGE_FALLING)
1168 unsigned type = irqd_get_trigger_type(d); local
1171 if (!(type & IRQ_TYPE_EDGE_BOTH))
1175 if (type & IRQ_TYPE_EDGE_RISING)
1177 if (type
1183 gpio_irq_type(struct irq_data *d, unsigned type) argument
[all...]
/openwrt/package/kernel/mac80211/files/lib/wifi/
H A Dmac80211.sh65 config_get type "radio$devidx" type
66 [ -n "$type" ] || break
114 option type mac80211
/openwrt/package/libs/libnl-tiny/src/
H A Dnl.c317 * @arg type Netlink message type.
322 * Builds a netlink message with the specified type and flags and
328 int nl_send_simple(struct nl_sock *sk, int type, int flags, void *buf, argument
334 msg = nlmsg_alloc_simple(type, flags);
469 #define NL_CB_CALL(cb, type, msg) \
471 err = nl_cb_call(cb, type, msg); \
/openwrt/scripts/config/
H A Dconf.c86 enum symbol_type type = sym_get_type(sym); local
120 switch (type) {
368 switch (prop->type) {
400 switch (sym->type) {
/openwrt/target/linux/ar71xx/files/arch/mips/ath79/
H A Dmach-alfa-ap96.c43 .type = EV_KEY,
H A Dmach-alfa-ap120c.c48 .type = EV_KEY,
H A Dmach-ap132.c77 .type = EV_KEY,
H A Dmach-dr344.c90 .type = EV_KEY,
H A Dmach-domywifi-dw33d.c89 .type = EV_KEY,
H A Dmach-mr1750.c88 .type = EV_KEY,
H A Dmach-mr900.c90 .type = EV_KEY,
H A Dmach-mr600.c123 .type = EV_KEY,
H A Dmach-mc-mac1200r.c86 .type = EV_KEY,
H A Dmach-qihoo-c301.c74 .type = EV_KEY,
H A Dmach-ubnt-xm.c71 .type = EV_KEY,
310 .type = EV_KEY,
597 .type = EV_KEY,
659 .type = EV_KEY,
H A Dmach-ubnt.c80 .type = EV_KEY,
H A Dmach-wpj342.c94 .type = EV_KEY,
H A Dmach-wpj558.c87 .type = EV_KEY,
H A Dmach-wpj344.c87 .type = EV_KEY,
/openwrt/target/linux/generic/files/drivers/mtd/mtdsplit/
H A Dmtdsplit_fit.c126 .type = MTD_PARSER_TYPE_FIRMWARE,
H A Dmtdsplit_trx.c137 .type = MTD_PARSER_TYPE_FIRMWARE,
/openwrt/target/linux/generic/files/include/linux/
H A Dswitch.h163 int type; member in struct:switch_attr

Completed in 178 milliseconds

1234567891011>>