/linux-3.3/drivers/video/omap/ |
D | Makefile | 7 objs-yy := omapfb_main.o 31 omapfb-objs := $(objs-yy)
|
/linux-3.3/arch/arm/mach-nomadik/ |
D | i2c-8815nhk.c | 27 /* first bus: GPIO XX and YY */ 35 /* second bus: GPIO XX and YY */
|
/linux-3.3/drivers/usb/serial/ |
D | io_edgeport.h | 100 __u8 BootMinorVersion; /* yy. */ 104 __u8 FirmwareMinorVersion; /* yy. */ 107 __u8 ManufactureDescDate[3]; /* MM/DD/YY when descriptor template was compiled */
|
D | io_usbvend.h | 353 __u8 MinorVersion; // yy. 443 __u8 DescDate[3]; // F09 MM/DD/YY when descriptor template was compiler, 541 __u8 MinorVersion; // C7 yy.
|
/linux-3.3/drivers/video/console/ |
D | tileblit.c | 55 const unsigned short *s, int count, int yy, int xx, in tile_putcs() argument 63 blit.sy = yy; in tile_putcs()
|
D | fbcon_cw.c | 116 const unsigned short *s, int count, int yy, int xx, in cw_putcs() argument 136 image.dx = vxres - ((yy + 1) * vc->vc_font.height); in cw_putcs()
|
D | bitblit.c | 144 const unsigned short *s, int count, int yy, int xx, in bit_putcs() argument 160 image.dy = yy * vc->vc_font.height; in bit_putcs()
|
D | fbcon_ccw.c | 130 const unsigned short *s, int count, int yy, int xx, in ccw_putcs() argument 150 image.dx = yy * vc->vc_font.height; in ccw_putcs()
|
D | fbcon_ud.c | 152 const unsigned short *s, int count, int yy, int xx, in ud_putcs() argument 173 image.dy = vyres - ((yy * vc->vc_font.height) + vc->vc_font.height); in ud_putcs()
|
D | fbcon.h | 60 const unsigned short *s, int count, int yy, int xx,
|
/linux-3.3/drivers/rtc/ |
D | rtc-ds3234.c | 76 dt->tm_year = bcd2bin(buf[6] & 0xff) + 100; /* Assume 20YY */ in ds3234_read_time() 94 /* Assume 20YY although we just want to make sure not to go negative. */ in ds3234_set_time()
|
D | rtc-fm3130.c | 140 /* assume 20YY not 19YY, and ignore CF bit */ in fm3130_get_time() 174 /* assume 20YY not 19YY */ in fm3130_set_time()
|
D | rtc-m41t80.c | 123 /* assume 20YY not 19YY, and ignore the Century Bit */ in m41t80_get_datetime() 178 /* assume 20YY not 19YY */ in m41t80_set_datetime()
|
D | rtc-ds1307.c | 327 /* assume 20YY not 19YY, and ignore DS1337_BIT_CENTURY */ in ds1307_get_time() 360 /* assume 20YY not 19YY */ in ds1307_set_time()
|
/linux-3.3/sound/core/seq/ |
D | seq_midi_emul.c | 494 * drum channel: XX=0x1?(channel), YY=0x15, ZZ=on/off in sysex() 495 * reverb mode: XX=0x01, YY=0x30, ZZ=0-7 in sysex() 496 * chorus mode: XX=0x01, YY=0x38, ZZ=0-7 in sysex() 497 * master vol: XX=0x00, YY=0x04, ZZ=0-127 in sysex() 500 0x41,0x10,0x42,0x12,0x40,/*XX,YY,ZZ*/ in sysex()
|
/linux-3.3/drivers/firmware/ |
D | dmi_scan.c | 643 * [mm[/dd]]/yy[yy] and the result is stored in the out 667 * mm/dd/yy[yy] but the original code extracted only the year in dmi_get_date()
|
/linux-3.3/drivers/net/ethernet/fujitsu/ |
D | fmvj18x_cs.c | 557 * 22 0d xx xx xx 04 06 yy yy yy yy yy yy ff in fmvj18x_get_hwinfo() 559 * 'yy' is MAC address. in fmvj18x_get_hwinfo()
|
/linux-3.3/drivers/macintosh/ |
D | via-macii.c | 482 * data is "XX...YY 00" while CTLR_IRQ is "L...H L" in macii_interrupt() 484 * data is "XX...YY 00" while CTLR_IRQ is "L...L L" in macii_interrupt() 486 * YY is the last byte of valid response data.) in macii_interrupt()
|
/linux-3.3/fs/isofs/ |
D | util.c | 8 * We have to convert from a MM/DD/YY format to the Unix ctime format.
|
/linux-3.3/Documentation/usb/ |
D | wusb-cbaf | 50 CHID is always 16 hex bytes in 'XX YY ZZ...' form
|
/linux-3.3/drivers/video/matrox/ |
D | matroxfb_accel.c | 390 int width, int height, int yy, int xx) in matroxfb_1bpp_imageblit() argument 407 ydstlen = (yy << 16) | height; in matroxfb_1bpp_imageblit()
|
/linux-3.3/drivers/char/ |
D | nvram.c | 642 "YY%cMM%cDD", 643 "YY%cDD%cMM",
|
/linux-3.3/Documentation/filesystems/ |
D | nilfs2.txt | 205 `-- file (ino=yy)
|
/linux-3.3/arch/powerpc/include/asm/ |
D | spinlock.h | 35 /* use 0x800000yy when locked, where yy == CPU number */
|
/linux-3.3/scripts/ |
D | Makefile.lib | 176 LEX_PREFIX = $(if $(LEX_PREFIX_${baseprereq}),$(LEX_PREFIX_${baseprereq}),yy) 187 YACC_PREFIX = $(if $(YACC_PREFIX_${baseprereq}),$(YACC_PREFIX_${baseprereq}),yy)
|