Searched refs:id (Results 301 - 325 of 8404) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Ddtree.js13 function Node(id, pid, name, io, shc, icon, iconOpen, open) {
14 this.id = id;
54 dTree.prototype.add = function(id, pid, name, io, shc, icon, iconOpen, open) {
55 this.aNodes[this.aNodes.length] = new Node(id, pid, name, io, shc, icon, iconOpen, open);
74 if (this.aNodes[n].pid == pNode.id) {
80 if ( cn.id == this.selectedNode ) {
96 if (!node.icon) node.icon = (this.root.id == node.pid) ? this.icon.root : this.icon.folder;
98 if (this.root.id == node.pid) {
102 str += '<img id
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibipt_realm.c34 int id; member in struct:realmname
52 int id; local
70 id = strtoul(cur, &nxt, strncmp(cur, "0x", 2) ? 10 : 16);
75 if (id < 0 || id > 255)
97 newnm->id = id;
118 /* get realm id for name, -1 if error/not found */
130 return cur->id;
136 /* get realm name for id, NUL
137 realm_id2name(int id) argument
164 int id; local
200 print_realm(unsigned long id, unsigned long mask, int numeric) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dframe.c54 int id3_frame_validid(char const *id) argument
56 return id &&
57 valid_idchar(id[0]) &&
58 valid_idchar(id[1]) &&
59 valid_idchar(id[2]) &&
60 valid_idchar(id[3]);
67 struct id3_frame *id3_frame_new(char const *id) argument
73 if (!id3_frame_validid(id))
76 frametype = id3_frametype_lookup(id, 4);
78 switch (id[
179 obsolete(char const *id, id3_byte_t const *data, id3_length_t length) argument
203 unparseable(char const *id, id3_byte_t const **ptr, id3_length_t length, int flags, int group_id, int encryption_method, id3_length_t decoded_length) argument
267 id3_byte_t const *id, *end, *data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dframe.c54 int id3_frame_validid(char const *id) argument
56 return id &&
57 valid_idchar(id[0]) &&
58 valid_idchar(id[1]) &&
59 valid_idchar(id[2]) &&
60 valid_idchar(id[3]);
67 struct id3_frame *id3_frame_new(char const *id) argument
73 if (!id3_frame_validid(id))
76 frametype = id3_frametype_lookup(id, 4);
78 switch (id[
179 obsolete(char const *id, id3_byte_t const *data, id3_length_t length) argument
203 unparseable(char const *id, id3_byte_t const **ptr, id3_length_t length, int flags, int group_id, int encryption_method, id3_length_t decoded_length) argument
267 id3_byte_t const *id, *end, *data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7164/
H A Dsaa7164-cards.c60 .id = 0x1d,
67 .id = 0x04,
74 .id = 0x1b,
81 .id = 0x1e,
88 .id = 0x1f,
102 .id = 0x06,
109 .id = 0x04,
116 .id = 0x05,
123 .id = 0x1e,
130 .id
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx25840/
H A Dcx25840-core.h49 u32 id; member in struct:cx25840_state
69 return state->id == V4L2_IDENT_CX25836 ||
70 state->id == V4L2_IDENT_CX25837;
75 return state->id == V4L2_IDENT_CX2310X_AV;
80 return state->id == V4L2_IDENT_CX23885_AV ||
81 state->id == V4L2_IDENT_CX23887_AV ||
82 state->id == V4L2_IDENT_CX23888_AV;
87 return state->id == V4L2_IDENT_CX23885_AV;
92 return state->id == V4L2_IDENT_CX23887_AV;
97 return state->id
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/qdsp5/
H A Devlog.h36 uint32_t id; member in struct:ev_entry
59 unsigned n, id, max; local
69 id = entry[n].id;
70 if (id) {
72 if (id < log->num_strings)
73 str = log->strings[id];
88 static void ev_log_write(struct ev_log *log, unsigned id, unsigned arg) argument
102 entry->id = id;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s5p/
H A Dclock.c33 .id = -1,
38 .id = -1,
43 .id = -1,
50 .id = -1,
59 .id = -1,
67 .id = -1,
73 .id = -1,
80 .id = -1,
87 .id = -1,
127 .id
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/lib/
H A Dsysv.c92 int volume_id_probe_sysv(struct volume_id *id, uint64_t off, uint64_t size) argument
102 volume_id_get_buffer(id, off + (boff * SYSV_SUPERBLOCK_BLOCK), 0x200);
107 volume_id_set_label_raw(id, vs->s_fname, 6);
108 volume_id_set_label_string(id, vs->s_fname, 6);
109 id->type = "sysv";
116 volume_id_get_buffer(id, off + (boff + XENIX_SUPERBLOCK_BLOCK), 0x200);
121 volume_id_set_label_raw(id, xs->s_fname, 6);
122 volume_id_set_label_string(id, xs->s_fname, 6);
123 id->type = "xenix";
131 volume_id_set_usage(id, VOLUME_ID_FILESYSTE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-std.c28 v4l2_std_id id; member in struct:std_name
137 v4l2_std_id id = 0; local
157 cmsk = sp->id;
173 t = sp->id & cmsk;
175 id |= t;
181 if (idPtr) *idPtr = id;
187 v4l2_std_id id)
200 if (!(gp->id & ip->id & id)) continu
186 pvr2_std_id_to_str(char *bufPtr, unsigned int bufSize, v4l2_std_id id) argument
283 match_std(v4l2_std_id id) argument
294 pvr2_std_fill(struct v4l2_standard *std,v4l2_std_id id) argument
321 pvr2_std_create_enum(unsigned int *countptr, v4l2_std_id id) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dgf2k.c86 unsigned char id; member in struct:gf2k
180 for (i = 0; i < 4 && i < gf2k_axes[gf2k->id]; i++)
183 for (i = 0; i < 2 && i < gf2k_axes[gf2k->id] - 4; i++)
188 for (i = 0; i < gf2k_hats[gf2k->id]; i++)
193 for (i = 0; i < gf2k_joys[gf2k->id]; i++)
196 for (i = 0; i < gf2k_pads[gf2k->id]; i++)
213 if (gf2k_read_packet(gf2k->gameport, gf2k_length[gf2k->id], data) < gf2k_length[gf2k->id])
235 * gf2k_connect() probes for Genius id joysticks.
274 if (!(gf2k->id
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/cavium-octeon/
H A Dsmp.c98 int id; local
105 for (id = 0; id < NR_CPUS; id++) {
106 set_cpu_possible(id, id == 0);
107 set_cpu_present(id, id == 0);
115 for (id = 0; id < NR_CPU
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_devgroup.c27 {.name = "src-group", .id = O_SRC_GROUP, .type = XTTYPE_STRING,
29 {.name = "dst-group", .id = O_DST_GROUP, .type = XTTYPE_STRING,
48 unsigned int id; local
52 switch (cb->entry->id) {
65 id = xtables_lmap_name2id(devgroups, cb->arg);
66 if (id == -1)
70 info->src_group = id;
89 id = xtables_lmap_name2id(devgroups, cb->arg);
90 if (id == -1)
94 info->dst_group = id;
105 print_devgroup(unsigned int id, unsigned int mask, int numeric) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Ddockart.h39 virtual int GetMetric(int id) = 0;
40 virtual void SetMetric(int id, int new_val) = 0;
41 virtual void SetFont(int id, const wxFont& font) = 0;
42 virtual wxFont GetFont(int id) = 0;
43 virtual wxColour GetColour(int id) = 0;
44 virtual void SetColour(int id, const wxColor& colour) = 0;
45 wxColour GetColor(int id) { return GetColour(id); } argument
46 void SetColor(int id, const wxColour& color) { SetColour(id, colo argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dcalctrl.h219 #define wx__DECLARE_CALEVT(evt, id, fn) \
220 wx__DECLARE_EVT1(wxEVT_CALENDAR_ ## evt, id, wxCalendarEventHandler(fn))
222 #define EVT_CALENDAR(id, fn) wx__DECLARE_CALEVT(DOUBLECLICKED, id, fn)
223 #define EVT_CALENDAR_SEL_CHANGED(id, fn) wx__DECLARE_CALEVT(SEL_CHANGED, id, fn)
224 #define EVT_CALENDAR_DAY(id, fn) wx__DECLARE_CALEVT(DAY_CHANGED, id, fn)
225 #define EVT_CALENDAR_MONTH(id, fn) wx__DECLARE_CALEVT(MONTH_CHANGED, id, f
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/
H A Disa.c20 unsigned int id; member in struct:isa_dev
31 isa_driver->match(dev, to_isa_dev(dev)->id))
43 return isa_driver->probe(dev, to_isa_dev(dev)->id);
53 return isa_driver->remove(dev, to_isa_dev(dev)->id);
63 isa_driver->shutdown(dev, to_isa_dev(dev)->id);
71 return isa_driver->suspend(dev, to_isa_dev(dev)->id, state);
81 return isa_driver->resume(dev, to_isa_dev(dev)->id);
117 unsigned int id; local
126 for (id = 0; id < nde
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dccwdev.h44 const struct ccw_device_id *id = array; local
46 for (id = array; id->match_flags; id++) {
47 if ((id->match_flags & CCW_DEVICE_ID_MATCH_CU_TYPE)
48 && (id->cu_type != match->cu_type))
51 if ((id->match_flags & CCW_DEVICE_ID_MATCH_CU_MODEL)
52 && (id->cu_model != match->cu_model))
55 if ((id->match_flags & CCW_DEVICE_ID_MATCH_DEVICE_TYPE)
56 && (id
87 struct ccw_device_id id; member in struct:ccw_device
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_devgroup.c27 {.name = "src-group", .id = O_SRC_GROUP, .type = XTTYPE_STRING,
29 {.name = "dst-group", .id = O_DST_GROUP, .type = XTTYPE_STRING,
48 unsigned int id; local
52 switch (cb->entry->id) {
65 id = xtables_lmap_name2id(devgroups, cb->arg);
66 if (id == -1)
70 info->src_group = id;
89 id = xtables_lmap_name2id(devgroups, cb->arg);
90 if (id == -1)
94 info->dst_group = id;
105 print_devgroup(unsigned int id, unsigned int mask, int numeric) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Dmcbsp.c83 #define omap_mcbsp_check_valid_id(id) (id < omap_mcbsp_count)
84 #define id_to_mcbsp_ptr(id) mcbsp_ptr[id];
91 static void omap_mcbsp_dump_reg(u8 id) argument
93 struct omap_mcbsp *mcbsp = id_to_mcbsp_ptr(id);
95 dev_dbg(mcbsp->dev, "**** McBSP%d regs ****\n", mcbsp->id);
199 void omap_mcbsp_config(unsigned int id, const struct omap_mcbsp_reg_cfg *config) argument
203 if (!omap_mcbsp_check_valid_id(id)) {
204 printk(KERN_ERR "%s: Invalid id (
317 omap_st_set_chgain(unsigned int id, int channel, s16 chgain) argument
350 omap_st_get_chgain(unsigned int id, int channel, s16 *chgain) argument
397 omap_st_enable(unsigned int id) argument
436 omap_st_disable(unsigned int id) argument
462 omap_st_is_enabled(unsigned int id) argument
488 omap_mcbsp_set_tx_threshold(unsigned int id, u16 threshold) argument
511 omap_mcbsp_set_rx_threshold(unsigned int id, u16 threshold) argument
533 omap_mcbsp_get_max_tx_threshold(unsigned int id) argument
551 omap_mcbsp_get_max_rx_threshold(unsigned int id) argument
565 omap_mcbsp_get_fifo_size(unsigned int id) argument
582 omap_mcbsp_get_tx_delay(unsigned int id) argument
605 omap_mcbsp_get_rx_delay(unsigned int id) argument
633 omap_mcbsp_get_dma_op_mode(unsigned int id) argument
704 omap_mcbsp_set_io_type(unsigned int id, omap_mcbsp_io_type_t io_type) argument
731 omap_mcbsp_request(unsigned int id) argument
826 omap_mcbsp_free(unsigned int id) argument
873 omap_mcbsp_start(unsigned int id, int tx, int rx) argument
938 omap_mcbsp_stop(unsigned int id, int tx, int rx) argument
986 omap_mcbsp_pollwrite(unsigned int id, u16 buf) argument
1028 omap_mcbsp_pollread(unsigned int id, u16 *buf) argument
1072 omap_mcbsp_xmit_word(unsigned int id, u32 word) argument
1093 omap_mcbsp_recv_word(unsigned int id) argument
1117 omap_mcbsp_spi_master_xmit_word_poll(unsigned int id, u32 word) argument
1185 omap_mcbsp_spi_master_recv_word_poll(unsigned int id, u32 *word) argument
1265 omap_mcbsp_xmit_buffer(unsigned int id, dma_addr_t buffer, unsigned int length) argument
1328 omap_mcbsp_recv_buffer(unsigned int id, dma_addr_t buffer, unsigned int length) argument
1397 omap_mcbsp_set_spi_mode(unsigned int id, const struct omap_mcbsp_spi_cfg *spi_cfg) argument
1743 int id = pdev->id - 1; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-match-approx.c87 int id; local
91 for (id = 0; id < tnfa->num_states; id++)
94 if (reach[id].pos < pos)
96 DPRINT((" %03d, costs ", id));
97 for (i = 0; i <= reach[id].depth; i++)
102 DPRINT(("%2d", reach[id].costs[i][j]));
107 if (i + 1 <= reach[id].depth)
113 DPRINT(("%02d", reach[id]
242 int i, id; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/regulator/
H A Dmc13783-regulator.c189 .id = MC13783_ ## prefix ## _ ## _name, \
207 .id = MC13783_ ## prefix ## _ ## _name, \
222 .id = MC13783_ ## prefix ## _ ## _name, \
286 int id = rdev_get_id(rdev); local
289 dev_dbg(rdev_get_dev(rdev), "%s id: %d\n", __func__, id); local
292 ret = mc13783_reg_rmw(priv->mc13783, mc13783_regulators[id].reg,
293 mc13783_regulators[id].enable_bit,
294 mc13783_regulators[id].enable_bit);
303 int id local
306 dev_dbg(rdev_get_dev(rdev), "%s id: %d\\n", __func__, id); local
319 int ret, id = rdev_get_id(rdev); local
335 int id = rdev_get_id(rdev); local
379 int value, id = rdev_get_id(rdev); local
383 __func__, id, min_uV, max_uV); local
403 int ret, id = rdev_get_id(rdev); local
406 dev_dbg(rdev_get_dev(rdev), "%s id: %d\\n", __func__, id); local
419 dev_dbg(rdev_get_dev(rdev), "%s id: %d val: %d\\n", __func__, id, val); local
438 int id = rdev_get_id(rdev); local
441 __func__, id, min_uV, max_uV); local
452 int id = rdev_get_id(rdev); local
454 dev_dbg(rdev_get_dev(rdev), "%s id: %d\\n", __func__, id); local
498 int id = rdev_get_id(rdev); local
502 dev_dbg(rdev_get_dev(rdev), "%s id: %d\\n", __func__, id); local
520 int id = rdev_get_id(rdev); local
524 dev_dbg(rdev_get_dev(rdev), "%s id: %d\\n", __func__, id); local
542 int ret, id = rdev_get_id(rdev); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dtbargtk.h25 wxWindowID id,
33 Create(parent, id, pos, size, style, name);
37 wxWindowID id,
51 virtual void SetToolShortHelp(int id, const wxString& helpString);
57 void SetToolNormalBitmap(int id, const wxBitmap& bitmap);
58 void SetToolDisabledBitmap(int id, const wxBitmap& bitmap);
90 virtual wxToolBarToolBase *CreateTool(int id,
24 wxToolBar( wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxTB_HORIZONTAL, const wxString& name = wxToolBarNameStr ) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sgi-ip32/
H A Dcrime.c28 unsigned int id, rev; local
35 id = crime->id;
36 rev = id & CRIME_ID_REV;
37 id = (id & CRIME_ID_IDBITS) >> 4;
38 printk(KERN_INFO "CRIME id %1x rev %d at 0x%0*lx\n",
39 id, rev, field, (unsigned long) CRIME_BASE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ux500/
H A Ddevices.c50 #define UX500_I2C_RESOURCES(id, size) \
51 static struct resource ux500_i2c##id##_resources[] = { \
53 .start = UX500_I2C##id##_BASE, \
54 .end = UX500_I2C##id##_BASE + size - 1, \
58 .start = IRQ_I2C##id, \
59 .end = IRQ_I2C##id, \
71 .id = cid, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-mxc/include/mach/
H A Ddevices-common.h13 struct platform_device *imx_add_platform_device(const char *name, int id,
19 struct platform_device *__init imx_add_flexcan(int id,
26 static inline struct platform_device *__init imx_add_flexcan(int id, argument
36 struct platform_device *__init imx_add_imx_i2c(int id,
41 struct platform_device *__init imx_add_imx_uart_3irq(int id,
46 struct platform_device *__init imx_add_imx_uart_1irq(int id,
58 struct platform_device *__init imx_add_spi_imx(int id,

Completed in 373 milliseconds

<<11121314151617181920>>