Home
last modified time | relevance | path

Searched refs:tab (Results 1 – 11 of 11) sorted by relevance

/rk3399_ARM-atf/lib/debugfs/
H A Ddevroot.c30 static int rootgen(chan_t *channel, const dirtab_t *tab, int ntab, in rootgen() argument
35 tab = dirtab; in rootgen()
39 tab = devfstab; in rootgen()
43 tab = blobtab; in rootgen()
50 return devgen(channel, tab, ntab, n, dir); in rootgen()
H A Ddev.h97 int dirread(chan_t *c, dir_t *dir, const dirtab_t *tab,
106 int devgen(chan_t *c, const dirtab_t *tab, int ntab, int n, dir_t *dir);
107 int devwalk(chan_t *c, const char *name, const dirtab_t *tab, int ntab,
110 const dirtab_t *tab, int ntab, devgen_t *gen);
H A Ddev.c376 int devwalk(chan_t *channel, const char *name, const dirtab_t *tab, in devwalk() argument
391 switch ((*gen)(channel, tab, ntab, i, &dir)) { in devwalk()
412 int dirread(chan_t *channel, dir_t *dir, const dirtab_t *tab, in dirread() argument
422 ret = (*gen)(channel, tab, ntab, i, dir); in dirread()
458 int devgen(chan_t *channel, const dirtab_t *tab, int ntab, int n, dir_t *dir) in devgen() argument
462 if ((channel == NULL) || (dir == NULL) || (tab == NULL) || in devgen()
467 dp = &tab[n]; in devgen()
516 const dirtab_t *tab, int ntab, devgen_t *gen) in devstat() argument
531 switch ((*gen)(dirc, tab, ntab, i, dir)) { in devstat()
H A Ddevfip.c119 static int fipgen(chan_t *c, const dirtab_t *tab, int ntab, int n, dir_t *dir) in fipgen() argument
/rk3399_ARM-atf/include/lib/
H A Ddebugfs.h21 #define NELEM(tab) (sizeof(tab) / sizeof((tab)[0])) argument
/rk3399_ARM-atf/docs/plat/qti/
H A Drb3gen2.rst55 `here <https://github.com/qualcomm-linux/meta-qcom?tab=readme-ov-file#quick-build>`__
63 `here <https://github.com/qualcomm-linux/meta-qcom?tab=readme-ov-file#flash-images>`__
/rk3399_ARM-atf/
H A D.editorconfig35 indent_style = tab
/rk3399_ARM-atf/docs/process/
H A Dcoding-style.rst266 achieve a granularity that is smaller than the tab size. For example, with a tab
267 size of eight columns it would be necessary to use one tab character and two
/rk3399_ARM-atf/drivers/st/clk/
H A Dclk-stm32-core.h214 int stm32_clk_parse_fdt_by_name(void *fdt, int node, const char *name, uint32_t *tab, uint32_t *nb);
H A Dclk-stm32-core.c1065 int stm32_clk_parse_fdt_by_name(void *fdt, int node, const char *name, uint32_t *tab, uint32_t *nb) in stm32_clk_parse_fdt_by_name() argument
1080 tab[i] = val; in stm32_clk_parse_fdt_by_name()
H A Dstm32mp1_clk.c2648 uint32_t *tab, uint32_t *nb) in stm32_clk_parse_fdt_by_name() argument
2661 tab[i] = fdt32_to_cpu(cell[i]); in stm32_clk_parse_fdt_by_name()