Searched defs:ch (Results 1 - 6 of 6) sorted by relevance
| /solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/ast/ |
| H A D | libvtsSUNWast.c | 734 register int ch; local 749 ch = inputstring[inputon]; 751 if (ch == CTRL('c')) { 758 } else if (ch == CTRL('\\')) {
|
| /solaris-x11-s12/open-src/kernel/i915/src/ |
| H A D | dvo_ns2501.c | 147 static bool ns2501_readb(struct intel_dvo_device *dvo, int addr, uint8_t * ch) argument 173 *ch = in_buf[0]; 192 static bool ns2501_writeb(struct intel_dvo_device *dvo, int addr, uint8_t ch) argument 206 out_buf[1] = ch; 231 unsigned char ch; local 241 if (!ns2501_readb(dvo, NS2501_VID_LO, &ch)) 244 if (ch != (NS2501_VID & 0xff)) { 246 ch, adapter->name, dvo->slave_addr); 250 if (!ns2501_readb(dvo, NS2501_DID_LO, &ch)) 253 if (ch ! 506 unsigned char ch; local 523 unsigned char ch; local [all...] |
| H A D | dvo_sil164.c | 74 static bool sil164_readb(struct intel_dvo_device *dvo, int addr, uint8_t *ch) argument 100 *ch = in_buf[0]; 111 static bool sil164_writeb(struct intel_dvo_device *dvo, int addr, uint8_t ch) argument 124 out_buf[1] = ch; 143 unsigned char ch; local 153 if (!sil164_readb(dvo, SIL164_VID_LO, &ch)) 156 if (ch != (SIL164_VID & 0xff)) { 158 ch, adapter->name, dvo->slave_addr); 162 if (!sil164_readb(dvo, SIL164_DID_LO, &ch)) 165 if (ch ! 225 unsigned char ch; local 243 unsigned char ch; local [all...] |
| H A D | dvo_tfp410.c | 32 * Dave Mueller <dave.mueller@gmx.ch> 101 static bool tfp410_readb(struct intel_dvo_device *dvo, int addr, uint8_t *ch) argument 127 *ch = in_buf[0]; 138 static bool tfp410_writeb(struct intel_dvo_device *dvo, int addr, uint8_t ch) argument 151 out_buf[1] = ch;
|
| H A D | dvo_ch7xxx.c | 141 static bool ch7xxx_readb(struct intel_dvo_device *dvo, int addr, uint8_t *ch) argument 167 *ch = in_buf[0]; 179 static bool ch7xxx_writeb(struct intel_dvo_device *dvo, int addr, uint8_t ch) argument 192 out_buf[1] = ch;
|
| H A D | intel_sdvo.c | 270 static bool intel_sdvo_read_byte(struct intel_sdvo *intel_sdvo, u8 addr, u8 *ch) argument 283 .buf = ch,
|
Completed in 25 milliseconds