Searched refs:rotate_ctx (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/sunxi/sun8i-rotate/ |
H A D | sun8i_rotate.c | 63 struct rotate_ctx *ctx = priv; in rotate_device_run() 143 struct rotate_ctx *ctx; in rotate_irq() 171 static inline struct rotate_ctx *rotate_file2ctx(struct file *file) in rotate_file2ctx() 173 return container_of(file->private_data, struct rotate_ctx, fh); in rotate_file2ctx() 258 static int rotate_set_cap_format(struct rotate_ctx *ctx, in rotate_set_cap_format() 291 struct rotate_ctx *ctx = rotate_file2ctx(file); in rotate_g_fmt_vid_cap() 301 struct rotate_ctx *ctx = rotate_file2ctx(file); in rotate_g_fmt_vid_out() 311 struct rotate_ctx *ctx = rotate_file2ctx(file); in rotate_try_fmt_vid_cap() 342 struct rotate_ctx *ctx = rotate_file2ctx(file); in rotate_s_fmt_vid_cap() 362 struct rotate_ctx *ct in rotate_s_fmt_vid_out() [all...] |
H A D | sun8i-rotate.h | 104 struct rotate_ctx { struct
|
/kernel/linux/linux-6.6/drivers/media/platform/sunxi/sun8i-rotate/ |
H A D | sun8i_rotate.c | 63 struct rotate_ctx *ctx = priv; in rotate_device_run() 143 struct rotate_ctx *ctx; in rotate_irq() 171 static inline struct rotate_ctx *rotate_file2ctx(struct file *file) in rotate_file2ctx() 173 return container_of(file->private_data, struct rotate_ctx, fh); in rotate_file2ctx() 258 static int rotate_set_cap_format(struct rotate_ctx *ctx, in rotate_set_cap_format() 291 struct rotate_ctx *ctx = rotate_file2ctx(file); in rotate_g_fmt_vid_cap() 301 struct rotate_ctx *ctx = rotate_file2ctx(file); in rotate_g_fmt_vid_out() 311 struct rotate_ctx *ctx = rotate_file2ctx(file); in rotate_try_fmt_vid_cap() 342 struct rotate_ctx *ctx = rotate_file2ctx(file); in rotate_s_fmt_vid_cap() 362 struct rotate_ctx *ct in rotate_s_fmt_vid_out() [all...] |
H A D | sun8i-rotate.h | 104 struct rotate_ctx { struct
|
/kernel/linux/linux-5.10/kernel/events/ |
H A D | core.c | 4163 static void rotate_ctx(struct perf_event_context *ctx, struct perf_event *event) in rotate_ctx() function 4237 rotate_ctx(task_ctx, task_event); in perf_rotate_context() 4239 rotate_ctx(&cpuctx->ctx, cpu_event); in perf_rotate_context() 13014 * rotate_ctx() will change the list from interrupt context. in perf_event_init_context()
|
/kernel/linux/linux-6.6/kernel/events/ |
H A D | core.c | 4200 static void rotate_ctx(struct perf_event_context *ctx, struct perf_event *event) in rotate_ctx() function 4307 rotate_ctx(&cpuctx->ctx, cpu_event); in perf_rotate_context() 4312 rotate_ctx(task_epc->ctx, task_event); in perf_rotate_context() 13542 * rotate_ctx() will change the list from interrupt context. in perf_event_init_context()
|
Completed in 32 milliseconds