Searched refs:gGPIOInfo (Results 1 – 4 of 4) sorted by relevance
128 && gGPIOInfo[hpdPinIndex]->valid) { in connector_pick_atom_hpdid()149 if (gGPIOInfo[hpdPinIndex]->hwReg == targetReg) { in connector_pick_atom_hpdid()150 switch(gGPIOInfo[hpdPinIndex]->hwMask) { in connector_pick_atom_hpdid()181 if (gGPIOInfo[i2cPinIndex]->valid == false in connector_read_edid()182 || gGPIOInfo[i2cPinIndex]->i2c.valid == false) { in connector_read_edid()191 bus.cookie = (void*)gGPIOInfo[i2cPinIndex]; in connector_read_edid()315 if (gGPIOInfo[i]->hwPin != hwPin) in connector_attach_gpio_i2c()333 if (gGPIOInfo[i]->hwPin != hwPin) in connector_attach_gpio_router()352 if (gGPIOInfo[i]->hwPin != hwPin) in connector_attach_gpio_hpd()387 if (!gGPIOInfo[pin]->valid) { in gpio_general_populate()[all …]
50 gpio_info* gGPIOInfo[MAX_GPIO_PINS]; variable101 gGPIOInfo[id] = (gpio_info*)malloc(sizeof(gpio_info)); in init_common()103 if (gGPIOInfo[id] == NULL) in init_common()105 memset(gGPIOInfo[id], 0, sizeof(gpio_info)); in init_common()191 free(gGPIOInfo[id]); in uninit_common()
216 extern gpio_info* gGPIOInfo[MAX_GPIO_PINS];
473 uint32 auxPin = gGPIOInfo[i2cPinIndex]->hwPin; in dp_setup_connectors()