/Linux-v4.19/drivers/staging/rts5208/ |
D | rtsx_chip.h | 400 #define CHK_SD(sd_card) (((sd_card)->sd_type & 0xFF) == TYPE_SD) argument 401 #define CHK_SD_HS(sd_card) (CHK_SD(sd_card) && \ argument 402 ((sd_card)->sd_type & SD_HS)) 403 #define CHK_SD_SDR50(sd_card) (CHK_SD(sd_card) && \ argument 404 ((sd_card)->sd_type & SD_SDR50)) 405 #define CHK_SD_DDR50(sd_card) (CHK_SD(sd_card) && \ argument 406 ((sd_card)->sd_type & SD_DDR50)) 407 #define CHK_SD_SDR104(sd_card) (CHK_SD(sd_card) && \ argument 408 ((sd_card)->sd_type & SD_SDR104)) 409 #define CHK_SD_HCXC(sd_card) (CHK_SD(sd_card) && \ argument [all …]
|
D | sd.c | 59 struct sd_info *sd_card = &chip->sd_card; in sd_set_err_code() local 61 sd_card->err_code |= err_code; in sd_set_err_code() 66 struct sd_info *sd_card = &chip->sd_card; in sd_clr_err_code() local 68 sd_card->err_code = 0; in sd_clr_err_code() 73 struct sd_info *sd_card = &chip->sd_card; in sd_check_err_code() local 75 return sd_card->err_code & err_code; in sd_check_err_code() 127 struct sd_info *sd_card = &chip->sd_card; local 261 sd_card->sd_data_buf_ready = 1; 263 sd_card->sd_data_buf_ready = 0; 278 struct sd_info *sd_card = &chip->sd_card; local [all …]
|
D | rtsx_scsi.c | 439 struct sd_info *sd_card = &chip->sd_card; in test_unit_ready() local 441 if (sd_card->sd_lock_notify) { in test_unit_ready() 442 sd_card->sd_lock_notify = 0; in test_unit_ready() 445 } else if (sd_card->sd_lock_status & SD_LOCKED) { in test_unit_ready() 850 struct sd_info *sd_card = &chip->sd_card; in read_write() local 877 if (sd_card->sd_erase_status) { in read_write() 887 if (sd_card->sd_lock_status & SD_LOCKED) { in read_write() 1316 struct sd_info *sd_card = &chip->sd_card; in get_sd_csd() local 1330 rtsx_stor_set_xfer_buf(sd_card->raw_csd, scsi_bufflen(srb), srb); in get_sd_csd() 1420 struct sd_info *sd_card = &chip->sd_card; in set_variable() local [all …]
|
D | rtsx_card.c | 36 struct sd_info *sd_card = &chip->sd_card; in do_remaining_work() local 43 if (sd_card->seq_mode) { in do_remaining_work() 45 sd_card->cleanup_counter++; in do_remaining_work() 47 sd_card->cleanup_counter = 0; in do_remaining_work() 82 if (sd_card->cleanup_counter > POLLING_WAIT_CNT) in do_remaining_work()
|
D | rtsx_chip.c | 846 struct sd_info *sd_card = &chip->sd_card; in rtsx_init_chip() local 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() local 1078 if (!sd_card->sd_erase_status) in rtsx_manage_sd_lock() 1084 sd_card->sd_erase_status = SD_NOT_ERASE; in rtsx_manage_sd_lock() 1085 sd_card->sd_lock_notify = 1; in rtsx_manage_sd_lock() 1089 sd_card->sd_erase_status = SD_NOT_ERASE; in rtsx_manage_sd_lock()
|
D | rtsx_card.h | 1033 struct sd_info *sd_card = &chip->sd_card; in get_card_size() local 1036 (sd_card->sd_lock_status & SD_LOCKED)) in get_card_size()
|
D | rtsx.c | 497 struct sd_info *sd_card = &chip->sd_card; in rtsx_polling_thread() local 501 sd_card->cleanup_counter = 0; in rtsx_polling_thread()
|
/Linux-v4.19/drivers/pinctrl/qcom/ |
D | pinctrl-ipq8074.c | 913 FUNCTION(sd_card), 1024 PINGROUP(63, sd_card, pwm0, NA, gcc_plltest, NA, NA, NA, NA, NA),
|
D | pinctrl-msm8916.c | 807 FUNCTION(sd_card),
|
D | pinctrl-msm8996.c | 1632 FUNCTION(sd_card),
|
D | pinctrl-msm8998.c | 1340 FUNCTION(sd_card),
|
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/ |
D | qcom,ipq8074-pinctrl.txt | 115 qpic, rx0, rx1, rx2, sd_card, sd_write, tsens_max, wci2a,
|
D | qcom,msm8916-pinctrl.txt | 126 qdss_tracedata_b, reset_n, sd_card, sd_write, sec_mi2s, smb_int,
|
D | qcom,msm8998-pinctrl.txt | 124 qlink_request, qua_mi2s, sd_card, sd_write, sdc40, sdc41,
|
D | qcom,msm8996-pinctrl.txt | 141 sd_card, tsif2_data, sdc41, tsif2_sync, sdc40, mdp_vsync_p_b,
|