Home
last modified time | relevance | path

Searched refs:st_t (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/kernel/
H A Dtorture.c350 struct task_struct *st_t; member
373 stp->st_t = tp; in torture_shuffle_task_register()
422 set_cpus_allowed_ptr(stp->st_t, shuffle_tmp_mask); in torture_shuffle_tasks()
/kernel/linux/linux-6.6/kernel/
H A Dtorture.c474 struct task_struct *st_t; member
497 stp->st_t = tp; in torture_shuffle_task_register()
548 set_cpus_allowed_ptr(stp->st_t, shuffle_tmp_mask); in torture_shuffle_tasks()
/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dapplespi.c392 struct spi_transfer st_t; member
565 struct spi_transfer *st_t = &applespi->st_t; in applespi_setup_write_txfrs() local
570 memset(st_t, 0, sizeof(*st_t)); in applespi_setup_write_txfrs()
587 st_t->rx_buf = applespi->tx_status; in applespi_setup_write_txfrs()
588 st_t->len = APPLESPI_STATUS_SIZE; in applespi_setup_write_txfrs()
594 spi_message_add_tail(st_t, msg); in applespi_setup_write_txfrs()
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A 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()

Completed in 8 milliseconds