Home
last modified time | relevance | path

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

/Linux-v4.19/include/media/davinci/
Dvpbe_osd.h323 struct osd_state;
326 int (*initialize)(struct osd_state *sd);
327 int (*request_layer)(struct osd_state *sd, enum osd_layer layer);
328 void (*release_layer)(struct osd_state *sd, enum osd_layer layer);
329 int (*enable_layer)(struct osd_state *sd, enum osd_layer layer,
331 void (*disable_layer)(struct osd_state *sd, enum osd_layer layer);
332 int (*set_layer_config)(struct osd_state *sd, enum osd_layer layer,
334 void (*get_layer_config)(struct osd_state *sd, enum osd_layer layer,
336 void (*start_layer)(struct osd_state *sd, enum osd_layer layer,
339 void (*set_left_margin)(struct osd_state *sd, u32 val);
[all …]
Dvpbe_display.h120 struct osd_state *osd_device;
Dvpbe.h177 struct osd_state *osd_device;
/Linux-v4.19/drivers/media/platform/davinci/
Dvpbe_osd.c62 static inline u32 osd_read(struct osd_state *sd, u32 offset) in osd_read()
64 struct osd_state *osd = sd; in osd_read()
69 static inline u32 osd_write(struct osd_state *sd, u32 val, u32 offset) in osd_write()
71 struct osd_state *osd = sd; in osd_write()
78 static inline u32 osd_set(struct osd_state *sd, u32 mask, u32 offset) in osd_set()
80 struct osd_state *osd = sd; in osd_set()
90 static inline u32 osd_clear(struct osd_state *sd, u32 mask, u32 offset) in osd_clear()
92 struct osd_state *osd = sd; in osd_clear()
102 static inline u32 osd_modify(struct osd_state *sd, u32 mask, u32 val, in osd_modify()
105 struct osd_state *osd = sd; in osd_modify()
[all …]
Dvpbe.c277 struct osd_state *osd_device = vpbe_dev->osd_device; in vpbe_set_output()
360 struct osd_state *osd_device = vpbe_dev->osd_device; in vpbe_s_dv_timings()
456 struct osd_state *osd_device = vpbe_dev->osd_device; in vpbe_s_std()
504 struct osd_state *osd_device; in vpbe_set_mode()
590 struct osd_state *osd_device; in vpbe_initialize()
Dvpbe_display.c89 struct osd_state *osd_device = disp_obj->osd_device; in vpbe_isr_odd_field()
285 struct osd_state *osd_device = layer->disp_dev->osd_device; in vpbe_start_streaming()
328 struct osd_state *osd_device = layer->disp_dev->osd_device; in vpbe_stop_streaming()
388 struct osd_state *osd_device = disp_dev->osd_device; in vpbe_set_osd_display_params()
662 struct osd_state *osd_device = disp_dev->osd_device; in vpbe_display_s_selection()
729 struct osd_state *osd_device = layer->disp_dev->osd_device; in vpbe_display_g_selection()
837 struct osd_state *osd_device = disp_dev->osd_device; in vpbe_display_s_fmt()
1165 struct osd_state *osd_device = disp_dev->osd_device; in vpbe_display_open()
1212 struct osd_state *osd_device = disp_dev->osd_device; in vpbe_display_release()
/Linux-v4.19/include/linux/ceph/
Dosdmap.h165 u32 *osd_state; /* CEPH_OSD_* */ member
192 (map->osd_state[osd] & CEPH_OSD_EXISTS); in ceph_osd_exists()
198 (map->osd_state[osd] & CEPH_OSD_UP); in ceph_osd_is_up()
/Linux-v4.19/net/ceph/
Dosdmap.c977 kfree(map->osd_state); in ceph_osdmap_destroy()
997 state = krealloc(map->osd_state, max*sizeof(*state), GFP_NOFS); in osdmap_set_max_osd()
1000 map->osd_state = state; in osdmap_set_max_osd()
1013 map->osd_state[i] = 0; in osdmap_set_max_osd()
1503 map->osd_state[i] = ceph_decode_32(p); in osdmap_decode()
1506 map->osd_state[i] = ceph_decode_8(p); in osdmap_decode()
1655 map->osd_state[osd] |= CEPH_OSD_EXISTS; in decode_new_up_state_weight()
1656 map->osd_state[osd] &= ~(CEPH_OSD_AUTOOUT | in decode_new_up_state_weight()
1678 if ((map->osd_state[osd] & CEPH_OSD_UP) && in decode_new_up_state_weight()
1681 if ((map->osd_state[osd] & CEPH_OSD_EXISTS) && in decode_new_up_state_weight()
[all …]
Ddebugfs.c81 u32 state = map->osd_state[i]; in osdmap_show()