Searched refs:junk (Results 1 – 7 of 7) sorted by relevance
/drivers/video/fbdev/ |
D | macfb.c | 393 unsigned char junk; in civic_setpalette() local 395 junk = nubus_readb(&civic_cmap_regs->lut); in civic_setpalette() 397 junk = nubus_readb(&civic_cmap_regs->lut); in civic_setpalette() 399 junk = nubus_readb(&civic_cmap_regs->lut); in civic_setpalette() 401 junk = nubus_readb(&civic_cmap_regs->lut); in civic_setpalette() 418 nubus_writeb(junk, &civic_cmap_regs->lut); in civic_setpalette()
|
/drivers/ipack/devices/ |
D | scc2698.h | 30 u8 junk[8]; /* other crap for block control */ member 37 u8 junk[8]; /* other crap for block control */ member
|
/drivers/media/usb/dvb-usb/ |
D | cxusb.c | 393 u8 *junk; in cxusb_d680_dmb_drain_message() local 397 junk = kmalloc(junk_len, GFP_KERNEL); in cxusb_d680_dmb_drain_message() 398 if (!junk) in cxusb_d680_dmb_drain_message() 403 junk, junk_len, &rd_count, timeout) < 0) in cxusb_d680_dmb_drain_message() 408 kfree(junk); in cxusb_d680_dmb_drain_message() 416 u8 *junk; in cxusb_d680_dmb_drain_video() local 420 junk = kmalloc(junk_len, GFP_KERNEL); in cxusb_d680_dmb_drain_video() 421 if (!junk) in cxusb_d680_dmb_drain_video() 426 junk, junk_len, &rd_count, timeout) < 0) in cxusb_d680_dmb_drain_video() 431 kfree(junk); in cxusb_d680_dmb_drain_video()
|
/drivers/media/dvb-frontends/ |
D | mb86a16.c | 1045 unsigned char junk; in mb86a16_set_fe() local 1485 if (sync_chk(state, &junk) == 0) { in mb86a16_set_fe() 1508 sync = sync_chk(state, &junk); in mb86a16_set_fe()
|
/drivers/scsi/ |
D | scsi_sysfs.c | 102 char s1[15], s2[15], s3[17], junk; in scsi_scan() local 106 res = sscanf(str, "%10s %10s %16s %c", s1, s2, s3, &junk); in scsi_scan()
|
D | ips.c | 5110 uint8_t junk; in ips_reset_morpheus() local 5128 pci_read_config_byte(ha->pcidev, 4, &junk); in ips_reset_morpheus()
|
/drivers/net/wireless/ |
D | airo.c | 2076 char junk[0x18]; in get_tx_error() local 2081 bap_read(ai, (__le16 *) junk, 0x18, BAP0); in get_tx_error() 2091 memcpy(wrqu.addr.sa_data, junk + 0x12, ETH_ALEN); in get_tx_error()
|