Home
last modified time | relevance | path

Searched defs:layer (Results 1 – 25 of 63) sorted by relevance

123

/Linux-v5.4/drivers/media/platform/davinci/
Dvpbe_display.c63 struct vpbe_layer *layer) in vpbe_isr_even_field()
75 struct vpbe_layer *layer) in vpbe_isr_odd_field()
110 struct vpbe_layer *layer; in venc_isr() local
197 struct vpbe_layer *layer = vb2_get_drv_priv(q); in vpbe_buffer_prepare() local
228 struct vpbe_layer *layer = vb2_get_drv_priv(vq); in vpbe_buffer_queue_setup() local
256 struct vpbe_layer *layer = vb2_get_drv_priv(vb->vb2_queue); in vpbe_buffer_queue() local
272 struct vpbe_layer *layer = vb2_get_drv_priv(vq); in vpbe_start_streaming() local
315 struct vpbe_layer *layer = vb2_get_drv_priv(vq); in vpbe_stop_streaming() local
362 struct vpbe_layer *layer) in _vpbe_display_get_other_win_layer()
373 struct vpbe_layer *layer) in vpbe_set_osd_display_params()
[all …]
Dvpbe_osd.c102 #define is_osd_win(layer) (((layer) == WIN_OSD0) || ((layer) == WIN_OSD1)) argument
103 #define is_vid_win(layer) (((layer) == WIN_VID0) || ((layer) == WIN_VID1)) argument
409 static void _osd_set_zoom(struct osd_state *sd, enum osd_layer layer, in _osd_set_zoom()
443 static void _osd_disable_layer(struct osd_state *sd, enum osd_layer layer) in _osd_disable_layer()
463 static void osd_disable_layer(struct osd_state *sd, enum osd_layer layer) in osd_disable_layer()
488 static void _osd_enable_layer(struct osd_state *sd, enum osd_layer layer) in _osd_enable_layer()
508 static int osd_enable_layer(struct osd_state *sd, enum osd_layer layer, in osd_enable_layer()
557 static void _osd_start_layer(struct osd_state *sd, enum osd_layer layer, in _osd_start_layer()
734 static void osd_start_layer(struct osd_state *sd, enum osd_layer layer, in osd_start_layer()
758 static void osd_get_layer_config(struct osd_state *sd, enum osd_layer layer, in osd_get_layer_config()
[all …]
/Linux-v5.4/drivers/gpu/drm/sun4i/
Dsun8i_ui_layer.h17 #define SUN8I_MIXER_CHAN_UI_LAYER_ATTR(base, layer) \ argument
19 #define SUN8I_MIXER_CHAN_UI_LAYER_SIZE(base, layer) \ argument
21 #define SUN8I_MIXER_CHAN_UI_LAYER_COORD(base, layer) \ argument
23 #define SUN8I_MIXER_CHAN_UI_LAYER_PITCH(base, layer) \ argument
25 #define SUN8I_MIXER_CHAN_UI_LAYER_TOP_LADDR(base, layer) \ argument
27 #define SUN8I_MIXER_CHAN_UI_LAYER_BOT_LADDR(base, layer) \ argument
29 #define SUN8I_MIXER_CHAN_UI_LAYER_FCOLOR(base, layer) \ argument
Dsun4i_layer.c20 struct sun4i_layer *layer = plane_to_sun4i_layer(plane); in sun4i_backend_layer_reset() local
69 struct sun4i_layer *layer = plane_to_sun4i_layer(plane); in sun4i_backend_layer_atomic_disable() local
87 struct sun4i_layer *layer = plane_to_sun4i_layer(plane); in sun4i_backend_layer_atomic_update() local
115 struct sun4i_layer *layer = plane_to_sun4i_layer(plane); in sun4i_layer_format_mod_supported() local
196 struct sun4i_layer *layer; in sun4i_layer_init_one() local
246 struct sun4i_layer *layer; in sun4i_layers_init() local
Dsun8i_vi_layer.h11 #define SUN8I_MIXER_CHAN_VI_LAYER_ATTR(base, layer) \ argument
13 #define SUN8I_MIXER_CHAN_VI_LAYER_SIZE(base, layer) \ argument
15 #define SUN8I_MIXER_CHAN_VI_LAYER_COORD(base, layer) \ argument
17 #define SUN8I_MIXER_CHAN_VI_LAYER_PITCH(base, layer, plane) \ argument
19 #define SUN8I_MIXER_CHAN_VI_LAYER_TOP_LADDR(base, layer, plane) \ argument
Dsun8i_csc.c177 static void sun8i_de3_ccsc_set_coefficients(struct regmap *map, int layer, in sun8i_de3_ccsc_set_coefficients()
213 static void sun8i_de3_ccsc_enable(struct regmap *map, int layer, bool enable) in sun8i_de3_ccsc_enable()
228 void sun8i_csc_set_ccsc_coefficients(struct sun8i_mixer *mixer, int layer, in sun8i_csc_set_ccsc_coefficients()
247 void sun8i_csc_enable_ccsc(struct sun8i_mixer *mixer, int layer, bool enable) in sun8i_csc_enable_ccsc()
Dsun4i_backend.c80 int layer, bool enable) in sun4i_backend_layer_enable()
168 int layer, struct drm_plane *plane) in sun4i_backend_update_layer_coord()
200 int layer, struct drm_plane *plane) in sun4i_backend_update_yuv_format()
257 int layer, struct drm_plane *plane) in sun4i_backend_update_layer_formats()
306 int layer, uint32_t fmt) in sun4i_backend_update_layer_frontend()
345 int layer, struct drm_plane *plane) in sun4i_backend_update_layer_buffer()
382 int sun4i_backend_update_layer_zpos(struct sun4i_backend *backend, int layer, in sun4i_backend_update_layer_zpos()
402 int layer) in sun4i_backend_cleanup_layer()
426 struct sun4i_layer *layer = plane_to_sun4i_layer(state->plane); in sun4i_backend_plane_uses_frontend() local
Dsun8i_ui_layer.c239 struct sun8i_ui_layer *layer = plane_to_sun8i_ui_layer(plane); in sun8i_ui_layer_atomic_check() local
267 struct sun8i_ui_layer *layer = plane_to_sun8i_ui_layer(plane); in sun8i_ui_layer_atomic_disable() local
278 struct sun8i_ui_layer *layer = plane_to_sun8i_ui_layer(plane); in sun8i_ui_layer_atomic_update() local
344 struct sun8i_ui_layer *layer; in sun8i_ui_layer_init_one() local
Dsun8i_vi_layer.c324 struct sun8i_vi_layer *layer = plane_to_sun8i_vi_layer(plane); in sun8i_vi_layer_atomic_check() local
352 struct sun8i_vi_layer *layer = plane_to_sun8i_vi_layer(plane); in sun8i_vi_layer_atomic_disable() local
363 struct sun8i_vi_layer *layer = plane_to_sun8i_vi_layer(plane); in sun8i_vi_layer_atomic_update() local
446 struct sun8i_vi_layer *layer; in sun8i_vi_layer_init_one() local
Dsun8i_ui_scaler.c130 void sun8i_ui_scaler_enable(struct sun8i_mixer *mixer, int layer, bool enable) in sun8i_ui_scaler_enable()
148 void sun8i_ui_scaler_setup(struct sun8i_mixer *mixer, int layer, in sun8i_ui_scaler_setup()
Dsun8i_vi_scaler.c910 void sun8i_vi_scaler_enable(struct sun8i_mixer *mixer, int layer, bool enable) in sun8i_vi_scaler_enable()
926 void sun8i_vi_scaler_setup(struct sun8i_mixer *mixer, int layer, in sun8i_vi_scaler_setup()
Dsun8i_mixer.c282 struct sun8i_vi_layer *layer; in sun8i_layers_init() local
295 struct sun8i_ui_layer *layer; in sun8i_layers_init() local
/Linux-v5.4/Documentation/hid/
Dintel-ish-hid.rst156 3.3.1 A Generic Transport Layer
168 3.3.2 Connection and Flow Control Mechanism
183 3.3.3 Peer to Peer data transfer
219 3.3.4 Ring Buffers
230 3.3.5 Host Enumeration
/Linux-v5.4/drivers/media/dvb-frontends/
Dmb86a20s.c377 unsigned layer) in mb86a20s_get_modulation()
409 unsigned layer) in mb86a20s_get_fec()
444 unsigned layer) in mb86a20s_get_interleaving()
470 unsigned layer) in mb86a20s_get_segment_count()
542 static void mb86a20s_layer_bitrate(struct dvb_frontend *fe, u32 layer, in mb86a20s_layer_bitrate()
628 int layer, rc; in mb86a20s_get_frontend() local
801 unsigned layer, in mb86a20s_get_pre_ber()
934 unsigned layer, in mb86a20s_get_post_ber()
1062 unsigned layer, in mb86a20s_get_blk_error()
1435 int rc, val, layer; in mb86a20s_get_blk_error_layer_CNR() local
[all …]
/Linux-v5.4/net/caif/
Dcfctrl.c60 void cfctrl_remove(struct cflayer *layer) in cfctrl_remove()
163 struct cfctrl_rsp *cfctrl_get_respfuncs(struct cflayer *layer) in cfctrl_get_respfuncs()
176 void cfctrl_enum_req(struct cflayer *layer, u8 physlinkid) in cfctrl_enum_req()
199 int cfctrl_linkup_request(struct cflayer *layer, in cfctrl_linkup_request()
304 int cfctrl_linkdown_req(struct cflayer *layer, u8 channelid, in cfctrl_linkdown_req()
350 static int cfctrl_recv(struct cflayer *layer, struct cfpkt *pkt) in cfctrl_recv()
Dcfsrvl.c155 static void cfsrvl_release(struct cflayer *layer) in cfsrvl_release()
187 u8 cfsrvl_getphyid(struct cflayer *layer) in cfsrvl_getphyid()
193 bool cfsrvl_phyid_match(struct cflayer *layer, int phyid) in cfsrvl_phyid_match()
Dcaif_dev.c34 struct cflayer layer; member
166 static int transmit(struct cflayer *layer, struct cfpkt *pkt) in transmit()
312 struct cflayer **layer, in caif_enroll_dev()
367 struct cflayer *layer, *link_support; in caif_device_notify() local
Dcfcnfg.c56 struct cflayer layer; member
205 static void cfcnfg_linkdestroy_rsp(struct cflayer *layer, u8 channel_id) in cfcnfg_linkdestroy_rsp()
363 static void cfcnfg_reject_rsp(struct cflayer *layer, u8 channel_id, in cfcnfg_reject_rsp()
372 cfcnfg_linkup_rsp(struct cflayer *layer, u8 channel_id, enum cfctrl_srv serv, in cfcnfg_linkup_rsp()
Dcfserl.c22 struct cflayer layer; member
175 static int cfserl_transmit(struct cflayer *layer, struct cfpkt *newpkt) in cfserl_transmit()
Dcaif_usb.c32 struct cflayer layer; member
127 struct cflayer *layer, *link_support; in cfusbl_device_notify() local
Dcffrml.c23 struct cflayer layer; member
57 void cffrml_free(struct cflayer *layer) in cffrml_free()
/Linux-v5.4/fs/overlayfs/
Dexport.c370 struct ovl_layer *layer) in ovl_lookup_real_one()
433 struct ovl_layer *layer) in ovl_lookup_real_inode()
499 struct ovl_layer *layer) in ovl_lookup_real_ancestor()
552 struct ovl_layer *layer) in ovl_lookup_real()
659 struct ovl_layer *layer = upper ? &upper_layer : lowerpath->layer; in ovl_get_dentry() local
/Linux-v5.4/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_dc.h276 struct atmel_hlcdc_layer layer; member
286 atmel_hlcdc_layer_to_plane(struct atmel_hlcdc_layer *layer) in atmel_hlcdc_layer_to_plane()
358 static inline void atmel_hlcdc_layer_write_reg(struct atmel_hlcdc_layer *layer, in atmel_hlcdc_layer_write_reg()
364 static inline u32 atmel_hlcdc_layer_read_reg(struct atmel_hlcdc_layer *layer, in atmel_hlcdc_layer_read_reg()
374 static inline void atmel_hlcdc_layer_write_cfg(struct atmel_hlcdc_layer *layer, in atmel_hlcdc_layer_write_cfg()
382 static inline u32 atmel_hlcdc_layer_read_cfg(struct atmel_hlcdc_layer *layer, in atmel_hlcdc_layer_read_cfg()
390 static inline void atmel_hlcdc_layer_write_clut(struct atmel_hlcdc_layer *layer, in atmel_hlcdc_layer_write_clut()
398 static inline void atmel_hlcdc_layer_init(struct atmel_hlcdc_layer *layer, in atmel_hlcdc_layer_init()
/Linux-v5.4/drivers/gpu/drm/zte/
Dzx_plane.c103 void __iomem *layer = zplane->layer; in zx_vl_set_update() local
190 void __iomem *layer = zplane->layer; in zx_vl_plane_atomic_update() local
328 void __iomem *layer = zplane->layer; in zx_gl_set_update() local
355 void __iomem *layer = zplane->layer; in zx_gl_plane_atomic_update() local
/Linux-v5.4/include/uapi/linux/tc_ematch/
Dtc_em_nbyte.h11 __u8 layer:4; member

123