Searched refs:bg (Results 1 - 25 of 181) sorted by relevance

12345678

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpio/
H A Dbt8xxgpio.c72 #define bgwrite(dat, adr) writel((dat), bg->mmio+(adr))
73 #define bgread(adr) readl(bg->mmio+(adr))
83 struct bt8xxgpio *bg = container_of(gpio, struct bt8xxgpio, gpio); local
87 spin_lock_irqsave(&bg->lock, flags);
97 spin_unlock_irqrestore(&bg->lock, flags);
104 struct bt8xxgpio *bg = container_of(gpio, struct bt8xxgpio, gpio); local
108 spin_lock_irqsave(&bg->lock, flags);
110 spin_unlock_irqrestore(&bg->lock, flags);
118 struct bt8xxgpio *bg = container_of(gpio, struct bt8xxgpio, gpio); local
122 spin_lock_irqsave(&bg
143 struct bt8xxgpio *bg = container_of(gpio, struct bt8xxgpio, gpio); local
159 bt8xxgpio_gpio_setup(struct bt8xxgpio *bg) argument
178 struct bt8xxgpio *bg; local
245 struct bt8xxgpio *bg = pci_get_drvdata(pdev); local
265 struct bt8xxgpio *bg = pci_get_drvdata(pdev); local
288 struct bt8xxgpio *bg = pci_get_drvdata(pdev); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpio/
H A Dbt8xxgpio.c72 #define bgwrite(dat, adr) writel((dat), bg->mmio+(adr))
73 #define bgread(adr) readl(bg->mmio+(adr))
83 struct bt8xxgpio *bg = container_of(gpio, struct bt8xxgpio, gpio); local
87 spin_lock_irqsave(&bg->lock, flags);
97 spin_unlock_irqrestore(&bg->lock, flags);
104 struct bt8xxgpio *bg = container_of(gpio, struct bt8xxgpio, gpio); local
108 spin_lock_irqsave(&bg->lock, flags);
110 spin_unlock_irqrestore(&bg->lock, flags);
118 struct bt8xxgpio *bg = container_of(gpio, struct bt8xxgpio, gpio); local
122 spin_lock_irqsave(&bg
143 struct bt8xxgpio *bg = container_of(gpio, struct bt8xxgpio, gpio); local
159 bt8xxgpio_gpio_setup(struct bt8xxgpio *bg) argument
178 struct bt8xxgpio *bg; local
245 struct bt8xxgpio *bg = pci_get_drvdata(pdev); local
265 struct bt8xxgpio *bg = pci_get_drvdata(pdev); local
288 struct bt8xxgpio *bg = pci_get_drvdata(pdev); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/ui/
H A Dlibslang.h19 #define sltt_set_color(obj, name, fg, bg) \
20 SLtt_set_color(obj,(char *)name, (char *)fg, (char *)bg)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/ui/
H A Dlibslang.h19 #define sltt_set_color(obj, name, fg, bg) \
20 SLtt_set_color(obj,(char *)name, (char *)fg, (char *)bg)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Datafb_utils.h268 static inline void expand8_2col2mask(u8 fg, u8 bg, u32 fgm[], u32 bgm[]) argument
270 fgm[0] = four2long[fg & 15] ^ (bgm[0] = four2long[bg & 15]);
272 fgm[1] = four2long[fg >> 4] ^ (bgm[1] = four2long[bg >> 4]);
300 static inline void fill8_2col(u8 *dst, u8 fg, u8 bg, u32 mask) argument
304 expand8_2col2mask(fg, bg, fgm, bgm);
342 static inline void expand16_2col2mask(u8 fg, u8 bg, u32 fgm[], u32 bgm[]) argument
344 bgm[0] = two2word[bg & 3];
347 bgm[1] = two2word[(bg >> 2) & 3];
351 bgm[2] = two2word[(bg >> 4) & 3];
353 bgm[3] = two2word[bg >>
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Datafb_utils.h268 static inline void expand8_2col2mask(u8 fg, u8 bg, u32 fgm[], u32 bgm[]) argument
270 fgm[0] = four2long[fg & 15] ^ (bgm[0] = four2long[bg & 15]);
272 fgm[1] = four2long[fg >> 4] ^ (bgm[1] = four2long[bg >> 4]);
300 static inline void fill8_2col(u8 *dst, u8 fg, u8 bg, u32 mask) argument
304 expand8_2col2mask(fg, bg, fgm, bgm);
342 static inline void expand16_2col2mask(u8 fg, u8 bg, u32 fgm[], u32 bgm[]) argument
344 bgm[0] = two2word[bg & 3];
347 bgm[1] = two2word[(bg >> 2) & 3];
351 bgm[2] = two2word[(bg >> 4) & 3];
353 bgm[3] = two2word[bg >>
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ipw2x00/
H A Dlibipw_geo.c59 if ((ieee->geo.bg[i].channel == channel) &&
60 !(ieee->geo.bg[i].flags & LIBIPW_CH_INVALID) &&
62 !(ieee->geo.bg[i].flags & LIBIPW_CH_B_ONLY)))
85 if (ieee->geo.bg[i].channel == channel)
124 if (ieee->geo.bg[i].freq == freq)
125 return ieee->geo.bg[i].channel;
142 memcpy(ieee->geo.bg, geo->bg, geo->bg_channels *
162 return ieee->geo.bg[index].flags;
182 return &ieee->geo.bg[inde
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dlibipw_geo.c59 if ((ieee->geo.bg[i].channel == channel) &&
60 !(ieee->geo.bg[i].flags & LIBIPW_CH_INVALID) &&
62 !(ieee->geo.bg[i].flags & LIBIPW_CH_B_ONLY)))
85 if (ieee->geo.bg[i].channel == channel)
124 if (ieee->geo.bg[i].freq == freq)
125 return ieee->geo.bg[i].channel;
142 memcpy(ieee->geo.bg, geo->bg, geo->bg_channels *
162 return ieee->geo.bg[index].flags;
182 return &ieee->geo.bg[inde
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ocfs2/
H A Dsuballoc.c57 u64 sr_bg_blkno; /* The bg we allocated from. Set
67 unsigned int sr_bit_offset; /* The bit in the bg */
82 static inline void ocfs2_debug_bg(struct ocfs2_group_desc *bg);
118 struct ocfs2_group_desc *bg,
128 static inline int ocfs2_block_group_reasonably_empty(struct ocfs2_group_desc *bg,
358 struct ocfs2_group_desc *bg,
362 struct ocfs2_extent_list *el = &bg->bg_list;
370 rec->e_cpos = cpu_to_le32(le16_to_cpu(bg->bg_bits) /
373 le16_add_cpu(&bg->bg_bits, clusters * le16_to_cpu(cl->cl_bpc));
374 le16_add_cpu(&bg
357 ocfs2_bg_discontig_add_extent(struct ocfs2_super *osb, struct ocfs2_group_desc *bg, struct ocfs2_chain_list *cl, u64 p_blkno, unsigned int clusters) argument
389 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; local
531 struct ocfs2_group_desc *bg = local
590 struct ocfs2_group_desc *bg; local
706 struct ocfs2_group_desc *bg; local
1269 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; local
1298 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; local
1349 ocfs2_block_group_set_bits(handle_t *handle, struct inode *alloc_inode, struct ocfs2_group_desc *bg, struct buffer_head *group_bh, unsigned int bit_off, unsigned int num_bits) argument
1424 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; local
1483 ocfs2_block_group_reasonably_empty(struct ocfs2_group_desc *bg, u32 wanted) argument
1570 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) group_bh->b_data; local
1640 ocfs2_bg_discontig_fix_result(struct ocfs2_alloc_context *ac, struct ocfs2_group_desc *bg, struct ocfs2_suballoc_result *res) argument
1748 struct ocfs2_group_desc *bg; local
2127 struct ocfs2_group_desc *bg; local
2374 ocfs2_block_group_clear_bits(handle_t *handle, struct inode *alloc_inode, struct ocfs2_group_desc *bg, struct buffer_head *group_bh, unsigned int bit_off, unsigned int num_bits, void (*undo_fn)(unsigned int bit, unsigned long *bmap)) argument
2603 ocfs2_debug_bg(struct ocfs2_group_desc *bg) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/
H A Dsuballoc.c57 u64 sr_bg_blkno; /* The bg we allocated from. Set
67 unsigned int sr_bit_offset; /* The bit in the bg */
82 static inline void ocfs2_debug_bg(struct ocfs2_group_desc *bg);
118 struct ocfs2_group_desc *bg,
128 static inline int ocfs2_block_group_reasonably_empty(struct ocfs2_group_desc *bg,
358 struct ocfs2_group_desc *bg,
362 struct ocfs2_extent_list *el = &bg->bg_list;
370 rec->e_cpos = cpu_to_le32(le16_to_cpu(bg->bg_bits) /
373 le16_add_cpu(&bg->bg_bits, clusters * le16_to_cpu(cl->cl_bpc));
374 le16_add_cpu(&bg
357 ocfs2_bg_discontig_add_extent(struct ocfs2_super *osb, struct ocfs2_group_desc *bg, struct ocfs2_chain_list *cl, u64 p_blkno, unsigned int clusters) argument
389 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; local
531 struct ocfs2_group_desc *bg = local
590 struct ocfs2_group_desc *bg; local
706 struct ocfs2_group_desc *bg; local
1269 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; local
1298 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; local
1349 ocfs2_block_group_set_bits(handle_t *handle, struct inode *alloc_inode, struct ocfs2_group_desc *bg, struct buffer_head *group_bh, unsigned int bit_off, unsigned int num_bits) argument
1424 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; local
1483 ocfs2_block_group_reasonably_empty(struct ocfs2_group_desc *bg, u32 wanted) argument
1570 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) group_bh->b_data; local
1640 ocfs2_bg_discontig_fix_result(struct ocfs2_alloc_context *ac, struct ocfs2_group_desc *bg, struct ocfs2_suballoc_result *res) argument
1748 struct ocfs2_group_desc *bg; local
2127 struct ocfs2_group_desc *bg; local
2374 ocfs2_block_group_clear_bits(handle_t *handle, struct inode *alloc_inode, struct ocfs2_group_desc *bg, struct buffer_head *group_bh, unsigned int bit_off, unsigned int num_bits, void (*undo_fn)(unsigned int bit, unsigned long *bmap)) argument
2603 ocfs2_debug_bg(struct ocfs2_group_desc *bg) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dtmv.c45 unsigned x, y, mask, char_y, fg, bg, c; local
72 bg = *src >> 4;
78 *dst_char++ = ff_cga_font[c + char_y] & mask ? fg : bg;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dtmv.c45 unsigned x, y, mask, char_y, fg, bg, c; local
72 bg = *src >> 4;
78 *dst_char++ = ff_cga_font[c + char_y] & mask ? fg : bg;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dtmv.c45 unsigned x, y, mask, char_y, fg, bg, c; local
72 bg = *src >> 4;
78 *dst_char++ = ff_cga_font[c + char_y] & mask ? fg : bg;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/lib/
H A Dashldi3.S18 bg 7f
H A Dlshrdi3.S10 bg 1f
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dbackoff.h20 bg,pn %xcc, label; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/lib/
H A Dashldi3.S18 bg 7f
H A Dlshrdi3.S10 bg 1f
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/include/asm/
H A Dbackoff.h20 bg,pn %xcc, label; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nilfs2/
H A Dmdt.h106 #define nilfs_mdt_bgl_lock(inode, bg) \
107 (&NILFS_MDT(inode)->mi_bgl->locks[(bg) & (NR_BG_LOCKS-1)].lock)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/
H A Dcolor.c54 int bg = -2; local
61 /* [fg [bg]] [attr] */
83 if (bg == -2) {
84 bg = val;
95 if (attr >= 0 || fg >= 0 || bg >= 0) {
114 if (bg >= 0) {
117 if (bg < 8) {
119 *dst++ = '0' + bg;
121 dst += sprintf(dst, "48;5;%d", bg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/nilfs2/
H A Dmdt.h106 #define nilfs_mdt_bgl_lock(inode, bg) \
107 (&NILFS_MDT(inode)->mi_bgl->locks[(bg) & (NR_BG_LOCKS-1)].lock)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/
H A Dcolor.c54 int bg = -2; local
61 /* [fg [bg]] [attr] */
83 if (bg == -2) {
84 bg = val;
95 if (attr >= 0 || fg >= 0 || bg >= 0) {
114 if (bg >= 0) {
117 if (bg < 8) {
119 *dst++ = '0' + bg;
121 dst += sprintf(dst, "48;5;%d", bg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/console/
H A Dtileblit.c44 rect.bg = attr_bgcol_ec(bgshift, vc, info);
56 int fg, int bg)
67 blit.bg = bg;
83 int softback_lines, int fg, int bg)
92 cursor.bg = bg;
54 tile_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) argument
82 tile_cursor(struct vc_data *vc, struct fb_info *info, int mode, int softback_lines, int fg, int bg) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/console/
H A Dtileblit.c44 rect.bg = attr_bgcol_ec(bgshift, vc, info);
56 int fg, int bg)
67 blit.bg = bg;
83 int softback_lines, int fg, int bg)
92 cursor.bg = bg;
54 tile_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) argument
82 tile_cursor(struct vc_data *vc, struct fb_info *info, int mode, int softback_lines, int fg, int bg) argument

Completed in 303 milliseconds

12345678