Searched refs:res_size (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dcdu31a.c468 unsigned int res_size; local
475 params, 2, res_reg, &res_size);
476 if ((res_size < 2) || ((res_reg[0] & 0xf0) == 0x20)) {
492 params, 2, res_reg, &res_size);
493 if ((res_size < 2) || ((res_reg[0] & 0xf0) == 0x20)) {
541 unsigned int res_size; local
552 do_sony_cd_cmd(SONY_SPIN_UP_CMD, NULL, 0, res_reg, &res_size);
553 if ((res_size < 2) || ((res_reg[0] & 0xf0) == 0x20)) {
1036 unsigned char res_reg[], int *res_size)
1044 *res_size
1033 read_data_block(char *buffer, unsigned int block, unsigned int nblocks, unsigned char res_reg[], int *res_size) argument
1144 unsigned int res_size; local
1292 unsigned int res_size; local
1786 unsigned int res_size; local
1829 unsigned int res_size; local
1928 read_audio_data(char *buffer, unsigned char res_reg[], int *res_size) argument
2042 unsigned int res_size; local
2215 unsigned int res_size; local
2241 unsigned int res_size; local
2594 unsigned int res_size; local
2645 unsigned int res_size; local
2711 unsigned int res_size; local
2804 get_drive_configuration(unsigned short base_io, unsigned char res_reg[], unsigned int *res_size) argument
2904 unsigned int res_size; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dlocalcharset.c147 size_t res_size = 0; local
178 if (res_size == 0)
180 res_size = l1 + 1 + l2 + 1;
181 res_ptr = (char *) malloc (res_size + 1);
185 res_size += l1 + 1 + l2 + 1;
186 res_ptr = (char *) realloc (res_ptr, res_size + 1);
191 res_size = 0;
196 strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1);
197 strcpy (res_ptr + res_size - (l2 + 1), buf2);
200 if (res_size
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dlocalcharset.c148 size_t res_size = 0; local
179 if (res_size == 0)
181 res_size = l1 + 1 + l2 + 1;
182 res_ptr = (char *) malloc (res_size + 1);
186 res_size += l1 + 1 + l2 + 1;
187 res_ptr = (char *) realloc (res_ptr, res_size + 1);
192 res_size = 0;
197 strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1);
198 strcpy (res_ptr + res_size - (l2 + 1), buf2);
201 if (res_size
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dlocalcharset.c147 size_t res_size = 0; local
178 if (res_size == 0)
180 res_size = l1 + 1 + l2 + 1;
181 res_ptr = (char *) malloc (res_size + 1);
185 res_size += l1 + 1 + l2 + 1;
186 res_ptr = (char *) realloc (res_ptr, res_size + 1);
191 res_size = 0;
196 strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1);
197 strcpy (res_ptr + res_size - (l2 + 1), buf2);
200 if (res_size
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dlocalcharset.c147 size_t res_size = 0; local
178 if (res_size == 0)
180 res_size = l1 + 1 + l2 + 1;
181 res_ptr = (char *) malloc (res_size + 1);
185 res_size += l1 + 1 + l2 + 1;
186 res_ptr = (char *) realloc (res_ptr, res_size + 1);
191 res_size = 0;
196 strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1);
197 strcpy (res_ptr + res_size - (l2 + 1), buf2);
200 if (res_size
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/libcharset/lib/
H A Dlocalcharset.c154 size_t res_size = 0; local
185 if (res_size == 0)
187 res_size = l1 + 1 + l2 + 1;
188 res_ptr = (char *) malloc (res_size + 1);
192 res_size += l1 + 1 + l2 + 1;
193 res_ptr = (char *) realloc (res_ptr, res_size + 1);
198 res_size = 0;
203 strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1);
204 strcpy (res_ptr + res_size - (l2 + 1), buf2);
207 if (res_size
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dsgbuf.c63 size_t *res_size)
87 if (res_size == NULL)
89 *res_size = size = sgbuf->pages * PAGE_SIZE;
61 snd_malloc_sgbuf_pages(struct device *device, size_t size, struct snd_dma_buffer *dmab, size_t *res_size) argument
H A Dmemalloc.c50 size_t *res_size);
342 * res_size argument.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parisc/
H A Dsba_iommu.c208 u32 *rptr_end = (u32 *) &(ioc->res_map[ioc->res_size]);
309 unsigned long *res_end = (unsigned long *) &(ioc->res_map[ioc->res_size]);
395 if (pide >= (ioc->res_size << 3)) {
397 if (pide >= (ioc->res_size << 3))
1531 int res_size; local
1539 res_size = sba_dev->ioc[i].pdir_size/sizeof(u64); /* entries */
1543 res_size -= (128*1024)/sizeof(u64);
1546 res_size >>= 3; /* convert bit count to byte count */
1547 DBG_INIT("%s() res_size 0x%x\n",
1548 __FUNCTION__, res_size);
[all...]
H A Dccio-dma.c237 u32 res_size; /* size of resource map in bytes */ member in struct:ioc
314 u##size *res_end = (u##size *)&(ioc)->res_map[ioa->res_size]; \
931 unsigned int total_pages = ioc->res_size << 3;
950 ioc->res_size, total_pages);
1013 for (j = 0; j < (ioc->res_size / sizeof(u32)); j++) {
1097 while (idx < ioc->res_size) {
1203 ioc->res_size = (ioc->pdir_size / sizeof(u64)) >> 3;
1204 DBG_INIT("%s() res_size 0x%x\n", __FUNCTION__, ioc->res_size);
1207 get_order(ioc->res_size));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dmmu.c595 unsigned long res_size = 0; local
621 res_size = __pa(swapper_pg_dir) - PHYS_OFFSET;
628 res_size = 0x00020000;
630 res_size = 0x00014000;
644 res_size = __pa(swapper_pg_dir) - PHYS_OFFSET;
646 if (res_size)
647 reserve_bootmem_node(pgdat, PHYS_OFFSET, res_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/hp/common/
H A Dsba_iommu.c209 unsigned int res_size; /* size of resource map in bytes */ member in struct:ioc
345 u64 *rptr_end = (u64 *) &(ioc->res_map[ioc->res_size]);
474 unsigned long *res_end = (unsigned long *) &(ioc->res_map[ioc->res_size]);
623 if (unlikely(pide >= (ioc->res_size << 3))) {
625 if (unlikely(pide >= (ioc->res_size << 3))) {
654 if (unlikely(pide >= (ioc->res_size << 3)))
1627 ioc->res_size = ioc->pdir_size / PDIR_ENTRY_SIZE; /* entries */
1628 ioc->res_size >>= 3; /* convert bit count to byte count */
1629 DBG_INIT("%s() res_size 0x%x\n", __FUNCTION__, ioc->res_size);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/mbx/
H A Dmbxfb.c685 #define res_size(_r) (((_r)->end - (_r)->start) + 1) macro
727 res_size(mfbi->fb_res), dev->name);
736 res_size(mfbi->reg_res), dev->name);
745 res_size(mfbi->reg_req));
754 res_size(mfbi->fb_req));
806 release_mem_region(mfbi->reg_res->start, res_size(mfbi->reg_res));
808 release_mem_region(mfbi->fb_res->start, res_size(mfbi->fb_res));
837 res_size(mfbi->reg_req));
840 res_size(mfbi->fb_req));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Doffb.c253 unsigned long res_size = pitch * height * (depth + 7) / 8; local
261 if (!request_mem_region(res_start, res_size, "offb"))
270 release_mem_region(res_start, res_size);
279 release_mem_region(res_start, res_size);
409 release_mem_region(res_start, res_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/mpu401/
H A Dmpu401_uart.c557 int res_size = hardware == MPU401_HW_PC98II ? 4 : 2; local
558 mpu->res = request_region(port, res_size, "MPU401 UART");
562 port, res_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dropes.h40 unsigned int res_size; /* size of resource map in bytes */ member in struct:ioc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Datyfb.h151 unsigned long res_size; member in struct:atyfb_par
H A Datyfb_base.c2526 par->mtrr_aper = mtrr_add(par->res_start, par->res_size, MTRR_TYPE_WRCOMB, 1);
3438 unsigned long addr, res_start, res_size; local
3467 res_size = rp->end - rp->start + 1;
3468 if (!request_mem_region (res_start, res_size, "atyfb"))
3482 par->res_size = res_size;
3535 release_mem_region(par->res_start, par->res_size);
3669 release_mem_region(par->res_start, par->res_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ddm9000.c383 #define res_size(_r) (((_r)->end - (_r)->start) + 1) macro
446 i = res_size(db->addr_res);
464 iosize = res_size(db->data_res);

Completed in 182 milliseconds