Home
last modified time | relevance | path

Searched refs:st_t (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/kernel/
Dtorture.c469 struct task_struct *st_t; member
492 stp->st_t = tp; in torture_shuffle_task_register()
541 set_cpus_allowed_ptr(stp->st_t, shuffle_tmp_mask); in torture_shuffle_tasks()
/linux-6.1.9/drivers/input/keyboard/
Dapplespi.c401 struct spi_transfer st_t; member
575 struct spi_transfer *st_t = &applespi->st_t; in applespi_setup_write_txfrs() local
580 memset(st_t, 0, sizeof(*st_t)); in applespi_setup_write_txfrs()
600 st_t->rx_buf = applespi->tx_status; in applespi_setup_write_txfrs()
601 st_t->len = APPLESPI_STATUS_SIZE; in applespi_setup_write_txfrs()
607 spi_message_add_tail(st_t, msg); in applespi_setup_write_txfrs()