Searched refs:sig (Results 26 - 50 of 58) sorted by relevance

123

/drivers/net/ethernet/hp/
H A Dhp100.c315 unsigned char sig[4], sum; local
321 sig[i] = hp100_inb(BOARD_ID + i);
322 sum += sig[i];
329 str[0] = ((sig[0] >> 2) & 0x1f) + ('A' - 1);
330 str[1] = (((sig[0] & 3) << 3) | (sig[1] >> 5)) + ('A' - 1);
331 str[2] = (sig[1] & 0x1f) + ('A' - 1);
332 rev = (sig[2] << 8) | sig[3];
341 const char *sig; local
[all...]
/drivers/video/
H A Dbroadsheetfb.c464 u8 sig; local
470 err = broadsheet_spiflash_read_byte(par, &sig);
474 if ((sig != 0x10) && (sig != 0x11)) {
480 *flash_type = sig;
/drivers/block/drbd/
H A Ddrbd_actlog.c946 int i, sig; local
951 sig = wait_event_interruptible(mdev->al_wait,
953 if (sig)
960 sig = wait_event_interruptible(mdev->al_wait,
964 if (sig || (test_bit(BME_PRIORITY, &bm_ext->flags) && sa)) {
972 if (sig)
/drivers/usb/host/
H A Dehci-dbg.c260 char *sig; local
264 case 0 << 10: sig = "se0"; break;
265 case 1 << 10: sig = "k"; break; /* low speed */
266 case 2 << 10: sig = "j"; break;
267 default: sig = "?"; break;
272 "sig=%s%s%s%s%s%s%s%s%s%s%s",
285 sig,
H A Doxu210hp-hcd.c145 char *sig; local
150 sig = "se0";
153 sig = "k"; /* low speed */
156 sig = "j";
159 sig = "?";
164 "%s%sport %d status %06x%s%s sig=%s%s%s%s%s%s%s%s%s%s",
168 sig,
/drivers/pci/hotplug/
H A Dacpiphp_ibm.c77 char sig[4]; member in struct:apci_descriptor::__anon3800
153 if (memcmp(des->header.sig, "aPCI", 4) != 0)
/drivers/media/video/cx18/
H A Dcx18-driver.c286 int sig; local
291 sig = intr ? signal_pending(current) : 0;
292 } while (!sig && timeout);
293 return sig;
/drivers/scsi/isci/
H A Dprobe_roms.c217 if (memcmp(oem_hdr->sig, ISCI_OEM_SIG, ISCI_OEM_SIG_SIZE) != 0) {
/drivers/scsi/
H A Dsim710.c300 if(strcmp(edev->id.sig, "HWP0C80") == 0) {
H A Dwd7000.c326 const char *sig; /* String to look for */ member in struct:signature
1439 bios_match = check_signature(biosaddr, signatures[sig_ptr].sig, signatures[sig_ptr].len);
/drivers/staging/bcm/
H A Dnvm.c4104 //If this is header sector write 0xFFFFFFFF at the sig time and in last write sig
4235 //If this is header sector write 0xFFFFFFFF at the sig time and in last write sig
4281 BcmFlash2xCorruptSig : this API is used to corrupt the written sig in Bcm Header present in flash section.
4282 It will corrupt the sig, if Section is writable, by making first bytes as zero.
4287 Success :- If Section is present and writable, corrupt the sig and return STATUS_SUCCESS
4314 BcmFlash2xWriteSig :-this API is used to Write the sig if requested Section has
4320 Success :- If Section is present and writable write the sig and return STATUS_SUCCESS
4353 BCM_DEBUG_PRINT(Adapter,DBG_TYPE_PRINTK, 0, 0,"Corrupted Pattern is not there. Hence won't write sig");
4651 UINT sig = 0; local
5094 UINT sig = 0; local
5167 UINT sig = 0; local
[all...]
/drivers/scsi/qla2xxx/
H A Dqla_sup.c607 if (fltl->sig[0] != 'Q' || fltl->sig[1] != 'F' ||
608 fltl->sig[2] != 'L' || fltl->sig[3] != 'T')
877 if (fdt->sig[0] != 'Q' || fdt->sig[1] != 'L' || fdt->sig[2] != 'I' ||
878 fdt->sig[3] != 'D')
888 fdt->sig[0], le16_to_cpu(fdt->version));
H A Dqla_fw.h1268 uint8_t sig[4]; member in struct:qla_fdt_layout
1300 uint8_t sig[4]; member in struct:qla_flt_location
1346 uint8_t sig[2]; member in struct:qla_npiv_header
/drivers/tty/
H A Dpty.c172 static int pty_signal(struct tty_struct *tty, int sig) argument
182 kill_pgrp(pgrp, sig, 1);
H A Dsysrq.c319 static void send_sig_all(int sig) argument
330 do_send_sig_info(sig, SEND_SIG_FORCED, p, true);
H A Dn_tty.c984 * @sig: signal
996 static inline void isig(int sig, struct tty_struct *tty, int flush) argument
999 kill_pgrp(tty->pgrp, sig, 1);
1437 int is_ignored(int sig) argument
1439 return (sigismember(&current->blocked, sig) ||
1440 current->sighand->action[sig-1].sa.sa_handler == SIG_IGN);
/drivers/net/ethernet/8390/
H A Dne3210.c121 printk("ne3210-debug: probe at %#x, ID %s\n", ioaddr, edev->id.sig);
/drivers/net/ethernet/sis/
H A Dsis190.c1583 u16 sig; local
1590 sig = (u16) sis190_read_eeprom(ioaddr, EEPROMSignature);
1592 if ((sig == 0xffff) || (sig == 0x0000)) {
1595 pci_name(pdev), sig);
/drivers/net/ethernet/sun/
H A Dniu.c431 u64 uninitialized_var(sig), mask, val;
507 sig = nr64(ESR_INT_SIGNALS);
508 if ((sig & mask) == val)
514 if ((sig & mask) != val) {
516 np->port, (int)(sig & mask), (int)val);
528 u64 uninitialized_var(sig), mask, val;
613 sig = nr64(ESR_INT_SIGNALS);
614 if ((sig & mask) == val)
620 if ((sig & mask) != val) {
622 np->port, (int)(sig
757 u64 ctrl_val, test_cfg_val, sig, mask, val; local
910 u64 ctrl_val, test_cfg_val, sig, mask, val; local
2123 u64 sig, mask, val; local
2371 u64 ctrl_val, test_cfg_val, sig, mask, val; local
[all...]
/drivers/scsi/qla4xxx/
H A Dql4_fw.h260 uint8_t sig[4]; member in struct:qla_fdt_layout
292 uint8_t sig[4]; member in struct:qla_flt_location
H A Dql4_nx.c2056 if (fdt->sig[0] != 'Q' || fdt->sig[1] != 'L' || fdt->sig[2] != 'I' ||
2057 fdt->sig[3] != 'D')
2066 "checksum=0x%x id=%c version=0x%x.\n", chksum, fdt->sig[0],
/drivers/infiniband/hw/ipath/
H A Dipath_driver.c2633 static int ipath_signal_procs(struct ipath_devdata *dd, int sig) argument
2652 i, pid_nr(pid), sig);
2653 kill_pid(pid, sig, 1);
2661 "signal %d\n", i, sub, pid_nr(pid), sig);
2662 kill_pid(pid, sig, 1);
/drivers/usb/gadget/
H A Dfile_storage.c2622 DBG(fsg, "invalid CBW: len %u sig 0x%x\n",
2911 int sig; local
2924 sig = dequeue_signal_lock(current, &current->blocked, &info);
2925 if (!sig)
2927 if (sig != SIGUSR1) {
/drivers/tty/vt/
H A Dkeyboard.c104 .sig = 0,
630 if (kill_pid(vt_spawn_con.pid, vt_spawn_con.sig, 1)) {
/drivers/video/aty/
H A Datyfb_base.c3167 u32 driv_inf_tab, sig; local
3182 sig = *(u32 *)driv_inf_tab;
3183 if ((sig == 0x54504c24) || /* Rage LT pro */
3184 (sig == 0x544d5224) || /* Rage mobility */
3185 (sig == 0x54435824) || /* Rage XC */
3186 (sig == 0x544c5824)) { /* Rage XL */

Completed in 1140 milliseconds

123