Searched refs:sd_info (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/arch/x86/platform/intel-mid/ |
D | sfi.c | 426 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/ |
D | sd.c | 59 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 …]
|
D | rtsx_scsi.c | 439 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()
|
D | rtsx_chip.h | 488 struct sd_info { struct 782 struct sd_info sd_card;
|
D | rtsx_chip.c | 846 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()
|
D | rtsx_card.h | 1033 struct sd_info *sd_card = &chip->sd_card; in get_card_size()
|
D | rtsx.c | 497 struct sd_info *sd_card = &chip->sd_card; in rtsx_polling_thread()
|
D | rtsx_card.c | 36 struct sd_info *sd_card = &chip->sd_card; in do_remaining_work()
|
/Linux-v4.19/arch/s390/include/asm/ |
D | fcx.h | 134 u8 sd_info[12]; member
|
/Linux-v4.19/drivers/tty/serial/ |
D | ioc4_serial.c | 433 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()
|