Searched refs:bd (Results 51 - 75 of 102) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ducc_geth.c210 static struct sk_buff *get_new_skb(struct ucc_geth_private *ugeth, u8 *bd) argument
230 out_be32(&((struct qe_bd *)bd)->buf,
237 out_be32((u32 *)bd, (R_E | R_I | (in_be32((u32 *)bd) & R_W)));
244 u8 *bd; local
249 bd = ugeth->p_rx_bd_ring[rxQ];
253 bd_status = in_be32((u32*)bd);
254 skb = get_new_skb(ugeth, bd);
263 bd += sizeof(struct qe_bd);
2066 u8 *bd; local
2428 u8 *bd, *endOfRing; local
3338 u8 *bd; /* BD pointer */ local
3408 u8 *bd; local
3489 u8 *bd; /* BD pointer */ local
[all...]
H A Dtc35815.c383 struct BDesc bd; member in struct:TxFD
389 struct BDesc bd[0]; /* variable length */ member in struct:RxFD
394 struct BDesc bd[RX_BUF_NUM]; member in struct:FrFD
900 lp->fbl_ptr->bd[i].BuffData = cpu_to_le32(lp->data_buf_dma[i]);
903 lp->fbl_ptr->bd[i].BuffData = 0;
904 lp->fbl_ptr->bd[i].BDCtl = 0;
907 lp->fbl_ptr->bd[i].BuffData =
910 /* BDID is index of FrFD.bd[] */
911 lp->fbl_ptr->bd[i].BDCtl =
1022 le32_to_cpu(fd->bd
1603 struct BDesc *bd = &lp->fbl_ptr->bd[curid]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_unzip.c92 unsigned inflate_codes_ml; /* masks for bl and bd bits */
93 unsigned inflate_codes_md; /* masks for bl and bd bits */
455 * bl, bd: number of bits decoded by tl[] and td[]
468 #define bd inflate_codes_bd macro
476 bd = my_bd;
483 md = mask_bits[bd];
533 bb = fill_bitbuffer(PASS_STATE bb, &k, bd);
610 #undef bd macro
730 unsigned bd; /* lookup bits for td */ local
756 bd
783 unsigned bd; /* lookup bits for td */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/
H A Dmpc8272ads_setup.c220 bd_t *bd = (bd_t *) __res; local
228 pinfo->uart_clk = bd->bi_intfreq;
349 bd_t *bd = (bd_t *) __res; local
361 pinfo->uart_clk = bd->bi_intfreq;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/47xxnand/
H A Dbrcmnand_priv.h86 extern int brcmnand_scan_bbt(struct mtd_info *mtd, struct nand_bbt_descr *bd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/maps/
H A Dtqm834x.c111 bd_t *bd = (bd_t *)__res; local
118 flash_addr = bd->bi_flashstart;
119 flash_size = bd->bi_flashsize;
H A Dtqm8xxl.c119 bd_t *bd = (bd_t *)__res; local
121 flash_addr = bd->bi_flashstart;
122 flash_size = bd->bi_flashsize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_trace.c131 xfs_dabuf_t *bd,
136 xfs_buf_t *bpbd = bd ? bd->bps[0] : NULL;
126 xfs_dir2_trace_args_bibii( char *where, xfs_da_args_t *args, xfs_dabuf_t *bs, int ss, xfs_dabuf_t *bd, int sd, int c) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_hotbackup/
H A Ddb_hotbackup.c563 char *bd, **names; local
568 bd = backup_dir;
578 bd = bbuf;
581 if ((ret = __db_mkpath(env, bd)) != 0) {
582 dbenv->err(dbenv, ret, "%s: cannot create", bd);
586 bd[cnt - 1] = '\0';
623 if (db_hotbackup_data_copy(dbenv, names[cnt], dir, bd, verbose) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_hotbackup/
H A Ddb_hotbackup.c548 char *bd, **names; local
553 bd = backup_dir;
563 bd = bbuf;
566 if ((ret = __db_mkpath(env, bd)) != 0) {
567 dbenv->err(dbenv, ret, "%s: cannot create", bd);
571 bd[cnt - 1] = '\0';
608 if (data_copy(dbenv, names[cnt], dir, bd, verbose) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/savage/
H A Dsavagefb.h250 #define BCI_BD_SET_BPP(bd, bpp) ((bd) |= (((bpp) & 0xFF) << 16))
251 #define BCI_BD_SET_STRIDE(bd, st) ((bd) |= ((st) & 0xFFFF))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/applets/
H A Dapplets.c429 bunzip_data *bd; local
432 i = start_bunzip(&bd,
439 /* Cannot use xmalloc: will leak bd in NOFORK case! */
442 read_bunzip(bd, outbuf, SIZEOF_usage_messages);
444 dealloc_bunzip(bd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/jsm/
H A Djsm_tty.c268 struct jsm_board *bd; local
274 bd = channel->ch_bd;
290 bd->bd_ops->assert_modem_signals(channel);
501 struct jsm_board *bd; local
522 bd = ch->ch_bd;
523 if(!bd)
677 struct jsm_board *bd; local
686 bd = ch->ch_bd;
688 if (!bd)
H A Djsm_neo.c44 static inline void neo_pci_posting_flush(struct jsm_board *bd) argument
46 readb(bd->re_map_membase + 0x8D);
946 struct jsm_board *bd; local
948 bd = ch->ch_bd;
949 if (!bd)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Daty128fb.c1717 static int aty128_bl_update_status(struct backlight_device *bd) argument
1719 struct aty128fb_par *par = class_get_devdata(&bd->class_dev);
1723 if (bd->props.power != FB_BLANK_UNBLANK ||
1724 bd->props.fb_blank != FB_BLANK_UNBLANK ||
1728 level = bd->props.brightness;
1770 static int aty128_bl_get_brightness(struct backlight_device *bd) argument
1772 return bd->props.brightness;
1791 struct backlight_device *bd; local
1805 bd = backlight_device_register(name, info->dev, par, &aty128_bl_data);
1806 if (IS_ERR(bd)) {
1830 aty128_bl_exit(struct backlight_device *bd) argument
[all...]
H A Datyfb_base.c2114 static int aty_bl_update_status(struct backlight_device *bd) argument
2116 struct atyfb_par *par = class_get_devdata(&bd->class_dev);
2120 if (bd->props.power != FB_BLANK_UNBLANK ||
2121 bd->props.fb_blank != FB_BLANK_UNBLANK)
2124 level = bd->props.brightness;
2139 static int aty_bl_get_brightness(struct backlight_device *bd) argument
2141 return bd->props.brightness;
2152 struct backlight_device *bd; local
2162 bd = backlight_device_register(name, info->dev, par, &aty_bl_data);
2163 if (IS_ERR(bd)) {
2187 aty_bl_exit(struct backlight_device *bd) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/riva/
H A Dfbdev.c308 static int riva_bl_update_status(struct backlight_device *bd) argument
310 struct riva_par *par = class_get_devdata(&bd->class_dev);
314 if (bd->props.power != FB_BLANK_UNBLANK ||
315 bd->props.fb_blank != FB_BLANK_UNBLANK)
318 level = bd->props.brightness;
333 static int riva_bl_get_brightness(struct backlight_device *bd) argument
335 return bd->props.brightness;
346 struct backlight_device *bd; local
360 bd = backlight_device_register(name, info->dev, par, &riva_bl_ops);
361 if (IS_ERR(bd)) {
387 struct backlight_device *bd = info->bl_dev; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/aoe/
H A Daoecmd.c421 struct block_device *bd; local
426 bd = bdget_disk(d->gd, 0);
428 if (bd) {
429 mutex_lock(&bd->bd_inode->i_mutex);
430 i_size_write(bd->bd_inode, (loff_t)ssize<<9);
431 mutex_unlock(&bd->bd_inode->i_mutex);
432 bdput(bd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dtoshiba_acpi.c261 static int get_lcd(struct backlight_device *bd) argument
300 static int set_lcd_status(struct backlight_device *bd) argument
302 return set_lcd(bd->props.brightness);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c3294 uInt bl, bd; local
3297 inflate_trees_fixed(&bl, &bd, &tl, &td);
3298 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z);
3447 uInt bl, bd; local
3452 bd = 6; /* must be <= 9 for lookahead assumptions */
3455 s->sub.trees.blens, &bl, &bd, &tl, &td, z);
3464 if ((c = inflate_codes_new(bl, bd, tl, td, z)) == Z_NULL)
3915 local int inflate_trees_dynamic(nl, nd, c, bl, bd, tl, td, z)
3920 uIntf *bd; /* distance desired/actual bit depth */
3942 if ((r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8260_io/
H A Denet.c617 bd_t *bd; local
630 bd = (bd_t *)__res;
738 *eap++ = dev->dev_addr[i] = bd->bi_enetaddr[i];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8xx_io/
H A Denet.c648 bd_t *bd; local
659 bd = (bd_t *)__res;
813 *eap++ = dev->dev_addr[i] = bd->bi_enetaddr[i];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dthinkpad_acpi.h306 static int brightness_get(struct backlight_device *bd);
308 static int brightness_update_status(struct backlight_device *bd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c3765 uInt bl, bd; local
3768 inflate_trees_fixed(&bl, &bd, &tl, &td);
3769 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z);
3921 uInt bl, bd; local
3926 bd = 6; /* must be <= 9 for lookahead assumptions */
3932 s->sub.trees.blens, &bl, &bd, &tl, &td, z);
3945 if ((c = inflate_codes_new(bl, bd, tl, td, z)) == Z_NULL)
4416 int inflate_trees_dynamic(nl, nd, c, bl, bd, tl, td, z)
4421 uIntf *bd; /* distance desired/actual bit depth */
4444 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A DMakefile.Watcom202 $(CC) $(CFLAGS) -bd -br $[@ -fo=$^@

Completed in 311 milliseconds

12345