Searched refs:tb_type (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ps3/
H A Dps3-lpm.c1077 * @tb_type: Specifies the type of trace buffer lv1 sould use for this lpm
1081 * Unused when when @tb_type is PS3_LPM_TB_TYPE_NONE.
1083 * Unused when @tb_cache is NULL or @tb_type is PS3_LPM_TB_TYPE_NONE.
1086 int ps3_lpm_open(enum ps3_lpm_tb_type tb_type, void *tb_cache, argument
1093 BUG_ON(tb_type != PS3_LPM_TB_TYPE_NONE
1094 && tb_type != PS3_LPM_TB_TYPE_INTERNAL);
1096 if (tb_type == PS3_LPM_TB_TYPE_NONE && tb_cache)
1106 if (tb_type == PS3_LPM_TB_TYPE_NONE) {
1135 result = lv1_construct_lpm(lpm_priv->node_id, tb_type, 0, 0,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ps3/
H A Dps3-lpm.c1077 * @tb_type: Specifies the type of trace buffer lv1 sould use for this lpm
1081 * Unused when when @tb_type is PS3_LPM_TB_TYPE_NONE.
1083 * Unused when @tb_cache is NULL or @tb_type is PS3_LPM_TB_TYPE_NONE.
1086 int ps3_lpm_open(enum ps3_lpm_tb_type tb_type, void *tb_cache, argument
1093 BUG_ON(tb_type != PS3_LPM_TB_TYPE_NONE
1094 && tb_type != PS3_LPM_TB_TYPE_INTERNAL);
1096 if (tb_type == PS3_LPM_TB_TYPE_NONE && tb_cache)
1106 if (tb_type == PS3_LPM_TB_TYPE_NONE) {
1135 result = lv1_construct_lpm(lpm_priv->node_id, tb_type, 0, 0,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Dps3.h495 int ps3_lpm_open(enum ps3_lpm_tb_type tb_type, void *tb_cache,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dps3.h495 int ps3_lpm_open(enum ps3_lpm_tb_type tb_type, void *tb_cache,

Completed in 82 milliseconds