Searched refs:tb_cache (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.c114 * @tb_cache: Kernel buffer to receive the data from the lv1 trace buffer.
116 * @tb_cache_size: Size of the kernel @tb_cache buffer. Must be 128 byte
120 * NULL tb_cache argument. Otherwise unused.
137 void *tb_cache; member in struct:ps3_lpm_priv
936 if (!lpm_priv->tb_cache)
960 memcpy(buf, lpm_priv->tb_cache, tmp);
991 if (!lpm_priv->tb_cache)
1014 result = copy_to_user(buf, lpm_priv->tb_cache, tmp);
1079 * @tb_cache: Optional user supplied buffer to use as the trace buffer cache.
1082 * @tb_cache_size: The size in bytes of the user supplied @tb_cache buffe
1086 ps3_lpm_open(enum ps3_lpm_tb_type tb_type, void *tb_cache, u64 tb_cache_size) argument
[all...]
/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.c114 * @tb_cache: Kernel buffer to receive the data from the lv1 trace buffer.
116 * @tb_cache_size: Size of the kernel @tb_cache buffer. Must be 128 byte
120 * NULL tb_cache argument. Otherwise unused.
137 void *tb_cache; member in struct:ps3_lpm_priv
936 if (!lpm_priv->tb_cache)
960 memcpy(buf, lpm_priv->tb_cache, tmp);
991 if (!lpm_priv->tb_cache)
1014 result = copy_to_user(buf, lpm_priv->tb_cache, tmp);
1079 * @tb_cache: Optional user supplied buffer to use as the trace buffer cache.
1082 * @tb_cache_size: The size in bytes of the user supplied @tb_cache buffe
1086 ps3_lpm_open(enum ps3_lpm_tb_type tb_type, void *tb_cache, u64 tb_cache_size) argument
[all...]
/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 93 milliseconds