Home
last modified time | relevance | path

Searched full:name (Results 1 – 11 of 11) sorted by relevance

/hal_intel-latest/zephyr/iut_test/src/
Dmain.c27 static int iut_run(const char *name, const char *group, uint32_t attri, in iut_run() argument
34 group ? group : "NULL", name ? name : "NULL", attri); in iut_run()
57 if (name && strncmp(ut->name, name, strlen(ut->name) + 1)) { in iut_run()
65 ut->group, ut->name, iut_cnt_run); in iut_run()
71 ut->group, ut->name, iut_cnt_run, in iut_run()
80 group ? group : "NULL", name ? name : "NULL", attri, in iut_run()
132 const char *name = NULL; in main() local
142 name = argv_run[1]; in main()
145 iut_run(name, group, 0x0, (argc_run - 2), in main()
Dshell_iut.c25 ut->group, ut->name, ut->attri); in cmd_iut_list()
/hal_intel-latest/.github/workflows/
Diut_zephyr_build.yml1 name: iut_zephyr_build
20 - name: Apply container owner mismatch workaround
28 - name: Checkout Zephyr
32 - name: Checkout Intel HAL
37 - name: Build IUT Test for ISH 5.4.1
41 - name: Build IUT Test for ISH 5.6.0
45 - name: Build IUT Test for ISH 5.8.0
Dsedi_docs_update.yml1 name: SEDI Doxygen Document Update
18 - name: Checkout Code
21 - name: Git Prepare
25 git config --global user.name "Intel HAL Docs Robot"
28 - name: Install Doxygen Tools
33 - name: Run Doxygen
36 - name: Deploy New Doc
Dcheckpatch.yml1 name: checkpatch
13 - name: Checkout Code
16 - name: Download Checkpatch Files from Zephyr RTOS
29 - name: Set Git Base
35 - name: Run Checkpath
/hal_intel-latest/zephyr/iut_test/include/
Diut.h16 const char *const name; member
33 .name = #_name, \
48 iut_print("IUT: (%s, %s): "fmt, iut_running->group, iut_running->name, ## arg)
/hal_intel-latest/docs/
Dbsp_sedi_doxyfile31 # project for which the documentation is generated. This name is used in the
125 # following values are used ($name is automatically replaced with the name of
126 # the entity):The $name class, The $name widget, The $name file, is, provides,
129 ABBREVIATE_BRIEF = "The $name class" \
130 "The $name widget" \
131 "The $name file" \
157 # before files name in the file list and in the header files. If set to NO the
158 # shortest path that makes the file name unique will be used
177 # header file to include in order to use a class. If left blank only the name of
259 # name=value
[all …]
/hal_intel-latest/bsp_sedi/soc/common/include/
Dsedi_reg_defs.h84 * RBFV: The constant for a Register Bit Field Value with name _value_name.
89 * RBFVM: The Bit Mask of a Register Bit Field Value with name _value_name.
146 * Define a Register Bit Field Value (RBFV) with name _value_name
201 * Check if a register has a specific RBFV with name _value_name set.
227 * Set a RBFV with name _value_name into a register.
/hal_intel-latest/zephyr/
Dmodule.yml1 name: hal_intel
/hal_intel-latest/
DLICENSE11 3. Neither the name of the copyright holder nor the names of its contributors
/hal_intel-latest/bsp_sedi/soc/intel_ish/pm/
Dish_pm.c676 static void print_stats(const char *name, const struct pm_stat *stat) in print_stats() argument
682 name, stat->count, (stat->total_time_us)/1000); in print_stats()