Searched refs:ttype (Results 1 - 20 of 20) sorted by relevance

/linux-4.1.27/drivers/hsi/controllers/
H A Domap_ssi_port.c226 if (msg->ttype == HSI_MSG_READ) { ssi_start_dma()
292 if (msg->ttype == HSI_MSG_WRITE) { ssi_start_pio()
300 msg->ttype ? "write" : "read"); ssi_start_pio()
338 if (msg->ttype == HSI_MSG_WRITE) { ssi_async_break()
381 if (msg->ttype) { ssi_async()
397 dev_dbg(&port->device, "msg status %d ttype %d ch %d\n", ssi_async()
398 msg->status, msg->ttype, msg->channel); ssi_async()
431 msg->ttype, msg->context); list_for_each_safe()
523 if (msg->ttype == HSI_MSG_READ) ssi_flush()
704 if (msg->ttype == HSI_MSG_READ) ssi_cleanup_gdd()
784 if ((msg) && (msg->ttype == HSI_MSG_READ)) { ssi_error()
866 if (msg->ttype == HSI_MSG_WRITE) ssi_pio_complete()
872 if (msg->ttype == HSI_MSG_WRITE) ssi_pio_complete()
878 dev_dbg(&port->device, "ch %d ttype %d 0x%08x\n", msg->channel, ssi_pio_complete()
879 msg->ttype, *buf); ssi_pio_complete()
889 (msg->ttype == HSI_MSG_WRITE))) { ssi_pio_complete()
900 if (msg->ttype == HSI_MSG_WRITE) { ssi_pio_complete()
H A Domap_ssi.c217 if (msg->ttype == HSI_MSG_READ) { ssi_gdd_complete()
229 dev_dbg(&port->device, "DMA completed ch %d ttype %d\n", ssi_gdd_complete()
230 msg->channel, msg->ttype); ssi_gdd_complete()
/linux-4.1.27/include/linux/hsi/
H A Dhsi.h33 /* HSI message ttype */
197 * @ttype: Transfer type (TX if set, RX otherwise)
213 unsigned int ttype:1; member in struct:hsi_msg
402 msg->ttype = HSI_MSG_READ; hsi_async_read()
415 msg->ttype = HSI_MSG_WRITE; hsi_async_write()
/linux-4.1.27/include/linux/
H A Dtorture.h78 bool torture_init_begin(char *ttype, bool v, int *runnable);
/linux-4.1.27/drivers/scsi/isci/
H A Drequest.h92 /* XXX kill ttype and ttype_ptr, allocate full sas_task */
94 struct sas_task *io_task_ptr; /* When ttype==io_task */
95 struct isci_tmf *tmf_task_ptr; /* When ttype==tmf_task */
/linux-4.1.27/net/netfilter/
H A Dxt_sctp.c66 pr_debug("Chunk num: %d\toffset: %d\ttype: %d\tlength: %d" match_packet()
/linux-4.1.27/kernel/rcu/
H A Drcutorture.c242 int ttype; member in struct:rcu_torture_ops
371 .ttype = RCU_FLAVOR,
413 .ttype = RCU_BH_FLAVOR,
457 .ttype = INVALID_RCU_FLAVOR,
556 .ttype = SRCU_FLAVOR,
593 .ttype = RCU_SCHED_FLAVOR,
632 .ttype = RCU_TASKS_FLAVOR,
1263 rcutorture_get_gp_data(cur_ops->ttype,
/linux-4.1.27/security/selinux/ss/
H A Dpolicydb.h97 u32 ttype; /* parent dir context */ member in struct:filename_trans
258 /* quickly exclude lookups when parent ttype has no rules */
H A Dpolicydb.c209 hash = ft->stype ^ ft->ttype ^ ft->tclass; filenametr_hash()
227 v = ft1->ttype - ft2->ttype; filenametr_cmp()
1958 ft->ttype = le32_to_cpu(buf[1]); filename_trans_read()
1963 rc = ebitmap_set_bit(&p->filename_trans_ttypes, ft->ttype, 1); filename_trans_read()
3287 buf[1] = cpu_to_le32(ft->ttype); filename_write_helper()
H A Dservices.c1369 u32 stype, u32 ttype, u16 tclass, filename_compute_type()
1378 * if the ttype does not contain any rules. filename_compute_type()
1380 if (!ebitmap_get_bit(&p->filename_trans_ttypes, ttype)) filename_compute_type()
1384 ft.ttype = ttype; filename_compute_type()
1368 filename_compute_type(struct policydb *p, struct context *newcontext, u32 stype, u32 ttype, u16 tclass, const char *objname) filename_compute_type() argument
/linux-4.1.27/kernel/
H A Dtorture.c600 bool torture_init_begin(char *ttype, bool v, int *runnable) torture_init_begin() argument
605 ttype, torture_type); torture_init_begin()
609 torture_type = ttype; torture_init_begin()
/linux-4.1.27/drivers/hsi/clients/
H A Dcmt_speech.c240 if (msg->ttype == HSI_MSG_READ) cs_cmd_destructor()
243 else if (msg->ttype == HSI_MSG_WRITE && cs_cmd_destructor()
310 const char *dir = (msg->ttype == HSI_MSG_READ) ? "TX" : "RX"; cs_hsi_data_destructor()
318 if (msg->ttype == HSI_MSG_READ) cs_hsi_data_destructor()
/linux-4.1.27/drivers/edac/
H A Dghes_edac.c179 edac_dbg(2, "\ttype %d, detail 0x%02x, width %d(total %d)\n", ghes_edac_dmidecode()
/linux-4.1.27/drivers/usb/serial/
H A Dio_ti.c635 __u16 ttype; check_i2c_image() local
677 ttype = rom_desc->Type & 0x0f; check_i2c_image()
678 if (ttype != I2C_DESC_TYPE_FIRMWARE_BASIC check_i2c_image()
679 && ttype != I2C_DESC_TYPE_FIRMWARE_AUTO) { check_i2c_image()
/linux-4.1.27/drivers/hsi/
H A Dhsi.c568 * The HSI message must have the channel, ttype, complete and destructor
/linux-4.1.27/drivers/staging/octeon-usb/
H A Docteon-hcd.c1902 enum cvmx_usb_transfer ttype; cvmx_usb_schedule() local
1970 for (ttype = CVMX_USB_TRANSFER_CONTROL; cvmx_usb_schedule()
1971 ttype <= CVMX_USB_TRANSFER_INTERRUPT; ttype++) { cvmx_usb_schedule()
1972 list_for_each_entry(pipe, &usb->active_pipes[ttype], node) { cvmx_usb_schedule()
/linux-4.1.27/drivers/media/pci/bt8xx/
H A Dbttv-cards.c2995 int tuner_type = UNSET, ttype; flyvideo_gpio() local
3013 ttype = (gpio & 0x0f0000) >> 16; flyvideo_gpio()
3014 switch (ttype) { flyvideo_gpio()
/linux-4.1.27/drivers/message/fusion/
H A Dmptctl.c1917 dctlprintk(ioc, printk(MYIOC_s_DEBUG_FMT "\ttype=0x%02x ext_type=0x%02x " mptctl_do_mpt_command()
/linux-4.1.27/drivers/scsi/
H A Dsg.c2491 seq_puts(s, "host\tchan\tid\tlun\ttype\topens\tqdepth\tbusy\tonline\n"); sg_proc_seq_show_devhdr()
/linux-4.1.27/fs/ubifs/
H A Ddebug.c459 pr_err("\ttype %d\n", (int)dent->type); ubifs_dump_node()

Completed in 796 milliseconds