Searched refs:scode (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/dio/
H A Ddio.c14 * unsigned long dio_scodetophysaddr(int scode)
16 * int dio_scodetoipl(int scode)
19 * const char *dio_scodetoname(int scode)
22 * void dio_config_board(int scode) mark board as configured in the list
23 * void dio_unconfig_board(int scode) mark board as no longer configured
123 int scode, id; local
126 for (scode = 0; scode < DIO_SCMAX; scode++) {
130 if (DIO_SCINHOLE(scode))
173 int scode; local
277 dio_scodetophysaddr(int scode) argument
[all...]
/linux-master/include/trace/events/
H A Dfirewire.h39 TP_PROTO(u64 transaction, unsigned int generation, unsigned int scode, const u32 *header, const u32 *data, unsigned int data_count),
40 TP_ARGS(transaction, generation, scode, header, data, data_count),
44 __field(u8, scode)
51 __entry->scode = scode;
57 "transaction=0x%llx generation=%u scode=%u dst_id=0x%04x tlabel=%u tcode=%u src_id=0x%04x offset=0x%012llx header=%s data=%s",
60 __entry->scode,
74 TP_PROTO(u64 transaction, unsigned int generation, unsigned int scode, unsigned int status, unsigned int timestamp),
75 TP_ARGS(transaction, generation, scode, status, timestamp),
79 __field(u8, scode)
[all...]
/linux-master/drivers/media/platform/amphion/
H A Dvpu_malone.c324 int (*insert_scode_seq)(struct malone_scode_t *scode);
325 int (*insert_scode_pic)(struct malone_scode_t *scode);
1275 static int vpu_malone_insert_scode_seq(struct malone_scode_t *scode, u32 codec_id, u32 ext_size) argument
1284 scode->inst->out_format.width,
1285 scode->inst->out_format.height);
1286 ret = vpu_helper_copy_to_stream_buffer(&scode->inst->stream_buffer,
1287 &scode->wptr,
1295 static int vpu_malone_insert_scode_pic(struct malone_scode_t *scode, u32 codec_id, u32 ext_size) argument
1303 ext_size + vb2_get_plane_payload(scode->vb, 0),
1304 scode
1315 vpu_malone_insert_scode_vc1_g_seq(struct malone_scode_t *scode) argument
1324 vpu_malone_insert_scode_vc1_g_pic(struct malone_scode_t *scode) argument
1349 vpu_malone_insert_scode_vc1_l_seq(struct malone_scode_t *scode) argument
1381 vpu_malone_insert_scode_vc1_l_pic(struct malone_scode_t *scode) argument
1404 vpu_malone_insert_scode_vp8_seq(struct malone_scode_t *scode) argument
1429 vpu_malone_insert_scode_vp8_pic(struct malone_scode_t *scode) argument
1452 vpu_malone_insert_scode_spk_seq(struct malone_scode_t *scode) argument
1457 vpu_malone_insert_scode_spk_pic(struct malone_scode_t *scode) argument
1498 vpu_malone_insert_scode(struct malone_scode_t *scode, u32 type) argument
1531 struct malone_scode_t scode; local
[all...]
/linux-master/include/linux/
H A Ddio.h48 int scode; member in struct:dio_dev
120 #define DIO_SCINHOLE(scode) (((scode) >= 32) && ((scode) < DIOII_SCBASE))
121 #define DIO_ISDIOII(scode) ((scode) >= 132 && (scode) < 256)
136 #define DIO_SIZE(scode, base) (DIO_ISDIOII((scode)) ? DIOII_SIZE((base)) : DIO_DEVSIZE)
244 extern unsigned long dio_scodetophysaddr(int scode);
[all...]
/linux-master/drivers/tty/serial/8250/
H A D8250_hp300.c93 int scode; local
104 scode = hp300_uart_scode;
112 if (scode == 256) {
127 unsigned long pa = dio_scodetophysaddr(scode);
131 pr_info("Serial console is HP DCA at select code %d\n", scode);
164 if (hp300_uart_scode == d->scode) {
184 "8250_hp300: register_serial() DCA scode %d irq %d failed\n",
185 d->scode, uart.port.irq);
/linux-master/drivers/input/keyboard/
H A Dhilkbd.c114 unsigned char scode; local
119 scode = hil_dev.data[1] >> 1;
120 key = hphilkeyb_keycode[scode];
/linux-master/drivers/video/fbdev/
H A Dhpfb.c338 if (d->scode >= DIOII_SCBASE) {
344 "(secondary id %02x)\n", d->scode, (d->id >> 8) & 0xff);
346 if (d->scode >= DIOII_SCBASE)
356 if (d->scode >= DIOII_SCBASE)
/linux-master/drivers/media/tuners/
H A Dxc2028.c654 v4l2_std_id *id, __u16 int_freq, int scode)
679 if (priv->firm[pos].size != 12 * 16 || scode >= 16)
681 p += 12 * scode;
685 if (priv->firm[pos].size != 14 * 16 || scode >= 16 ||
686 le16_to_cpu(*(__le16 *)(p + 14 * scode)) != 12)
688 p += 14 * scode + 2;
830 tuner_dbg("Trying to load scode %d\n", new_fw.scode_nr);
653 load_scode(struct dvb_frontend *fe, unsigned int type, v4l2_std_id *id, __u16 int_freq, int scode) argument
H A Dxc4000.c857 v4l2_std_id *id, __u16 int_freq, int scode)
883 if (priv->firm[pos].size != 12 * 16 || scode >= 16)
885 p += 12 * scode;
909 printk(KERN_ERR "Failed to set scode %d\n", rc);
1024 dprintk(1, "load scode failed %d\n", rc);
856 load_scode(struct dvb_frontend *fe, unsigned int type, v4l2_std_id *id, __u16 int_freq, int scode) argument
/linux-master/drivers/net/ethernet/amd/
H A Dhplance.c106 dev->name, d->name, d->scode, dev->dev_addr, d->ipl);
/linux-master/drivers/scsi/
H A Dst.c361 u8 scode;
373 scode = STp->buffer->cmdstat.sense_hdr.sense_key;
375 scode = 0;
393 scode != NO_SENSE &&
394 scode != RECOVERED_ERROR &&
395 /* scode != UNIT_ATTENTION && */
396 scode != BLANK_CHECK &&
397 scode != VOLUME_OVERFLOW &&
418 if (cmdstatp->have_sense && scode == UNIT_ATTENTION && cmdstatp->sense_hdr.asc == 0x29)
424 scode
359 u8 scode; local
969 int attentions, waits, max_wait, scode; local
1626 int undone, retry_eot = 0, scode; local
[all...]
/linux-master/kernel/trace/
H A Dtrace_probe.c1294 struct fetch_insn *scode; local
1364 scode = code;
1384 if (scode->op != FETCH_OP_ST_MEM &&
1385 scode->op != FETCH_OP_ST_STRING &&
1386 scode->op != FETCH_OP_ST_USTRING) {
/linux-master/arch/sparc/kernel/
H A Dtraps_64.c487 unsigned short scode; local
491 scode = ecc_syndrome_table[udbl & 0xff];
492 if (sprintf_dimm(scode, afar, memmod_str, sizeof(memmod_str)) < 0)
498 smp_processor_id(), scode, p);
502 scode = ecc_syndrome_table[udbh & 0xff];
503 if (sprintf_dimm(scode, afar, memmod_str, sizeof(memmod_str)) < 0)
509 smp_processor_id(), scode, p);
/linux-master/drivers/net/can/
H A Dgrcan.c52 u32 scode; /* 0x1c - CanCODE */ member in struct:grcan_registers

Completed in 318 milliseconds