Searched refs:name (Results 251 - 275 of 575) sorted by relevance

<<11121314151617181920>>

/openwrt/target/linux/x86/
H A DMakefile14 MAINTAINER:=Felix Fietkau <nbd@nbd.name>
/openwrt/target/linux/ar7/files/drivers/mtd/
H A Dtitanpart.c31 unsigned int version; /* name-MMM.nnn.ooo-rxx => 0xMMnnooxx. See comment
57 char name[16]; /* Reference name for this section. */ member in struct:nsp_img_hdr_sections
75 printk("titan: invalid env name, %s.\n", env_name);
122 /* Save off the image name */
141 titan_parts[part_count].name = env_name;
159 char *name; local
196 name=section.name;
199 name
[all...]
/openwrt/target/linux/ar71xx/files/arch/mips/ath79/
H A Dmach-rb750.c34 .name = "rb750:green:act",
38 .name = "rb750:green:port1",
42 .name = "rb750:green:port2",
46 .name = "rb750:green:port3",
50 .name = "rb750:green:port4",
54 .name = "rb750:green:port5",
62 .name = "rb750:green:act",
70 .name = "leds-rb750",
78 .name = "rb750-nand",
H A Dmach-antminer-s1.c45 .name = "antminer-s1:green:system",
49 .name = "antminer-s1:green:wlan",
H A Dmach-antrouter-r1.c45 .name = "antrouter-r1:green:wlan",
49 .name = "antrouter-r1:green:system",
H A Dmach-gl-inet.c44 .name = "gl-connect:red:wlan",
49 .name = "gl-connect:green:lan",
H A Dmach-gl-ar300.c44 .name = "gl_ar300:wlan",
49 .name = "gl_ar300:wan",
H A Dmach-omy-x1.c46 .name = "omy:green:wan",
50 .name = "omy:green:power",
H A Dmach-wndap360.c47 .name = "netgear:green:power",
51 .name = "netgear:orange:power",
H A Dmach-wrtnode2q.c59 .name = "wrtnode2q:green:status",
64 .name = "wrtnode2q:green:wlan",
/openwrt/target/linux/ar71xx/files/drivers/leds/
H A Dleds-nu801.c35 char name[MAX_NAME_LENGTH]; member in struct:led_nu801_led_data
46 const char *name; member in struct:led_nu801_data
113 scnprintf(led->name, sizeof(led->name), "%s:%s:%s%d",
114 controller->device_name, color, controller->name,
116 led->cdev.name = led->name;
147 controller->name = template->name;
157 ret = gpio_request(controller->cki, template->name);
[all...]
H A Dleds-wndr3700-usb.c35 .name = "netgear:green:usb",
55 .name = DRIVER_NAME,
/openwrt/package/kernel/trelay/src/
H A Dtrelay.c4 * Copyright (C) 2012 Felix Fietkau <nbd@nbd.name>
30 char name[]; member in struct:trelay
129 static int trelay_do_add(char *name, char *devn1, char *devn2) argument
135 tr = kzalloc(sizeof(*tr) + strlen(name) + 1, GFP_KERNEL);
144 if (!strcmp(tr1->name, name))
167 strcpy(tr->name, name);
172 tr->debugfs = debugfs_create_dir(name, debugfs_dir);
/openwrt/package/libs/libnl-tiny/src/
H A Dcache_mngt.c26 * @name Cache Operations Sets
32 * @arg name name of the cache type
35 * have been registered under the specified name.
37 struct nl_cache_ops *nl_cache_ops_lookup(const char *name) argument
42 if (!strcmp(ops->co_name, name))
H A Dunl.c173 int unl_genl_multicast_id(struct unl *unl, const char *name) argument
208 if (strcmp(gn, name) != 0)
220 int unl_genl_subscribe(struct unl *unl, const char *name) argument
224 mcid = unl_genl_multicast_id(unl, name);
231 int unl_genl_unsubscribe(struct unl *unl, const char *name) argument
235 mcid = unl_genl_multicast_id(unl, name);
242 int unl_nl80211_phy_lookup(const char *name) argument
247 snprintf(buf, sizeof(buf), "/sys/class/ieee80211/%s/index", name);
/openwrt/package/network/services/ead/src/tinysrp/
H A Dmissing92 find . -type f -name Makefile.am -print \
/openwrt/scripts/
H A Dgen-dependencies.sh28 for kmod in `find $TARGETS -type f -name \*.ko`; do
H A Dupdate-package-md5sum23 for file in `find $1 -name Makefile`; do
/openwrt/target/linux/adm5120/files-3.18/arch/mips/adm5120/mikrotik/
H A Drb-153.c16 .name = "cf_membase",
21 .name = "cf_irq",
/openwrt/target/linux/adm8668/files-3.18/drivers/mtd/maps/
H A Dadm8668.c3 * Copyright (C) 2006 Felix Fietkau <nbd@nbd.name>
81 char ih_name[32]; /* image name */
89 name: "adm8668-nor",
142 pos, len, mtd->name);
163 { name: "linux", offset: 0x40000, size: WINDOW_SIZE-0x40000, },
164 { name: "rootfs", offset: 0xe0000, size: 0x140000, },
165 { name: "uboot_env", offset: 0x20000, size: 0x20000, },
166 { name: NULL, },
200 mtd->name, fs_size>>10);
224 mtd->name);
[all...]
/openwrt/target/linux/ar71xx/files/drivers/mtd/
H A Dtplinkpart.c133 pr_notice("%s: no TP-Link header found\n", master->name);
149 parts[0].name = "u-boot";
154 parts[1].name = "kernel";
158 parts[2].name = "rootfs";
162 parts[3].name = "art";
167 parts[4].name = "firmware";
202 .name = "tp-link",
208 .name = "tp-link-64k",
/openwrt/target/linux/generic/files/drivers/mtd/mtdsplit/
H A Dmtdsplit_squashfs.c2 * Copyright (C) 2013 Felix Fietkau <nbd@nbd.name>
49 part->name = ROOTFS_SPLIT_NAME;
60 .name = "squashfs-split",
/openwrt/target/linux/generic/files/include/linux/
H A Dar8216_platform.h104 const char *name; member in struct:ar8327_led_info
112 .name = (_name), \
/openwrt/target/linux/lantiq/base-files/lib/functions/
H A Dlantiq_dsl.sh72 local name
77 name="Alcatel"
81 name="Analog Devices"
85 name="Broadcom"
89 name="Centillium"
93 name="Globespan"
97 name="Ikanos"
101 name="Infineon"
105 name="Texas Instruments"
109 name
[all...]
/openwrt/docs/
H A Dconfig.tex5 Every section has a type, but does not necessarily have a name.
6 Every option has a name and a value and is assigned to the section
12 config <type> ["<name>"] # Section
13 option <name> "<value>" # Option
29 Then you can use \texttt{config\_load \textit{<name>}} to load config files. The function
30 first checks for \textit{<name>} as absolute filename and falls back to loading
40 local name="$2"
64 config_foreach <function name> [<sectiontype>] [<arguments...>]
68 loaded config. The section name will be passed to the function as argument 1.
96 If a config section is unnamed, an automatically generated name wil
[all...]

Completed in 255 milliseconds

<<11121314151617181920>>