Home
last modified time | relevance | path

Searched refs:osd_state (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/include/media/davinci/
Dvpbe_osd.h327 struct osd_state;
330 int (*initialize)(struct osd_state *sd);
331 int (*request_layer)(struct osd_state *sd, enum osd_layer layer);
332 void (*release_layer)(struct osd_state *sd, enum osd_layer layer);
333 int (*enable_layer)(struct osd_state *sd, enum osd_layer layer,
335 void (*disable_layer)(struct osd_state *sd, enum osd_layer layer);
336 int (*set_layer_config)(struct osd_state *sd, enum osd_layer layer,
338 void (*get_layer_config)(struct osd_state *sd, enum osd_layer layer,
340 void (*start_layer)(struct osd_state *sd, enum osd_layer layer,
343 void (*set_left_margin)(struct osd_state *sd, u32 val);
[all …]
Dvpbe_display.h122 struct osd_state *osd_device;
Dvpbe.h181 struct osd_state *osd_device;
/linux-4.4.14/drivers/media/platform/davinci/
Dvpbe_osd.c63 static inline u32 osd_read(struct osd_state *sd, u32 offset) in osd_read()
65 struct osd_state *osd = sd; in osd_read()
70 static inline u32 osd_write(struct osd_state *sd, u32 val, u32 offset) in osd_write()
72 struct osd_state *osd = sd; in osd_write()
79 static inline u32 osd_set(struct osd_state *sd, u32 mask, u32 offset) in osd_set()
81 struct osd_state *osd = sd; in osd_set()
91 static inline u32 osd_clear(struct osd_state *sd, u32 mask, u32 offset) in osd_clear()
93 struct osd_state *osd = sd; in osd_clear()
103 static inline u32 osd_modify(struct osd_state *sd, u32 mask, u32 val, in osd_modify()
106 struct osd_state *osd = sd; in osd_modify()
[all …]
Dvpbe.c283 struct osd_state *osd_device = vpbe_dev->osd_device; in vpbe_set_output()
366 struct osd_state *osd_device = vpbe_dev->osd_device; in vpbe_s_dv_timings()
462 struct osd_state *osd_device = vpbe_dev->osd_device; in vpbe_s_std()
510 struct osd_state *osd_device; in vpbe_set_mode()
597 struct osd_state *osd_device; in vpbe_initialize()
Dvpbe_display.c86 struct osd_state *osd_device = disp_obj->osd_device; in vpbe_isr_odd_field()
284 struct osd_state *osd_device = layer->disp_dev->osd_device; in vpbe_start_streaming()
327 struct osd_state *osd_device = layer->disp_dev->osd_device; in vpbe_stop_streaming()
387 struct osd_state *osd_device = disp_dev->osd_device; in vpbe_set_osd_display_params()
661 struct osd_state *osd_device = disp_dev->osd_device; in vpbe_display_s_crop()
728 struct osd_state *osd_device = layer->disp_dev->osd_device; in vpbe_display_g_crop()
827 struct osd_state *osd_device = disp_dev->osd_device; in vpbe_display_s_fmt()
1156 struct osd_state *osd_device = disp_dev->osd_device; in vpbe_display_open()
1203 struct osd_state *osd_device = disp_dev->osd_device; in vpbe_display_release()
/linux-4.4.14/include/linux/ceph/
Dosdmap.h96 u8 *osd_state; /* CEPH_OSD_* */ member
143 (map->osd_state[osd] & CEPH_OSD_EXISTS); in ceph_osd_exists()
149 (map->osd_state[osd] & CEPH_OSD_UP); in ceph_osd_is_up()
/linux-4.4.14/net/ceph/
Dosdmap.c679 kfree(map->osd_state); in ceph_osdmap_destroy()
698 state = krealloc(map->osd_state, max*sizeof(*state), GFP_NOFS); in osdmap_set_max_osd()
701 map->osd_state = state; in osdmap_set_max_osd()
714 map->osd_state[i] = 0; in osdmap_set_max_osd()
1104 ceph_decode_copy(p, map->osd_state, map->max_osd); in osdmap_decode()
1303 map->osd_state[osd] |= CEPH_OSD_UP | CEPH_OSD_EXISTS; in osdmap_apply_incremental()
1320 map->osd_state[osd] ^= xorstate; in osdmap_apply_incremental()
Ddebugfs.c78 int state = map->osd_state[i]; in osdmap_show()