Home
last modified time | relevance | path

Searched refs:tpg (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/include/media/tpg/
Dv4l2-tpg.h235 void tpg_init(struct tpg_data *tpg, unsigned w, unsigned h);
236 int tpg_alloc(struct tpg_data *tpg, unsigned max_w);
237 void tpg_free(struct tpg_data *tpg);
238 void tpg_reset_source(struct tpg_data *tpg, unsigned width, unsigned height,
240 void tpg_log_status(struct tpg_data *tpg);
243 void tpg_gen_text(const struct tpg_data *tpg,
245 void tpg_calc_text_basep(struct tpg_data *tpg,
247 unsigned tpg_g_interleaved_plane(const struct tpg_data *tpg, unsigned buf_line);
248 void tpg_fill_plane_buffer(struct tpg_data *tpg, v4l2_std_id std,
250 void tpg_fillbuffer(struct tpg_data *tpg, v4l2_std_id std,
[all …]
/linux-4.19.296/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c89 void tpg_init(struct tpg_data *tpg, unsigned w, unsigned h) in tpg_init() argument
91 memset(tpg, 0, sizeof(*tpg)); in tpg_init()
92 tpg->scaled_width = tpg->src_width = w; in tpg_init()
93 tpg->src_height = tpg->buf_height = h; in tpg_init()
94 tpg->crop.width = tpg->compose.width = w; in tpg_init()
95 tpg->crop.height = tpg->compose.height = h; in tpg_init()
96 tpg->recalc_colors = true; in tpg_init()
97 tpg->recalc_square_border = true; in tpg_init()
98 tpg->brightness = 128; in tpg_init()
99 tpg->contrast = 128; in tpg_init()
[all …]
DMakefile1 v4l2-tpg-objs := v4l2-tpg-core.o v4l2-tpg-colors.o
3 obj-$(CONFIG_VIDEO_V4L2_TPG) += v4l2-tpg.o
/linux-4.19.296/drivers/xen/
Dxen-scsiback.c81 struct scsiback_tpg *tpg; /* translate to */ member
260 struct scsiback_tpg *tpg = pending_req->v2p->tpg; in scsiback_print_status() local
263 tpg->tport->tport_name, pending_req->v2p->lun, in scsiback_print_status()
312 struct scsiback_tpg *tpg = entry->tpg; in scsiback_free_translation_entry() local
314 mutex_lock(&tpg->tv_tpg_mutex); in scsiback_free_translation_entry()
315 tpg->tv_tpg_fe_count--; in scsiback_free_translation_entry()
316 mutex_unlock(&tpg->tv_tpg_mutex); in scsiback_free_translation_entry()
398 struct se_session *sess = pending_req->v2p->tpg->tpg_nexus->tvn_se_sess; in scsiback_cmd_exec()
595 struct scsiback_tpg *tpg = pending_req->v2p->tpg; in scsiback_device_action() local
596 struct scsiback_nexus *nexus = tpg->tpg_nexus; in scsiback_device_action()
[all …]
/linux-4.19.296/drivers/media/common/
DMakefile1 obj-y += b2c2/ saa7146/ siano/ v4l2-tpg/ videobuf2/
DKconfig23 source "drivers/media/common/v4l2-tpg/Kconfig"
/linux-4.19.296/include/target/
Dtarget_core_fabric.h175 struct se_node_acl *core_tpg_get_initiator_node_acl(struct se_portal_group *tpg,
177 bool target_tpg_has_node_acl(struct se_portal_group *tpg,
/linux-4.19.296/include/target/iscsi/
Discsi_target_core.h604 struct iscsi_portal_group *tpg; member
694 struct iscsi_portal_group *tpg; member
782 struct iscsi_portal_group *tpg; member
808 struct iscsi_portal_group *tpg; member