/Linux-v4.19/arch/s390/numa/ |
D | toptree.h | 46 #define toptree_for_each(ptree, cont, ttype) \ argument 47 for (ptree = toptree_first(cont, ttype); \ 49 ptree = toptree_next(ptree, cont, ttype)) 51 #define toptree_for_each_safe(ptree, tmp, cont, ttype) \ argument 52 for (ptree = toptree_first(cont, ttype), \ 53 tmp = toptree_next(ptree, cont, ttype); \ 56 tmp = toptree_next(ptree, cont, ttype))
|
/Linux-v4.19/kernel/rcu/ |
D | rcutorture.c | 277 int ttype; member 416 .ttype = RCU_FLAVOR, 458 .ttype = RCU_BH_FLAVOR, 504 .ttype = INVALID_RCU_FLAVOR, 592 .ttype = SRCU_FLAVOR, 628 .ttype = SRCU_FLAVOR, 647 .ttype = SRCU_FLAVOR, 686 .ttype = RCU_SCHED_FLAVOR, 726 .ttype = RCU_TASKS_FLAVOR, 1505 rcutorture_get_gp_data(cur_ops->ttype, in rcu_torture_stats_print() [all …]
|
/Linux-v4.19/include/linux/hsi/ |
D | hsi.h | 210 unsigned int ttype:1; member 399 msg->ttype = HSI_MSG_READ; in hsi_async_read() 412 msg->ttype = HSI_MSG_WRITE; in hsi_async_write()
|
/Linux-v4.19/drivers/hsi/controllers/ |
D | omap_ssi_port.c | 253 if (msg->ttype == HSI_MSG_READ) { in ssi_start_dma() 325 if (msg->ttype == HSI_MSG_WRITE) { in ssi_start_pio() 333 msg->ttype ? "write" : "read"); in ssi_start_pio() 371 if (msg->ttype == HSI_MSG_WRITE) { in ssi_async_break() 415 if (msg->ttype) { in ssi_async() 436 msg->status, msg->ttype, msg->channel); in ssi_async() 469 msg->ttype, msg->context); in ssi_flush_queue() 567 if (msg->ttype == HSI_MSG_READ) in ssi_flush() 770 if (msg->ttype == HSI_MSG_READ) { in ssi_cleanup_gdd() 850 if ((msg) && (msg->ttype == HSI_MSG_READ)) { in ssi_error() [all …]
|
D | omap_ssi_core.c | 217 if (msg->ttype == HSI_MSG_READ) { in ssi_gdd_complete() 230 msg->channel, msg->ttype); in ssi_gdd_complete()
|
/Linux-v4.19/drivers/staging/vt6656/ |
D | TODO | 10 - kill ttype.h -- done
|
/Linux-v4.19/kernel/ |
D | torture.c | 653 bool torture_init_begin(char *ttype, int v) in torture_init_begin() argument 658 ttype, torture_type); in torture_init_begin() 663 torture_type = ttype; in torture_init_begin()
|
/Linux-v4.19/drivers/staging/vt6655/ |
D | TODO | 10 - kill ttype.h
|
/Linux-v4.19/include/linux/ |
D | torture.h | 84 bool torture_init_begin(char *ttype, int v);
|
/Linux-v4.19/security/selinux/ss/ |
D | policydb.h | 97 u32 ttype; /* parent dir context */ member
|
D | policydb.c | 223 hash = ft->stype ^ ft->ttype ^ ft->tclass; in filenametr_hash() 241 v = ft1->ttype - ft2->ttype; in filenametr_cmp() 1960 ft->ttype = le32_to_cpu(buf[1]); in filename_trans_read() 1965 rc = ebitmap_set_bit(&p->filename_trans_ttypes, ft->ttype, 1); in filename_trans_read() 3363 buf[1] = cpu_to_le32(ft->ttype); in filename_write_helper()
|
D | services.c | 1604 u32 stype, u32 ttype, u16 tclass, in filename_compute_type() argument 1615 if (!ebitmap_get_bit(&policydb->filename_trans_ttypes, ttype)) in filename_compute_type() 1619 ft.ttype = ttype; in filename_compute_type()
|
/Linux-v4.19/drivers/hsi/clients/ |
D | cmt_speech.c | 240 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-v4.19/drivers/staging/octeon-usb/ |
D | octeon-hcd.c | 1901 enum cvmx_usb_transfer ttype; in cvmx_usb_schedule() local 1941 for (ttype = CVMX_USB_TRANSFER_CONTROL; in cvmx_usb_schedule() 1942 ttype <= CVMX_USB_TRANSFER_INTERRUPT; ttype++) { in cvmx_usb_schedule() 1943 list_for_each_entry(pipe, &usb->active_pipes[ttype], node) { in cvmx_usb_schedule()
|
/Linux-v4.19/drivers/usb/serial/ |
D | io_ti.c | 682 __u16 ttype; in check_i2c_image() local 724 ttype = rom_desc->Type & 0x0f; in check_i2c_image() 725 if (ttype != I2C_DESC_TYPE_FIRMWARE_BASIC in check_i2c_image() 726 && ttype != I2C_DESC_TYPE_FIRMWARE_AUTO) { in check_i2c_image()
|
/Linux-v4.19/drivers/media/pci/bt8xx/ |
D | bttv-cards.c | 2999 int tuner_type = UNSET, ttype; in flyvideo_gpio() local 3017 ttype = (gpio & 0x0f0000) >> 16; in flyvideo_gpio() 3018 switch (ttype) { in flyvideo_gpio()
|