ttype              46 arch/s390/numa/toptree.h #define toptree_for_each(ptree, cont, ttype)		\
ttype              47 arch/s390/numa/toptree.h 	for (ptree = toptree_first(cont, ttype);	\
ttype              49 arch/s390/numa/toptree.h 	     ptree = toptree_next(ptree, cont, ttype))
ttype              51 arch/s390/numa/toptree.h #define toptree_for_each_safe(ptree, tmp, cont, ttype)		\
ttype              52 arch/s390/numa/toptree.h 	for (ptree = toptree_first(cont, ttype),		\
ttype              53 arch/s390/numa/toptree.h 		     tmp = toptree_next(ptree, cont, ttype);	\
ttype              56 arch/s390/numa/toptree.h 		     tmp = toptree_next(ptree, cont, ttype))
ttype             227 drivers/hsi/clients/cmt_speech.c 	if (msg->ttype == HSI_MSG_READ)
ttype             230 drivers/hsi/clients/cmt_speech.c 	else if (msg->ttype == HSI_MSG_WRITE &&
ttype             297 drivers/hsi/clients/cmt_speech.c 	const char *dir = (msg->ttype == HSI_MSG_READ) ? "TX" : "RX";
ttype             305 drivers/hsi/clients/cmt_speech.c 	if (msg->ttype == HSI_MSG_READ)
ttype             183 drivers/hsi/controllers/omap_ssi_core.c 	if (msg->ttype == HSI_MSG_READ) {
ttype             196 drivers/hsi/controllers/omap_ssi_core.c 				msg->channel, msg->ttype);
ttype             230 drivers/hsi/controllers/omap_ssi_port.c 	if (msg->ttype == HSI_MSG_READ) {
ttype             302 drivers/hsi/controllers/omap_ssi_port.c 	if (msg->ttype == HSI_MSG_WRITE) {
ttype             310 drivers/hsi/controllers/omap_ssi_port.c 						msg->ttype ? "write" : "read");
ttype             348 drivers/hsi/controllers/omap_ssi_port.c 	if (msg->ttype == HSI_MSG_WRITE) {
ttype             392 drivers/hsi/controllers/omap_ssi_port.c 	if (msg->ttype) {
ttype             413 drivers/hsi/controllers/omap_ssi_port.c 				msg->status, msg->ttype, msg->channel);
ttype             446 drivers/hsi/controllers/omap_ssi_port.c 					msg->ttype, msg->context);
ttype             544 drivers/hsi/controllers/omap_ssi_port.c 		if (msg->ttype == HSI_MSG_READ)
ttype             747 drivers/hsi/controllers/omap_ssi_port.c 		if (msg->ttype == HSI_MSG_READ) {
ttype             827 drivers/hsi/controllers/omap_ssi_port.c 		if ((msg) && (msg->ttype == HSI_MSG_READ)) {
ttype             909 drivers/hsi/controllers/omap_ssi_port.c 	if (msg->ttype == HSI_MSG_WRITE)
ttype             915 drivers/hsi/controllers/omap_ssi_port.c 		if (msg->ttype == HSI_MSG_WRITE)
ttype             922 drivers/hsi/controllers/omap_ssi_port.c 							msg->ttype, *buf);
ttype             932 drivers/hsi/controllers/omap_ssi_port.c 					(msg->ttype == HSI_MSG_WRITE))) {
ttype             943 drivers/hsi/controllers/omap_ssi_port.c 	if (msg->ttype == HSI_MSG_WRITE) {
ttype            2987 drivers/media/pci/bt8xx/bttv-cards.c 	int tuner_type = UNSET, ttype;
ttype            3005 drivers/media/pci/bt8xx/bttv-cards.c 	ttype = (gpio & 0x0f0000) >> 16;
ttype            3006 drivers/media/pci/bt8xx/bttv-cards.c 	switch (ttype) {
ttype            1903 drivers/staging/octeon-usb/octeon-hcd.c 	enum cvmx_usb_transfer ttype;
ttype            1943 drivers/staging/octeon-usb/octeon-hcd.c 	for (ttype = CVMX_USB_TRANSFER_CONTROL;
ttype            1944 drivers/staging/octeon-usb/octeon-hcd.c 	     ttype <= CVMX_USB_TRANSFER_INTERRUPT; ttype++) {
ttype            1945 drivers/staging/octeon-usb/octeon-hcd.c 		list_for_each_entry(pipe, &usb->active_pipes[ttype], node) {
ttype             682 drivers/usb/serial/io_ti.c 	__u16 ttype;
ttype             724 drivers/usb/serial/io_ti.c 		ttype = rom_desc->Type & 0x0f;
ttype             725 drivers/usb/serial/io_ti.c 		if (ttype != I2C_DESC_TYPE_FIRMWARE_BASIC
ttype             726 drivers/usb/serial/io_ti.c 			&& ttype != I2C_DESC_TYPE_FIRMWARE_AUTO) {
ttype             197 include/linux/hsi/hsi.h 	unsigned int		ttype:1;
ttype             386 include/linux/hsi/hsi.h 	msg->ttype = HSI_MSG_READ;
ttype             399 include/linux/hsi/hsi.h 	msg->ttype = HSI_MSG_WRITE;
ttype              72 include/linux/torture.h bool torture_init_begin(char *ttype, int v);
ttype             290 kernel/rcu/rcutorture.c 	int ttype;
ttype             440 kernel/rcu/rcutorture.c 	.ttype		= RCU_FLAVOR,
ttype             489 kernel/rcu/rcutorture.c 	.ttype		= INVALID_RCU_FLAVOR,
ttype             580 kernel/rcu/rcutorture.c 	.ttype		= SRCU_FLAVOR,
ttype             611 kernel/rcu/rcutorture.c 	.ttype		= SRCU_FLAVOR,
ttype             630 kernel/rcu/rcutorture.c 	.ttype		= SRCU_FLAVOR,
ttype             667 kernel/rcu/rcutorture.c 	.ttype		= RCU_TASKS_FLAVOR,
ttype             712 kernel/rcu/rcutorture.c 	.ttype		= RCU_TRIVIAL_FLAVOR,
ttype            1480 kernel/rcu/rcutorture.c 		rcutorture_get_gp_data(cur_ops->ttype,
ttype            1482 kernel/rcu/rcutorture.c 		srcutorture_get_gp_data(cur_ops->ttype, srcu_ctlp,
ttype            2202 kernel/rcu/rcutorture.c 	rcutorture_get_gp_data(cur_ops->ttype, &flags, &gp_seq);
ttype            2203 kernel/rcu/rcutorture.c 	srcutorture_get_gp_data(cur_ops->ttype, srcu_ctlp, &flags, &gp_seq);
ttype             662 kernel/torture.c bool torture_init_begin(char *ttype, int v)
ttype             667 kernel/torture.c 			 ttype, torture_type);
ttype             672 kernel/torture.c 	torture_type = ttype;
ttype             409 security/selinux/ss/policydb.c 	hash = ft->stype ^ ft->ttype ^ ft->tclass;
ttype             427 security/selinux/ss/policydb.c 	v = ft1->ttype - ft2->ttype;
ttype            1922 security/selinux/ss/policydb.c 		ft->ttype = le32_to_cpu(buf[1]);
ttype            1927 security/selinux/ss/policydb.c 		rc = ebitmap_set_bit(&p->filename_trans_ttypes, ft->ttype, 1);
ttype            3341 security/selinux/ss/policydb.c 	buf[1] = cpu_to_le32(ft->ttype);
ttype              93 security/selinux/ss/policydb.h 	u32 ttype;		/* parent dir context */
ttype            1612 security/selinux/ss/services.c 				  u32 stype, u32 ttype, u16 tclass,
ttype            1623 security/selinux/ss/services.c 	if (!ebitmap_get_bit(&policydb->filename_trans_ttypes, ttype))
ttype            1627 security/selinux/ss/services.c 	ft.ttype = ttype;