Searched refs:cell (Results 101 - 125 of 163) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dcelleb_setup.c6 * This code is based on arch/powerpc/platforms/cell/setup.c:
56 #include <asm/cell-regs.h>
H A Dpmu.c33 #include <asm/cell-regs.h>
404 machine_arch_initcall(cell, cbe_init_pm_irq);
H A Dcbe_regs.c19 #include <asm/cell-regs.h>
H A Dras.c26 #include <asm/cell-regs.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dltable.c520 TValue *cell; local
522 cell = cast(TValue *, p);
526 cell = luaH_newkey(L, t, &k);
528 setobj2t(L, cell, value);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgridevt.tex17 \twocolitem{{\bf EVT\_GRID\_EDITOR\_CREATED(func)}}{The editor for a cell was created. Processes a wxEVT\_GRID\_EDITOR\_CREATED.}
18 \twocolitem{{\bf EVT\_GRID\_CMD\_EDITOR\_CREATED(id, func)}}{The editor for a cell was created; variant taking a window identifier. Processes a wxEVT\_GRID\_EDITOR\_CREATED.}
146 Returns true if the user deselected a cell, false if the user
147 deselected a cell.
H A Dhtcontnr.tex14 The wxHtmlContainerCell class is an implementation of a cell that may
76 \func{void}{InsertCell}{\param{wxHtmlCell }{*cell}}
78 Inserts new cell into the container.
H A Dgridbagsizer.tex83 Return the sizer item for the given grid cell, or NULL if there is no
97 Get the size of the specified cell, including hgap and vgap. Only
H A Dhvscroll.tex272 Return the position (X as column, Y as row) of the cell occupying the specified
385 Refreshes the specified cell -- it will be redrawn during the next main loop
542 Scroll to the specified row and column. The cell described will be the top left
543 visible cell afterwards.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-ioctl.c60 * Protects use of mdptr to obtain hash cell name and uuid from mapped device.
183 struct hash_cell *cell, *hc; local
188 cell = alloc_cell(name, uuid, md);
189 if (!cell)
193 * Insert the cell into both hash tables.
202 list_add(&cell->name_list, _name_buckets + hash_str(name));
207 list_del(&cell->name_list);
211 list_add(&cell->uuid_list, _uuid_buckets + hash_str(uuid));
215 dm_set_mdptr(md, cell);
223 free_cell(cell);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Datmdev.h20 bits per cell: /8/53
21 max cell rate: 353207.547 cells/sec */
23 /* 25 Mbps ATM cell rate (59111) */
27 bits per cell: /8/53
28 max cell rate: 1412830.188 cells/sec */
312 int (*push_oam)(struct atm_vcc *vcc,void *cell);
402 int (*send_oam)(struct atm_vcc *vcc,void *cell,int flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dfsl_rio.c1345 const u32 *dt_range, *cell; local
1374 cell = of_get_property(dev->dev.of_node, "#address-cells", NULL);
1375 if (cell)
1376 aw = *cell;
1380 cell = of_get_property(dev->dev.of_node, "#size-cells", NULL);
1381 if (cell)
1382 sw = *cell;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/passdb/
H A Dsecrets.c949 BOOL secrets_store_afs_keyfile(const char *cell, const struct afs_keyfile *keyfile) argument
953 if ((cell == NULL) || (keyfile == NULL))
959 slprintf(key, sizeof(key)-1, "%s/%s", SECRETS_AFS_KEYFILE, cell);
966 BOOL secrets_fetch_afs_key(const char *cell, struct afs_key *result) argument
973 slprintf(key, sizeof(key)-1, "%s/%s", SECRETS_AFS_KEYFILE, cell);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dwinpars.cpp74 // entire contents of the cell in this case
743 void wxHtmlWinParser::ApplyStateToCell(wxHtmlCell *cell)
747 cell->SetLink(GetLink());
750 cell->SetScriptMode(GetScriptMode(), GetScriptBaseline());
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parisc/
H A Diosapic.c228 ** for them easy - not necessarily accurate (eg "cell").
252 * @cell_num: The cell number of the CPU we're currently executing on
257 * entries in the PCI interrupt routing table for the cell specified
258 * in the cell_number argument. The cell number must be for a cell
261 * The "Get PCI INT Routing Table" option returns, for the cell
288 DBG("calling get_irt_size (cell %ld)\n", cell_num);
352 printk(MODULE_NAME " Interrupt Routing Table (cell %ld)\n", cell_num);
377 unsigned long cell = 0; local
388 cell
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dwinpars.h136 // applies current parser state (link, sub/supscript, ...) to given cell
137 void ApplyStateToCell(wxHtmlCell *cell);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dcell-regs.h18 #include <asm/cell-pmu.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Dmntpt.c166 static const char afs_root_cell[] = ":root.cell.";
213 memcpy(options, "cell=", 5);
214 strcpy(options + 5, super->volume->cell->name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Dcell_edac.c19 #include <asm/cell-regs.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dopl3.c859 #define SET_VIBRATO(cell) { \
860 tmp = instr->operators[(cell-1)+(((cell-1)/2)*OFFS_4OP)]; \
863 opl3_command (map->ioaddr, AM_VIB + map->op[cell-1], tmp);}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mtd/
H A Dmtd.h56 unsigned cell; member in struct:erase_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dfeature.c194 /* Check if scc cell need enabling */
380 /* Set clear mesh cell enable */
625 /* Check if scc cell need enabling */
1447 int cell; local
1470 cell = node->name[4] - 'a';
1471 switch(cell) {
1484 MACIO_BIC(KEYLARGO_FCR0, fcrs[cell][0]);
1485 MACIO_BIS(KEYLARGO_FCR1, fcrs[cell][1]);
1486 MACIO_BIS(KEYLARGO_FCR3, fcrs[cell][2]);
1488 MACIO_BIC(KEYLARGO_FCR3, fcrs[cell][
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dmc13783-core.c591 struct mfd_cell cell = { local
597 return mfd_add_devices(&mc13783->spidev->dev, -1, &cell, 1, NULL, 0);
H A Dwm8400-core.c246 struct mfd_cell cell = { local
251 return mfd_add_devices(wm8400->dev, -1, &cell, 1, NULL, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dviodasd.c80 #define DEVICE_NO(cell) ((struct viodasd_device *)(cell) - &viodasd_devices[0])

Completed in 467 milliseconds

1234567