Searched refs:cd_deglitch (Results 1 – 6 of 6) sorted by relevance
295 .cd_deglitch = rtl8411_cd_deglitch,311 .cd_deglitch = rtl8411_cd_deglitch,327 .cd_deglitch = rtl8411_cd_deglitch,
300 .cd_deglitch = NULL,475 .cd_deglitch = NULL,
859 if (pcr->ops->cd_deglitch) in rtsx_pci_card_exist()860 val = pcr->ops->cd_deglitch(pcr); in rtsx_pci_card_exist()916 if (pcr->ops->cd_deglitch) in rtsx_pci_card_detect()917 card_inserted = pcr->ops->cd_deglitch(pcr); in rtsx_pci_card_detect()1374 if (pcr->ops->cd_deglitch) in rtsx_pci_init_hw()1375 pcr->card_exist = pcr->ops->cd_deglitch(pcr); in rtsx_pci_init_hw()
191 .cd_deglitch = NULL,
173 .cd_deglitch = NULL,
1068 unsigned int (*cd_deglitch)(struct rtsx_pcr *pcr); member