Home
last modified time | relevance | path

Searched refs:glb (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py213 def __init__(self, glb, params, parent=None): argument
215 self.glb = glb
487 def __init__(self, glb, params, row, parent_item): argument
488 self.glb = glb
528 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, br… argument
529 super(CallGraphLevelTwoPlusItemBase, self).__init__(glb, params, row, parent_item)
540 query = QSqlQuery(self.glb.db)
564 …child_item = CallGraphLevelThreeItem(self.glb, self.params, self.child_count, self.comm_id, self.t…
572 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, name, dso, count, time, ins… argument
573 …super(CallGraphLevelThreeItem, self).__init__(glb, params, row, comm_id, thread_id, call_path_id, …
[all …]
/openbmc/linux/drivers/comedi/drivers/
H A Dni_at_a2150.c248 int lub, glb, temp; in a2150_get_timing() local
258 glb = board->clock[glb_index] * (1 << glb_divisor_shift); in a2150_get_timing()
261 if (*period < glb) in a2150_get_timing()
262 *period = glb; in a2150_get_timing()
278 if (temp > glb && temp <= *period) { in a2150_get_timing()
281 glb = temp; in a2150_get_timing()
289 if (lub - *period < *period - glb) in a2150_get_timing()
292 *period = glb; in a2150_get_timing()
298 *period = glb; in a2150_get_timing()
/openbmc/linux/sound/soc/intel/avs/
H A Davs.h192 union avs_global_msg glb; member
254 tx->glb.primary, tx->glb.ext.val, error); in avs_ipc_err()
257 tx->glb.primary, tx->glb.ext.val, error); in avs_ipc_err()
/openbmc/u-boot/board/freescale/common/
H A Dfsl_validate.c31 static struct fsl_secboot_glb glb; variable
282 memcpy(&glb.ie_tbl, (u8 *)ie_tbl_addr, sizeof(struct ie_key_info)); in install_ie_tbl()
283 img->ie_addr = (uintptr_t)&glb.ie_tbl; in install_ie_tbl()
284 glb.ie_addr = img->ie_addr; in install_ie_tbl()
842 if (glb.ie_addr) in secboot_init()
843 img->ie_addr = glb.ie_addr; in secboot_init()
/openbmc/linux/sound/soc/sof/
H A Dipc3.c25 u32 glb; in ipc3_log_header() local
29 glb = cmd & SOF_GLB_TYPE_MASK; in ipc3_log_header()
32 switch (glb) { in ipc3_log_header()
/openbmc/linux/fs/gfs2/
H A Dglock.c1970 struct gfs2_glock *gla, *glb; in glock_cmp() local
1973 glb = list_entry(b, struct gfs2_glock, gl_lru); in glock_cmp()
1975 if (gla->gl_name.ln_number > glb->gl_name.ln_number) in glock_cmp()
1977 if (gla->gl_name.ln_number < glb->gl_name.ln_number) in glock_cmp()
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8195.dtsi1673 pciephy_glb_intr: pciephy-glb-intr@193 {