Searched refs:cd_deglitch (Results 1 – 6 of 6) sorted by relevance
305 .cd_deglitch = rtl8411_cd_deglitch,321 .cd_deglitch = rtl8411_cd_deglitch,337 .cd_deglitch = rtl8411_cd_deglitch,
795 if (pcr->ops->cd_deglitch) in rtsx_pci_card_exist()796 val = pcr->ops->cd_deglitch(pcr); in rtsx_pci_card_exist()852 if (pcr->ops->cd_deglitch) in rtsx_pci_card_detect()853 card_inserted = pcr->ops->cd_deglitch(pcr); in rtsx_pci_card_detect()1072 if (pcr->ops->cd_deglitch) in rtsx_pci_init_hw()1073 pcr->card_exist = pcr->ops->cd_deglitch(pcr); in rtsx_pci_init_hw()
206 .cd_deglitch = NULL,
188 .cd_deglitch = NULL,
236 .cd_deglitch = NULL,
866 unsigned int (*cd_deglitch)(struct rtsx_pcr *pcr); member