Searched refs:cd_deglitch (Results 1 – 6 of 6) sorted by relevance
293 .cd_deglitch = rtl8411_cd_deglitch,309 .cd_deglitch = rtl8411_cd_deglitch,325 .cd_deglitch = rtl8411_cd_deglitch,
239 .cd_deglitch = NULL,389 .cd_deglitch = NULL,
885 if (pcr->ops->cd_deglitch) in rtsx_pci_card_exist()886 val = pcr->ops->cd_deglitch(pcr); in rtsx_pci_card_exist()942 if (pcr->ops->cd_deglitch) in rtsx_pci_card_detect()943 card_inserted = pcr->ops->cd_deglitch(pcr); in rtsx_pci_card_detect()1340 if (pcr->ops->cd_deglitch) in rtsx_pci_init_hw()1341 pcr->card_exist = pcr->ops->cd_deglitch(pcr); in rtsx_pci_init_hw()
190 .cd_deglitch = NULL,
172 .cd_deglitch = NULL,
1076 unsigned int (*cd_deglitch)(struct rtsx_pcr *pcr); member