Home
last modified time | relevance | path

Searched refs:num_attributes (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86xv.h166 int num_attributes; member
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyrvideo.c360 adaptor->nAttributes = reply->num_attributes; in translate_xv_attributes()
361 adaptor->pAttributes = calloc(reply->num_attributes, in translate_xv_attributes()
370 for (i = 0; i < reply->num_attributes; i++) { in translate_xv_attributes()
/OK3568_Linux_fs/kernel/drivers/hwmon/pmbus/
H A Dpmbus_core.c91 int num_attributes; member
997 if (data->num_attributes >= data->max_attributes - 1) { in pmbus_add_attribute()
1008 data->group.attrs[data->num_attributes++] = attr; in pmbus_add_attribute()
1009 data->group.attrs[data->num_attributes] = NULL; in pmbus_add_attribute()
2609 if (!data->num_attributes) { in pmbus_do_probe()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxvdisp.c208 swapl(&rep->num_attributes); in SWriteQueryPortAttributesReply()
784 .num_attributes = pPort->pAdaptor->nAttributes, in ProcXvQueryPortAttributes()