Home
last modified time | relevance | path

Searched refs:ttype (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/arch/s390/numa/
Dtoptree.h45 #define toptree_for_each(ptree, cont, ttype) \ argument
46 for (ptree = toptree_first(cont, ttype); \
48 ptree = toptree_next(ptree, cont, ttype))
50 #define toptree_for_each_safe(ptree, tmp, cont, ttype) \ argument
51 for (ptree = toptree_first(cont, ttype), \
52 tmp = toptree_next(ptree, cont, ttype); \
55 tmp = toptree_next(ptree, cont, ttype))
/linux-4.4.14/include/linux/hsi/
Dhsi.h213 unsigned int ttype:1; member
402 msg->ttype = HSI_MSG_READ; in hsi_async_read()
415 msg->ttype = HSI_MSG_WRITE; in hsi_async_write()
/linux-4.4.14/drivers/hsi/controllers/
Domap_ssi_port.c226 if (msg->ttype == HSI_MSG_READ) { in ssi_start_dma()
292 if (msg->ttype == HSI_MSG_WRITE) { in ssi_start_pio()
300 msg->ttype ? "write" : "read"); in ssi_start_pio()
338 if (msg->ttype == HSI_MSG_WRITE) { in ssi_async_break()
381 if (msg->ttype) { in ssi_async()
398 msg->status, msg->ttype, msg->channel); in ssi_async()
431 msg->ttype, msg->context); in ssi_flush_queue()
523 if (msg->ttype == HSI_MSG_READ) in ssi_flush()
704 if (msg->ttype == HSI_MSG_READ) in ssi_cleanup_gdd()
784 if ((msg) && (msg->ttype == HSI_MSG_READ)) { in ssi_error()
[all …]
Domap_ssi.c217 if (msg->ttype == HSI_MSG_READ) { in ssi_gdd_complete()
230 msg->channel, msg->ttype); in ssi_gdd_complete()
/linux-4.4.14/kernel/rcu/
Drcutorture.c242 int ttype; member
372 .ttype = RCU_FLAVOR,
414 .ttype = RCU_BH_FLAVOR,
458 .ttype = INVALID_RCU_FLAVOR,
559 .ttype = SRCU_FLAVOR,
590 .ttype = SRCU_FLAVOR,
628 .ttype = RCU_SCHED_FLAVOR,
669 .ttype = RCU_TASKS_FLAVOR,
1308 rcutorture_get_gp_data(cur_ops->ttype, in rcu_torture_stats_print()
/linux-4.4.14/kernel/
Dtorture.c601 bool torture_init_begin(char *ttype, bool v, int *runnable) in torture_init_begin() argument
606 ttype, torture_type); in torture_init_begin()
610 torture_type = ttype; in torture_init_begin()
/linux-4.4.14/drivers/staging/vt6656/
DTODO10 - kill ttype.h -- done
/linux-4.4.14/drivers/staging/vt6655/
DTODO10 - kill ttype.h
/linux-4.4.14/include/linux/
Dtorture.h78 bool torture_init_begin(char *ttype, bool v, int *runnable);
/linux-4.4.14/security/selinux/ss/
Dpolicydb.h97 u32 ttype; /* parent dir context */ member
Dpolicydb.c214 hash = ft->stype ^ ft->ttype ^ ft->tclass; in filenametr_hash()
232 v = ft1->ttype - ft2->ttype; in filenametr_cmp()
1963 ft->ttype = le32_to_cpu(buf[1]); in filename_trans_read()
1968 rc = ebitmap_set_bit(&p->filename_trans_ttypes, ft->ttype, 1); in filename_trans_read()
3292 buf[1] = cpu_to_le32(ft->ttype); in filename_write_helper()
Dservices.c1544 u32 stype, u32 ttype, u16 tclass, in filename_compute_type() argument
1555 if (!ebitmap_get_bit(&p->filename_trans_ttypes, ttype)) in filename_compute_type()
1559 ft.ttype = ttype; in filename_compute_type()
/linux-4.4.14/drivers/hsi/clients/
Dcmt_speech.c240 if (msg->ttype == HSI_MSG_READ) in cs_cmd_destructor()
243 else if (msg->ttype == HSI_MSG_WRITE && in cs_cmd_destructor()
310 const char *dir = (msg->ttype == HSI_MSG_READ) ? "TX" : "RX"; in cs_hsi_data_destructor()
318 if (msg->ttype == HSI_MSG_READ) in cs_hsi_data_destructor()
/linux-4.4.14/drivers/staging/octeon-usb/
Docteon-hcd.c1908 enum cvmx_usb_transfer ttype; in cvmx_usb_schedule() local
1976 for (ttype = CVMX_USB_TRANSFER_CONTROL; in cvmx_usb_schedule()
1977 ttype <= CVMX_USB_TRANSFER_INTERRUPT; ttype++) { in cvmx_usb_schedule()
1978 list_for_each_entry(pipe, &usb->active_pipes[ttype], node) { in cvmx_usb_schedule()
/linux-4.4.14/drivers/usb/serial/
Dio_ti.c686 __u16 ttype; in check_i2c_image() local
728 ttype = rom_desc->Type & 0x0f; in check_i2c_image()
729 if (ttype != I2C_DESC_TYPE_FIRMWARE_BASIC in check_i2c_image()
730 && ttype != I2C_DESC_TYPE_FIRMWARE_AUTO) { in check_i2c_image()
/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv-cards.c2995 int tuner_type = UNSET, ttype; in flyvideo_gpio() local
3013 ttype = (gpio & 0x0f0000) >> 16; in flyvideo_gpio()
3014 switch (ttype) { in flyvideo_gpio()