Home
last modified time | relevance | path

Searched refs:sd_info (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/arch/x86/platform/intel-mid/
Dsfi.c426 struct mid_sd_board_info sd_info; in sfi_handle_sd_dev() local
429 memset(&sd_info, 0, sizeof(sd_info)); in sfi_handle_sd_dev()
430 strncpy(sd_info.name, pentry->name, SFI_NAME_LEN); in sfi_handle_sd_dev()
431 sd_info.bus_num = pentry->host_num; in sfi_handle_sd_dev()
432 sd_info.max_clk = pentry->max_freq; in sfi_handle_sd_dev()
433 sd_info.addr = pentry->addr; in sfi_handle_sd_dev()
435 sd_info.bus_num, in sfi_handle_sd_dev()
436 sd_info.name, in sfi_handle_sd_dev()
437 sd_info.max_clk, in sfi_handle_sd_dev()
438 sd_info.addr); in sfi_handle_sd_dev()
[all …]
/Linux-v4.19/drivers/staging/rts5208/
Dsd.c59 struct sd_info *sd_card = &chip->sd_card; in sd_set_err_code()
66 struct sd_info *sd_card = &chip->sd_card; in sd_clr_err_code()
73 struct sd_info *sd_card = &chip->sd_card; in sd_check_err_code()
127 struct sd_info *sd_card = &chip->sd_card;
278 struct sd_info *sd_card = &chip->sd_card;
346 struct sd_info *sd_card = &chip->sd_card;
411 struct sd_info *sd_card = &chip->sd_card;
517 struct sd_info *sd_card = &chip->sd_card;
555 struct sd_info *sd_card = &chip->sd_card;
618 struct sd_info *sd_card = &chip->sd_card;
[all …]
Drtsx_scsi.c439 struct sd_info *sd_card = &chip->sd_card; in test_unit_ready()
850 struct sd_info *sd_card = &chip->sd_card; in read_write()
1316 struct sd_info *sd_card = &chip->sd_card; in get_sd_csd()
1420 struct sd_info *sd_card = &chip->sd_card; in set_variable()
1481 struct sd_info *sd_card = &chip->sd_card; in get_variable()
1559 struct sd_info *sd_card = &chip->sd_card; in get_dev_status()
2514 struct sd_info *sd_card = &chip->sd_card; in read_status()
3211 struct sd_info *sd_card = &chip->sd_card; in rtsx_scsi_handler()
Drtsx_chip.h488 struct sd_info { struct
782 struct sd_info sd_card;
Drtsx_chip.c846 struct sd_info *sd_card = &chip->sd_card; in rtsx_init_chip()
858 memset(sd_card, 0, sizeof(struct sd_info)); in rtsx_init_chip()
1075 struct sd_info *sd_card = &chip->sd_card; in rtsx_manage_sd_lock()
Drtsx_card.h1033 struct sd_info *sd_card = &chip->sd_card; in get_card_size()
Drtsx.c497 struct sd_info *sd_card = &chip->sd_card; in rtsx_polling_thread()
Drtsx_card.c36 struct sd_info *sd_card = &chip->sd_card; in do_remaining_work()
/Linux-v4.19/arch/s390/include/asm/
Dfcx.h134 u8 sd_info[12]; member
/Linux-v4.19/drivers/tty/serial/
Dioc4_serial.c433 void *sd_info; member
981 intr_ptr->sd_info = info; in intr_connect()
1017 intr_info->sd_intr(intr_info->sd_info, this_mir); in ioc4_intr()