Searched refs:prop (Results 1 - 25 of 537) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Dparport.h18 const u32 *prop; local
27 prop = of_get_property(np, "reg", &propsize);
28 if (!prop || propsize > 6*sizeof(u32))
30 io1 = prop[1]; io2 = prop[2];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dparport.h18 const u32 *prop; local
27 prop = of_get_property(np, "reg", &propsize);
28 if (!prop || propsize > 6*sizeof(u32))
30 io1 = prop[1]; io2 = prop[2];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/ppc/
H A Dhw_trace.c70 const device_property *prop = device_find_property(me, NULL); local
71 while (prop != NULL) {
72 const char *name = prop->name;
75 prop = device_next_property(prop);
H A Dhw_register.c79 const device_property *prop)
82 if (prop != NULL) {
83 const char *name = prop->name;
87 do_register_init(me, device_next_property(prop));
113 const device_property *prop = device_find_property(me, NULL); local
114 do_register_init(me, prop);
78 do_register_init(device *me, const device_property *prop) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/ppc/
H A Dhw_trace.c70 const device_property *prop = device_find_property(me, NULL); local
71 while (prop != NULL) {
72 const char *name = prop->name;
75 prop = device_next_property(prop);
H A Dhw_register.c79 const device_property *prop)
82 if (prop != NULL) {
83 const char *name = prop->name;
87 do_register_init(me, device_next_property(prop));
113 const device_property *prop = device_find_property(me, NULL); local
114 do_register_init(me, prop);
78 do_register_init(device *me, const device_property *prop) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/ppc/
H A Dhw_trace.c70 const device_property *prop = device_find_property(me, NULL); local
71 while (prop != NULL) {
72 const char *name = prop->name;
75 prop = device_next_property(prop);
H A Dhw_register.c79 const device_property *prop)
82 if (prop != NULL) {
83 const char *name = prop->name;
87 do_register_init(me, device_next_property(prop));
113 const device_property *prop = device_find_property(me, NULL); local
114 do_register_init(me, prop);
78 do_register_init(device *me, const device_property *prop) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dmv64x60_dev.c93 const unsigned int *prop; local
132 prop = of_get_property(np, "cell-index", NULL);
133 if (!prop)
135 port_number = *(int *)prop;
142 prop = of_get_property(np, "max_idle", NULL);
143 if (prop)
144 pdata.max_idle = *prop;
146 prop = of_get_property(brg, "current-speed", NULL);
147 if (prop)
148 pdata.default_baud = *prop;
236 const int *prop; local
330 const unsigned int *prop; local
386 const unsigned int *prop; local
500 const char *prop; local
[all...]
H A Dfsl_soc.c61 const u32 *prop = of_get_property(soc, "#address-cells", &size); local
63 if (prop && size == 4)
64 naddr = *prop;
68 prop = of_get_property(soc, "ranges", &size);
69 if (prop)
70 immrbase = of_translate_address(soc, prop + naddr);
85 const u32 *prop; local
95 prop = of_get_property(soc, "clock-frequency", &size);
96 if (!prop || size != sizeof(*prop) || *pro
114 const unsigned int *prop; local
167 const unsigned int *prop = of_get_property(node, local
239 const unsigned char *prop = NULL; local
285 const unsigned char *prop = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/sysdev/
H A Dmv64x60_dev.c93 const unsigned int *prop; local
132 prop = of_get_property(np, "cell-index", NULL);
133 if (!prop)
135 port_number = *(int *)prop;
142 prop = of_get_property(np, "max_idle", NULL);
143 if (prop)
144 pdata.max_idle = *prop;
146 prop = of_get_property(brg, "current-speed", NULL);
147 if (prop)
148 pdata.default_baud = *prop;
236 const int *prop; local
330 const unsigned int *prop; local
386 const unsigned int *prop; local
500 const char *prop; local
[all...]
H A Dfsl_soc.c61 const u32 *prop = of_get_property(soc, "#address-cells", &size); local
63 if (prop && size == 4)
64 naddr = *prop;
68 prop = of_get_property(soc, "ranges", &size);
69 if (prop)
70 immrbase = of_translate_address(soc, prop + naddr);
85 const u32 *prop; local
95 prop = of_get_property(soc, "clock-frequency", &size);
96 if (!prop || size != sizeof(*prop) || *pro
114 const unsigned int *prop; local
167 const unsigned int *prop = of_get_property(node, local
239 const unsigned char *prop = NULL; local
285 const unsigned char *prop = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/kconfig/
H A Dsymbol.c41 struct property *prop = prop_alloc(P_DEFAULT, sym); local
43 prop->expr = expr_alloc_symbol(sym_lookup(def, SYMBOL_CONST));
100 struct property *prop; local
102 for_all_choices(sym, prop)
103 return prop;
109 struct property *prop; local
111 for_all_properties(sym, prop, P_ENV)
112 return prop;
118 struct property *prop; local
120 for_all_defaults(sym, prop) {
130 struct property *prop; local
158 struct property *prop; local
191 struct property *prop; local
238 struct property *prop; local
264 struct property *prop; local
289 struct property *prop; local
426 struct property *prop; local
480 struct property *prop; local
567 struct property *prop; local
665 struct property *prop; local
881 struct property *prop; member in struct:dep_stack
912 struct property *prop; local
1013 struct property *prop; local
1047 struct property *prop; local
1084 struct property *prop; local
1117 struct property *prop; local
1137 prop_get_symbol(struct property *prop) argument
1175 struct property *prop; local
[all...]
H A Dmenu.c31 static void prop_warn(struct property *prop, const char *fmt, ...) argument
35 fprintf(stderr, "%s:%d:warning: ", prop->file->name, prop->lineno);
129 struct property *prop = prop_alloc(type, current_entry->sym); local
131 prop->menu = current_entry;
132 prop->expr = expr;
133 prop->visible.expr = menu_check_dep(dep);
137 prop_warn(prop, "leading whitespace ignored");
142 prop_warn(prop, "prompt redefined");
143 current_entry->prompt = prop;
167 struct property *prop; local
194 struct property *prop; local
237 struct property *prop; local
476 get_prompt_str(struct gstr *r, struct property *prop) argument
510 struct property *prop; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/kconfig/
H A Dsymbol.c41 struct property *prop = prop_alloc(P_DEFAULT, sym); local
43 prop->expr = expr_alloc_symbol(sym_lookup(def, SYMBOL_CONST));
100 struct property *prop; local
102 for_all_choices(sym, prop)
103 return prop;
109 struct property *prop; local
111 for_all_properties(sym, prop, P_ENV)
112 return prop;
118 struct property *prop; local
120 for_all_defaults(sym, prop) {
130 struct property *prop; local
158 struct property *prop; local
191 struct property *prop; local
238 struct property *prop; local
264 struct property *prop; local
289 struct property *prop; local
426 struct property *prop; local
480 struct property *prop; local
567 struct property *prop; local
665 struct property *prop; local
881 struct property *prop; member in struct:dep_stack
912 struct property *prop; local
1013 struct property *prop; local
1047 struct property *prop; local
1084 struct property *prop; local
1117 struct property *prop; local
1137 prop_get_symbol(struct property *prop) argument
1175 struct property *prop; local
[all...]
H A Dmenu.c31 static void prop_warn(struct property *prop, const char *fmt, ...) argument
35 fprintf(stderr, "%s:%d:warning: ", prop->file->name, prop->lineno);
129 struct property *prop = prop_alloc(type, current_entry->sym); local
131 prop->menu = current_entry;
132 prop->expr = expr;
133 prop->visible.expr = menu_check_dep(dep);
137 prop_warn(prop, "leading whitespace ignored");
142 prop_warn(prop, "prompt redefined");
143 current_entry->prompt = prop;
167 struct property *prop; local
194 struct property *prop; local
237 struct property *prop; local
476 get_prompt_str(struct gstr *r, struct property *prop) argument
510 struct property *prop; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/toolchain/scripts/config/
H A Dmenu.c28 static void prop_warn(struct property *prop, const char *fmt, ...) argument
32 fprintf(stderr, "%s:%d:warning: ", prop->file->name, prop->lineno);
99 struct property *prop = prop_alloc(type, current_entry->sym); local
101 prop->menu = current_entry;
102 prop->text = prompt;
103 prop->expr = expr;
104 prop->visible.expr = dep;
109 current_entry->prompt = prop;
112 return prop;
138 struct property *prop; local
201 struct property *prop; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_xclass.c130 const ucd_record *prop = GET_UCD(c); local
139 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll ||
140 prop->chartype == ucp_Lt) == (t == XCL_PROP)) return !negated;
144 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == (t == XCL_PROP))
149 if ((data[1] == prop->chartype) == (t == XCL_PROP)) return !negated;
153 if ((data[1] == prop->script) == (t == XCL_PROP)) return !negated;
157 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
158 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (t == XCL_PROP))
163 if ((PRIV(ucp_gentype)[prop
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_xclass.c130 const ucd_record *prop = GET_UCD(c); local
139 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll ||
140 prop->chartype == ucp_Lt) == (t == XCL_PROP)) return !negated;
144 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == (t == XCL_PROP))
149 if ((data[1] == prop->chartype) == (t == XCL_PROP)) return !negated;
153 if ((data[1] == prop->script) == (t == XCL_PROP)) return !negated;
157 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
158 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (t == XCL_PROP))
163 if ((PRIV(ucp_gentype)[prop
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_xclass.c130 const ucd_record *prop = GET_UCD(c); local
139 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll ||
140 prop->chartype == ucp_Lt) == (t == XCL_PROP)) return !negated;
144 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == (t == XCL_PROP))
149 if ((data[1] == prop->chartype) == (t == XCL_PROP)) return !negated;
153 if ((data[1] == prop->script) == (t == XCL_PROP)) return !negated;
157 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
158 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (t == XCL_PROP))
163 if ((PRIV(ucp_gentype)[prop
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/scripts/kconfig/
H A Dmenu.c28 static void prop_warn(struct property *prop, const char *fmt, ...) argument
32 fprintf(stderr, "%s:%d:warning: ", prop->file->name, prop->lineno);
124 struct property *prop = prop_alloc(type, current_entry->sym); local
126 prop->menu = current_entry;
127 prop->text = prompt;
128 prop->expr = expr;
129 prop->visible.expr = menu_check_dep(dep);
134 current_entry->prompt = prop;
137 return prop;
163 struct property *prop; local
209 struct property *prop; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/scripts/kconfig/
H A Dmenu.c28 static void prop_warn(struct property *prop, const char *fmt, ...) argument
32 fprintf(stderr, "%s:%d:warning: ", prop->file->name, prop->lineno);
124 struct property *prop = prop_alloc(type, current_entry->sym); local
126 prop->menu = current_entry;
127 prop->text = prompt;
128 prop->expr = expr;
129 prop->visible.expr = menu_check_dep(dep);
134 current_entry->prompt = prop;
137 return prop;
163 struct property *prop; local
209 struct property *prop; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/scripts/kconfig/
H A Dmenu.c28 static void prop_warn(struct property *prop, const char *fmt, ...) argument
32 fprintf(stderr, "%s:%d:warning: ", prop->file->name, prop->lineno);
124 struct property *prop = prop_alloc(type, current_entry->sym); local
126 prop->menu = current_entry;
127 prop->text = prompt;
128 prop->expr = expr;
129 prop->visible.expr = menu_check_dep(dep);
134 current_entry->prompt = prop;
137 return prop;
163 struct property *prop; local
209 struct property *prop; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/of/
H A Dof_spi.c26 const __be32 *prop; local
53 prop = of_get_property(nc, "reg", &len);
54 if (!prop || len < sizeof(*prop)) {
60 spi->chip_select = be32_to_cpup(prop);
71 prop = of_get_property(nc, "spi-max-frequency", &len);
72 if (!prop || len < sizeof(*prop)) {
78 spi->max_speed_hz = be32_to_cpup(prop);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/of/
H A Dof_spi.c26 const __be32 *prop; local
53 prop = of_get_property(nc, "reg", &len);
54 if (!prop || len < sizeof(*prop)) {
60 spi->chip_select = be32_to_cpup(prop);
71 prop = of_get_property(nc, "spi-max-frequency", &len);
72 if (!prop || len < sizeof(*prop)) {
78 spi->max_speed_hz = be32_to_cpup(prop);

Completed in 288 milliseconds

1234567891011>>