Searched refs:sig (Results 1 - 25 of 58) sorted by relevance

123

/drivers/sfi/
H A Dsfi_core.h62 char *sig; member in struct:sfi_table_key
73 #define SFI_ANY_KEY { .sig = NULL, .oem_id = NULL, .oem_table_id = NULL }
H A Dsfi_core.c124 header->sig, pa,
203 if (strncmp(th->sig, key->sig, SFI_SIGNATURE_SIZE)
240 if (!key->sig) {
290 key.sig = signature;
354 if (strncmp(syst_hdr->sig, SFI_SIG_SYST,
399 key.sig = tbl_attr->name;
429 if (!th || !th->sig[0]) {
435 memcpy(tbl_attr->name, th->sig, SFI_SIGNATURE_SIZE);
H A Dsfi_acpi.c120 struct sfi_table_key xsdt_key = { .sig = SFI_SIG_XSDT };
164 key.sig = signature;
187 key.sig = tbl_attr->name;
/drivers/eisa/
H A Deisa-bus.c21 #define EISA_DEVINFO(i,s) { .id = { .sig = i }, .name = s }
63 if (!strcmp(edev->id.sig, eisa_table[i].id.sig)) {
72 sprintf(edev->pretty_name, "EISA device %.7s", edev->id.sig);
79 u8 sig[4]; local
94 sig[i] = inb(addr + i);
96 if (!i && (sig[0] & 0x80))
100 sig_str[0] = ((sig[0] >> 2) & 0x1f) + ('A' - 1);
101 sig_str[1] = (((sig[0] & 3) << 3) | (sig[
192 char *sig; local
[all...]
/drivers/net/wireless/
H A Dwl3501_cs.c367 static int wl3501_esbq_exec(struct wl3501_card *this, void *sig, int sig_size) argument
374 wl3501_set_to_wla(this, ptr, sig, sig_size);
385 struct wl3501_get_req sig = { local
394 u16 ptr = wl3501_get_tx_buffer(this, sizeof(sig));
396 wl3501_set_to_wla(this, ptr, &sig, sizeof(sig));
415 struct wl3501_pwr_mgmt_req sig = { local
426 u16 ptr = wl3501_get_tx_buffer(this, sizeof(sig));
428 wl3501_set_to_wla(this, ptr, &sig, sizeof(sig));
458 struct wl3501_md_req sig = { local
542 struct wl3501_resync_req sig = { local
563 struct wl3501_scan_req sig = { local
578 struct wl3501_join_req sig = { local
596 struct wl3501_start_req sig = { local
651 struct wl3501_scan_confirm sig; local
842 struct wl3501_auth_req sig = { local
855 struct wl3501_assoc_req sig = { local
870 struct wl3501_join_confirm sig; local
929 struct wl3501_md_confirm sig; local
941 struct wl3501_md_ind sig; local
983 wl3501_get_confirm_interrupt(struct wl3501_card *this, u16 addr, void *sig, int size) argument
996 struct wl3501_start_confirm sig; local
1008 struct wl3501_assoc_confirm sig; local
1020 struct wl3501_auth_confirm sig; local
[all...]
/drivers/net/ethernet/xscale/ixp2000/
H A Dixp2400_tx.uc39 .sig volatile sig1
40 .sig volatile sig2
41 .sig volatile sig3
69 .sig zzz
115 .sig zzz
179 .sig zzz
208 .sig copy_sig
228 .sig zzz
253 .sig zzz
H A Dixp2400_rx.uc53 .sig volatile sig1
54 .sig volatile sig2
55 .sig volatile sig3
57 .sig mpacket_arrived
233 .sig zzz
320 .sig copy_sig
345 .sig zzz
370 .sig zzz
/drivers/isdn/sc/
H A Dtimer.c49 unsigned long sig; local
61 sig = (unsigned long) *((unsigned long *)(sc_adapter[card]->rambase + SIG_OFFSET));
64 if (sig == SIGNATURE) {
H A Dinit.c442 unsigned long sig; local
487 sig = readl(rambase + SIG_OFFSET);
488 pr_debug("Looking for a signature, got 0x%lx\n", sig);
489 if (sig == SIGNATURE)
497 sig = readl(rambase + SIG_OFFSET);
498 pr_debug("Looking for a signature, got 0x%lx\n", sig);
499 if (sig == SIGNATURE)
507 sig = readl(rambase + SIG_OFFSET);
508 pr_debug("Looking for a signature, got 0x%lx\n", sig);
509 if (sig !
[all...]
/drivers/scsi/
H A Dt128.c201 int sig, count; local
225 for (sig = 0; sig < NO_SIGNATURES; ++sig)
226 if (check_signature(p + signatures[sig].offset,
227 signatures[sig].string,
228 strlen(signatures[sig].string))) {
H A Ddtc.c216 int sig, count; local
240 for (sig = 0; sig < NO_SIGNATURES; ++sig) {
241 if (check_signature(base + signatures[sig].offset, signatures[sig].string, strlen(signatures[sig].string))) {
/drivers/scsi/aic94xx/
H A Daic94xx_sds.c46 char sig[2]; member in struct:asd_ocm_dir
73 .sig = {0x4D, 0x4F}, /* signature */
110 char sig[4]; member in struct:asd_bios_chim_struct
156 if (dir->sig[0] != 'M' || dir->sig[1] != 'O') {
158 dir->sig[0], dir->sig[1]);
239 if (strncmp(bc_struct->sig, "SOIB", 4)
240 && strncmp(bc_struct->sig, "IPSA", 4)) {
241 ASD_DPRINTK("BIOS_CHIM entry has no valid sig(
417 char sig[2]; /* 'S', 'M' */ member in struct:asd_manuf_sec
444 char sig[2]; /* 'P', 'M' */ member in struct:asd_manuf_phy_param
528 char sig[2]; /* 'M', 'C' */ member in struct:asd_ms_conn_map
[all...]
/drivers/net/wireless/bcmdhd/include/
H A Dlinuxver.h549 #define KILL_PROC(nr, sig) \
555 if (tsk) send_sig(sig, tsk, 1); \
560 #define KILL_PROC(pid, sig) \
564 if (tsk) send_sig(sig, tsk, 1); \
567 #define KILL_PROC(pid, sig) \
569 kill_proc(pid, sig, 1); \
/drivers/staging/crystalhd/
H A Dcrystalhd_misc.h81 uint32_t sig; member in struct:crystalhd_dio_req
107 uint32_t sig; member in struct:crystalhd_dioq
H A Dcrystalhd_misc.c76 dio->sig = crystalhd_dio_inv;
447 dioq->sig = BC_LINK_DIOQ_SIG;
476 if (!dioq || (dioq->sig != BC_LINK_DIOQ_SIG))
484 dioq->sig = 0;
506 if (!ioq || (ioq->sig != BC_LINK_DIOQ_SIG) || !data) {
549 if (!ioq || (ioq->sig != BC_LINK_DIOQ_SIG)) {
587 if (!ioq || (ioq->sig != BC_LINK_DIOQ_SIG)) {
632 if (!ioq || (ioq->sig != BC_LINK_DIOQ_SIG) || !to_secs || !sig_pend) {
749 dio->sig = crystalhd_dio_locked;
799 dio->sig
[all...]
/drivers/media/dvb/dvb-usb/
H A Dvp702x-fe.c35 u8 sig; member in struct:vp702x_fe_state
58 st->sig = buf[0];
116 *strength = (st->sig << 8) | st->sig;
/drivers/scsi/isci/
H A Dprobe_roms.h165 u8 sig[4]; member in struct:isci_oem_hdr
/drivers/staging/android/
H A Dpersistent_ram.c29 uint32_t sig; member in struct:persistent_ram_buffer
410 if (prz->buffer->sig == PERSISTENT_RAM_SIG) {
424 " (sig = 0x%08x)\n", prz->buffer->sig);
427 prz->buffer->sig = PERSISTENT_RAM_SIG;
/drivers/net/ethernet/amd/
H A Dnmclan_cs.c648 char sig[2]; local
650 sig[0] = mace_read(lp, ioaddr, MACE_CHIPIDL);
651 sig[1] = mace_read(lp, ioaddr, MACE_CHIPIDH);
652 if ((sig[0] == 0x40) && ((sig[1] & 0x0F) == 0x09)) {
654 sig[0], sig[1]);
657 sig[0], sig[1]);
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c3914 static inline int bnx2x_check_blocks_with_parity0(u32 sig, int par_num, argument
3919 for (i = 0; sig; i++) {
3921 if (sig & cur_bit) {
3955 sig &= ~cur_bit;
3962 static inline int bnx2x_check_blocks_with_parity1(u32 sig, int par_num, argument
3967 for (i = 0; sig; i++) {
3969 if (sig & cur_bit) {
4041 sig &= ~cur_bit;
4048 static inline int bnx2x_check_blocks_with_parity2(u32 sig, int par_num, argument
4053 for (i = 0; sig;
4100 bnx2x_check_blocks_with_parity3(u32 sig, int par_num, bool *global, bool print) argument
4142 bnx2x_check_blocks_with_parity4(u32 sig, int par_num, bool print) argument
4169 bnx2x_parity_attn(struct bnx2x *bp, bool *global, bool print, u32 *sig) argument
[all...]
/drivers/video/
H A Dmx3fb.c442 * @sig: bitfield of signal polarities for LCD interface.
451 struct ipu_di_signal_cfg sig)
533 old_conf |= sig.datamask_en << DI_D3_DATAMSK_SHIFT |
534 sig.clksel_en << DI_D3_CLK_SEL_SHIFT |
535 sig.clkidle_en << DI_D3_CLK_IDLE_SHIFT;
539 old_conf |= sig.data_pol << DI_D3_DATA_POL_SHIFT |
540 sig.clk_pol << DI_D3_CLK_POL_SHIFT |
541 sig.enable_pol << DI_D3_DRDY_SHARP_POL_SHIFT |
542 sig.Hsync_pol << DI_D3_HSYNC_POL_SHIFT |
543 sig
445 sdc_init_panel(struct mx3fb_data *mx3fb, enum ipu_panel panel, uint32_t pixel_clk, uint16_t width, uint16_t height, uint16_t h_start_width, uint16_t h_sync_width, uint16_t h_end_width, uint16_t v_start_width, uint16_t v_sync_width, uint16_t v_end_width, struct ipu_di_signal_cfg sig) argument
[all...]
/drivers/net/ethernet/cirrus/
H A Dmac89x0.c189 unsigned short sig; local
232 sig = nubus_readw(ioaddr + DATA_PORT);
233 if (sig != swab16(CHIP_EISA_ID_SIG))
/drivers/tty/
H A Dtty_audit.c147 * Set up TTY audit state in @sig from current. @sig needs no locking.
149 void tty_audit_fork(struct signal_struct *sig) argument
152 sig->audit_tty = current->signal->audit_tty;
H A Disicom.c1315 unsigned int sig, portcount = 0; local
1329 sig = inw(base + 0x4) & 0xff;
1331 if (sig != 0xa5 && sig != 0xbb && sig != 0xcc && sig != 0xdd &&
1332 sig != 0xee) {
1335 dev_dbg(&pdev->dev, "Sig=0x%x\n", sig);
1351 switch (sig) {
1365 *signature = sig;
[all...]
/drivers/video/console/
H A Dsticore.c814 u32 sig; local
835 sig = gsc_readl(address);
838 if ((le32_to_cpu(sig)==0xaa55)) {
871 DPRINTK(("sig %04x, PCI STI ROM at %08lx\n", sig, address));
877 if ((sig & 0xff) == 0x01) {
883 if ((sig & 0xffff) == 0x0303) {

Completed in 1694 milliseconds

123