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,
240 .cd_deglitch = NULL,369 .cd_deglitch = NULL,
897 if (pcr->ops->cd_deglitch) in rtsx_pci_card_exist()898 val = pcr->ops->cd_deglitch(pcr); in rtsx_pci_card_exist()954 if (pcr->ops->cd_deglitch) in rtsx_pci_card_detect()955 card_inserted = pcr->ops->cd_deglitch(pcr); in rtsx_pci_card_detect()1333 if (pcr->ops->cd_deglitch) in rtsx_pci_init_hw()1334 pcr->card_exist = pcr->ops->cd_deglitch(pcr); in rtsx_pci_init_hw()
202 .cd_deglitch = NULL,
184 .cd_deglitch = NULL,
1088 unsigned int (*cd_deglitch)(struct rtsx_pcr *pcr); member