Home
last modified time | relevance | path

Searched refs:pAS_Info (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/tuners/
H A Dmt2063.c363 *pAS_Info, in InsertNode()
371 if (pAS_Info->freeZones != NULL) { in InsertNode()
373 pNode = pAS_Info->freeZones; in InsertNode()
374 pAS_Info->freeZones = pNode->next_; in InsertNode()
377 pNode = &pAS_Info->MT2063_ExclZones[pAS_Info->nZones]; in InsertNode()
385 pNode->next_ = pAS_Info->usedZones; in InsertNode()
386 pAS_Info->usedZones = pNode; in InsertNode()
389 pAS_Info->nZones++; in InsertNode()
394 *pAS_Info, in RemoveNode()
362 InsertNode(struct MT2063_AvoidSpursData_t *pAS_Info, struct MT2063_ExclZone_t *pPrevNode) InsertNode() argument
393 RemoveNode(struct MT2063_AvoidSpursData_t *pAS_Info, struct MT2063_ExclZone_t *pPrevNode, struct MT2063_ExclZone_t *pNodeToRemove) RemoveNode() argument
425 MT2063_AddExclZone(struct MT2063_AvoidSpursData_t *pAS_Info, u32 f_min, u32 f_max) MT2063_AddExclZone() argument
479 MT2063_ResetExclZones(struct MT2063_AvoidSpursData_t *pAS_Info) MT2063_ResetExclZones() argument
550 MT2063_ChooseFirstIF(struct MT2063_AvoidSpursData_t *pAS_Info) MT2063_ChooseFirstIF() argument
678 IsSpurInBand(struct MT2063_AvoidSpursData_t *pAS_Info, u32 *fm, u32 * fp) IsSpurInBand() argument
787 MT2063_AvoidSpurs(struct MT2063_AvoidSpursData_t *pAS_Info) MT2063_AvoidSpurs() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/tuners/
H A Dmt2063.c363 *pAS_Info, in InsertNode()
371 if (pAS_Info->freeZones != NULL) { in InsertNode()
373 pNode = pAS_Info->freeZones; in InsertNode()
374 pAS_Info->freeZones = pNode->next_; in InsertNode()
377 pNode = &pAS_Info->MT2063_ExclZones[pAS_Info->nZones]; in InsertNode()
385 pNode->next_ = pAS_Info->usedZones; in InsertNode()
386 pAS_Info->usedZones = pNode; in InsertNode()
389 pAS_Info->nZones++; in InsertNode()
394 *pAS_Info, in RemoveNode()
362 InsertNode(struct MT2063_AvoidSpursData_t *pAS_Info, struct MT2063_ExclZone_t *pPrevNode) InsertNode() argument
393 RemoveNode(struct MT2063_AvoidSpursData_t *pAS_Info, struct MT2063_ExclZone_t *pPrevNode, struct MT2063_ExclZone_t *pNodeToRemove) RemoveNode() argument
425 MT2063_AddExclZone(struct MT2063_AvoidSpursData_t *pAS_Info, u32 f_min, u32 f_max) MT2063_AddExclZone() argument
479 MT2063_ResetExclZones(struct MT2063_AvoidSpursData_t *pAS_Info) MT2063_ResetExclZones() argument
550 MT2063_ChooseFirstIF(struct MT2063_AvoidSpursData_t *pAS_Info) MT2063_ChooseFirstIF() argument
678 IsSpurInBand(struct MT2063_AvoidSpursData_t *pAS_Info, u32 *fm, u32 * fp) IsSpurInBand() argument
787 MT2063_AvoidSpurs(struct MT2063_AvoidSpursData_t *pAS_Info) MT2063_AvoidSpurs() argument
[all...]

Completed in 4 milliseconds