Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dvrf_route_leaking.sh417 local ttype="$1"
419 [ "x$ttype" = "x" ] && ttype="$DEFAULT_TTYPE"
421 log_section "IPv4 ($ttype route): VRF ICMP error route lookup traceroute"
425 setup_"$ttype"
440 local ttype="$1"
442 [ "x$ttype" = "x" ] && ttype="$DEFAULT_TTYPE"
444 log_section "IPv6 ($ttype route): VRF ICMP error route lookup traceroute"
448 setup_"$ttype"
463 local ttype="$1"
465 [ "x$ttype" = "x" ] && ttype="$DEFAULT_TTYPE"
[all …]
H A Dicmp_redirect.sh413 local ttype="$1"
415 eval initial_route_${ttype}
426 eval replace_route_${ttype}
443 eval reset_route_${ttype}
458 eval replace_route_${ttype}
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_tc_tunnel.sh201 ttype="${foutype}"
216 ttype=$gretaptype
218 ttype=$tuntype
234 ip netns exec "${ns2}" ip link add name testtun0 type "${ttype}" \
/OK3568_Linux_fs/kernel/drivers/hsi/controllers/
H A Domap_ssi_port.c230 if (msg->ttype == HSI_MSG_READ) { in ssi_start_dma()
302 if (msg->ttype == HSI_MSG_WRITE) { in ssi_start_pio()
310 msg->ttype ? "write" : "read"); in ssi_start_pio()
348 if (msg->ttype == HSI_MSG_WRITE) { in ssi_async_break()
392 if (msg->ttype) { in ssi_async()
413 msg->status, msg->ttype, msg->channel); in ssi_async()
446 msg->ttype, msg->context); in ssi_flush_queue()
544 if (msg->ttype == HSI_MSG_READ) in ssi_flush()
747 if (msg->ttype == HSI_MSG_READ) { in ssi_cleanup_gdd()
827 if ((msg) && (msg->ttype == HSI_MSG_READ)) { in ssi_error()
[all …]
H A Domap_ssi_core.c183 if (msg->ttype == HSI_MSG_READ) { in ssi_gdd_complete()
196 msg->channel, msg->ttype); in ssi_gdd_complete()
/OK3568_Linux_fs/kernel/include/linux/hsi/
H A Dhsi.h197 unsigned int ttype:1; member
386 msg->ttype = HSI_MSG_READ; in hsi_async_read()
399 msg->ttype = HSI_MSG_WRITE; in hsi_async_write()
/OK3568_Linux_fs/kernel/kernel/rcu/
H A Drcutorture.c302 int ttype; member
453 .ttype = RCU_FLAVOR,
502 .ttype = INVALID_RCU_FLAVOR,
593 .ttype = SRCU_FLAVOR,
624 .ttype = SRCU_FLAVOR,
643 .ttype = SRCU_FLAVOR,
685 .ttype = RCU_TASKS_FLAVOR,
730 .ttype = RCU_TRIVIAL_FLAVOR,
754 .ttype = RCU_TASKS_RUDE_FLAVOR,
792 .ttype = RCU_TASKS_TRACING_FLAVOR,
[all …]
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dcpu_init.c435 int ttype = (gd->arch.arbiter_event_attributes & AEATR_TTYPE) in print_83xx_arb_event() local
448 printf(" Transfer Type: 0x%02x = %s\n", ttype, transfer[ttype]); in print_83xx_arb_event()
/OK3568_Linux_fs/kernel/kernel/
H A Dtorture.c688 bool torture_init_begin(char *ttype, int v) in torture_init_begin() argument
693 ttype, torture_type); in torture_init_begin()
698 torture_type = ttype; in torture_init_begin()
/OK3568_Linux_fs/kernel/drivers/staging/vt6656/
H A DTODO10 - kill ttype.h -- done
/OK3568_Linux_fs/kernel/drivers/staging/vt6655/
H A DTODO10 - kill ttype.h
/OK3568_Linux_fs/kernel/include/linux/
H A Dtorture.h77 bool torture_init_begin(char *ttype, int v);
/OK3568_Linux_fs/kernel/security/selinux/ss/
H A Dpolicydb.c421 hash = ft->ttype ^ ft->tclass; in filenametr_hash()
435 v = ft1->ttype - ft2->ttype; in filenametr_cmp()
1914 key.ttype = le32_to_cpu(buf[1]); in filename_trans_read_helper_compat()
1958 key.ttype, 1); in filename_trans_read_helper_compat()
1978 u32 len, ttype, tclass, ndatum, i; in filename_trans_read_helper() local
1997 ttype = le32_to_cpu(buf[0]); in filename_trans_read_helper()
2036 ft->ttype = ttype; in filename_trans_read_helper()
2047 return ebitmap_set_bit(&p->filename_trans_ttypes, ttype, 1); in filename_trans_read_helper()
3522 buf[1] = cpu_to_le32(ft->ttype); in filename_write_helper_compat()
3562 buf[0] = cpu_to_le32(ft->ttype); in filename_write_helper()
H A Dpolicydb.h95 u32 ttype; /* parent dir context */ member
H A Dservices.c1690 u32 stype, u32 ttype, u16 tclass, in filename_compute_type() argument
1701 if (!ebitmap_get_bit(&policydb->filename_trans_ttypes, ttype)) in filename_compute_type()
1704 ft.ttype = ttype; in filename_compute_type()
/OK3568_Linux_fs/kernel/drivers/hsi/clients/
H A Dcmt_speech.c227 if (msg->ttype == HSI_MSG_READ) in cs_cmd_destructor()
230 else if (msg->ttype == HSI_MSG_WRITE && in cs_cmd_destructor()
297 const char *dir = (msg->ttype == HSI_MSG_READ) ? "TX" : "RX"; in cs_hsi_data_destructor()
305 if (msg->ttype == HSI_MSG_READ) in cs_hsi_data_destructor()
/OK3568_Linux_fs/kernel/drivers/staging/octeon-usb/
H A Docteon-hcd.c1901 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()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dio_ti.c684 __u16 ttype; in check_i2c_image() local
726 ttype = rom_desc->Type & 0x0f; in check_i2c_image()
727 if (ttype != I2C_DESC_TYPE_FIRMWARE_BASIC in check_i2c_image()
728 && ttype != I2C_DESC_TYPE_FIRMWARE_AUTO) { in check_i2c_image()
/OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/
H A Dbttv-cards.c2987 int tuner_type = UNSET, ttype; in flyvideo_gpio() local
3005 ttype = (gpio & 0x0f0000) >> 16; in flyvideo_gpio()
3006 switch (ttype) { in flyvideo_gpio()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtarget.def263 /* Emit a ttype table reference to a typeinfo object. */
265 (ttype,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtarget.def263 /* Emit a ttype table reference to a typeinfo object. */
265 (ttype,