Searched refs:poh (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/video/fbdev/sis/
H A Dsis_main.c99 static void sisfb_delete_node(struct SIS_OH *poh);
100 static void sisfb_insert_node(struct SIS_OH *pohList, struct SIS_OH *poh);
102 static void sisfb_free_node(struct SIS_HEAP *memheap, struct SIS_OH *poh);
3157 struct SIS_OH *poh; local
3181 poh = sisfb_poh_new_node(&ivideo->sisfb_heap);
3182 if(poh == NULL)
3185 poh->poh_next = &ivideo->sisfb_heap.oh_free;
3186 poh->poh_prev = &ivideo->sisfb_heap.oh_free;
3187 poh->size = ivideo->sisfb_heap_size;
3188 poh
3213 struct SIS_OH *poh; local
3296 sisfb_delete_node(struct SIS_OH *poh) argument
3303 sisfb_insert_node(struct SIS_OH *pohList, struct SIS_OH *poh) argument
3385 sisfb_free_node(struct SIS_HEAP *memheap, struct SIS_OH *poh) argument
3397 struct SIS_OH *poh = NULL; local
3437 struct SIS_OH *poh; local
[all...]
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dmac_be.c1728 bool poh; local
1730 poh = is_qta_poh(rtwdev);
1732 if (poh) {
/linux-master/drivers/scsi/bfa/
H A Dbfa_defs.h966 u8 poh[3]; /* 155-157: Power On Hours */ member in struct:sfp_usr_eeprom_s

Completed in 156 milliseconds