Home
last modified time | relevance | path

Searched refs:tgroup (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/Documentation/sphinx/
H A DrstFlatTable.py169 tgroup = nodes.tgroup(cols=len(colwidths))
170 table += tgroup
184 tgroup += colspec
189 tgroup += thead
194 tgroup += tbody
/openbmc/linux/Documentation/sphinx/
H A DrstFlatTable.py157 tgroup = nodes.tgroup(cols=len(colwidths))
158 table += tgroup
172 tgroup += colspec
177 tgroup += thead
182 tgroup += tbody
/openbmc/linux/drivers/pinctrl/pxa/
H A Dpinctrl-pxa2xx.c32 unsigned tgroup) in pxa2xx_pctrl_get_group_name() argument
35 struct pxa_pinctrl_group *group = pctl->groups + tgroup; in pxa2xx_pctrl_get_group_name()
41 unsigned tgroup, in pxa2xx_pctrl_get_group_pins() argument
46 struct pxa_pinctrl_group *group = pctl->groups + tgroup; in pxa2xx_pctrl_get_group_pins()
139 unsigned tgroup) in pxa2xx_pmx_set_mux() argument
142 struct pxa_pinctrl_group *group = pctl->groups + tgroup; in pxa2xx_pmx_set_mux()