Searched refs:Attribute (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/video/fbdev/
H A Dneofb.c341 par->Attribute[0] = 0x00; /* standard colormap translation */
342 par->Attribute[1] = 0x01;
343 par->Attribute[2] = 0x02;
344 par->Attribute[3] = 0x03;
345 par->Attribute[4] = 0x04;
346 par->Attribute[5] = 0x05;
347 par->Attribute[6] = 0x06;
348 par->Attribute[7] = 0x07;
349 par->Attribute[8] = 0x08;
350 par->Attribute[
[all...]
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Dcrtc.c428 regp->Attribute[0] = 0x00; /* standard colormap translation */
429 regp->Attribute[1] = 0x01;
430 regp->Attribute[2] = 0x02;
431 regp->Attribute[3] = 0x03;
432 regp->Attribute[4] = 0x04;
433 regp->Attribute[5] = 0x05;
434 regp->Attribute[6] = 0x06;
435 regp->Attribute[7] = 0x07;
436 regp->Attribute[8] = 0x08;
437 regp->Attribute[
[all...]
H A Ddisp.h29 uint8_t Attribute[21]; member in struct:nv04_crtc_reg
H A Dhw.c554 regp->Attribute[i] = NVReadVgaAttr(dev, head, i);
586 NVWriteVgaAttr(dev, head, i, regp->Attribute[i]);
/linux-master/include/uapi/linux/
H A Dcciss_defs.h100 BYTE Attribute:3; member in struct:_RequestBlock_struct::__anon12692
/linux-master/include/video/
H A Dneomagic.h132 unsigned char Attribute[21]; /* Video Attribute */ member in struct:neofb_par
/linux-master/drivers/video/fbdev/savage/
H A Dsavagefb_driver.c139 VGAwATTR(i, reg->Attribute[i], par);
227 reg->Attribute[0x00] = 0x00; /* standard colormap translation */
228 reg->Attribute[0x01] = 0x01;
229 reg->Attribute[0x02] = 0x02;
230 reg->Attribute[0x03] = 0x03;
231 reg->Attribute[0x04] = 0x04;
232 reg->Attribute[0x05] = 0x05;
233 reg->Attribute[0x06] = 0x06;
234 reg->Attribute[0x07] = 0x07;
235 reg->Attribute[
[all...]
H A Dsavagefb.h158 unsigned char Attribute[21]; /* Video Attribute */ member in struct:savage_reg
/linux-master/sound/pci/trident/
H A Dtrident_main.c454 regs[3] = (voice->Attribute << 16) | FmcRvolCvol;
938 voice->Attribute = 0;
940 voice->Attribute = (1<<(30-16))|(2<<(26-16))|
943 voice->Attribute = 0;
964 evoice->Attribute = (1<<(30-16))|(2<<(26-16))|
967 evoice->Attribute = 0;
1081 voice->Attribute = 0;
1170 voice->Attribute = (2 << (30-16)) |
1192 evoice->Attribute = 0;
1247 voice->Attribute
[all...]
H A Dtrident.h279 unsigned short Attribute; /* 16 bits - SiS 7018 */ member in struct:snd_trident_voice
/linux-master/scripts/
H A Dcheckpatch.pl491 # Notes to $Attribute:
493 our $Attribute = qr{
1025 $Modifier = qr{(?:$Attribute|$Sparse|$mods)};
3990 if ($line =~ /^\+(.*)\(\s*$Type\s*\)([ \t]++)((?![={]|\\$|$Attribute|__attribute__))/ &&
4092 # remove $Attribute/$Sparse uses to simplify comparisons
4093 $sl =~ s/\b(?:$Attribute|$Sparse)\b//g;
4094 $pl =~ s/\b(?:$Attribute|$Sparse)\b//g;
4501 if ($type =~ /^(?:(?:$Storage|$Inline|$Attribute)\s+)*((?:un)?signed)((?:\s*\*)*)\s*$/) {
4617 \b\Q$name\E(?:\s+$Attribute)*\s*(?:;|=|\[|\()
6801 $line =~ /(?:$Declare|$DeclareMisordered)\s*$Ident\s*$balanced_parens\s*(?:$Attribute)
[all...]
/linux-master/fs/smb/client/
H A Dcifspdu.h286 * File Attribute flags
2477 __le32 Attribute; member in struct:file_attrib_tag

Completed in 223 milliseconds