Home
last modified time | relevance | path

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

/Linux-v6.1/include/media/davinci/
Dvpbe_osd.h314 struct osd_state;
317 int (*initialize)(struct osd_state *sd);
318 int (*request_layer)(struct osd_state *sd, enum osd_layer layer);
319 void (*release_layer)(struct osd_state *sd, enum osd_layer layer);
320 int (*enable_layer)(struct osd_state *sd, enum osd_layer layer,
322 void (*disable_layer)(struct osd_state *sd, enum osd_layer layer);
323 int (*set_layer_config)(struct osd_state *sd, enum osd_layer layer,
325 void (*get_layer_config)(struct osd_state *sd, enum osd_layer layer,
327 void (*start_layer)(struct osd_state *sd, enum osd_layer layer,
330 void (*set_left_margin)(struct osd_state *sd, u32 val);
[all …]
Dvpbe_display.h112 struct osd_state *osd_device;
Dvpbe.h165 struct osd_state *osd_device;
/Linux-v6.1/drivers/media/platform/ti/davinci/
Dvpbe_osd.c48 static inline u32 __always_unused osd_read(struct osd_state *sd, u32 offset) in osd_read()
50 struct osd_state *osd = sd; in osd_read()
55 static inline u32 osd_write(struct osd_state *sd, u32 val, u32 offset) in osd_write()
57 struct osd_state *osd = sd; in osd_write()
64 static inline u32 osd_set(struct osd_state *sd, u32 mask, u32 offset) in osd_set()
66 struct osd_state *osd = sd; in osd_set()
76 static inline u32 osd_clear(struct osd_state *sd, u32 mask, u32 offset) in osd_clear()
78 struct osd_state *osd = sd; in osd_clear()
88 static inline u32 osd_modify(struct osd_state *sd, u32 mask, u32 val, in osd_modify()
91 struct osd_state *osd = sd; in osd_modify()
[all …]
Dvpbe.c247 struct osd_state *osd_device = vpbe_dev->osd_device; in vpbe_set_output()
330 struct osd_state *osd_device = vpbe_dev->osd_device; in vpbe_s_dv_timings()
426 struct osd_state *osd_device = vpbe_dev->osd_device; in vpbe_s_std()
474 struct osd_state *osd_device; in vpbe_set_mode()
560 struct osd_state *osd_device; in vpbe_initialize()
Dvpbe_display.c76 struct osd_state *osd_device = disp_obj->osd_device; in vpbe_isr_odd_field()
272 struct osd_state *osd_device = layer->disp_dev->osd_device; in vpbe_start_streaming()
315 struct osd_state *osd_device = layer->disp_dev->osd_device; in vpbe_stop_streaming()
375 struct osd_state *osd_device = disp_dev->osd_device; in vpbe_set_osd_display_params()
645 struct osd_state *osd_device = disp_dev->osd_device; in vpbe_display_s_selection()
712 struct osd_state *osd_device = layer->disp_dev->osd_device; in vpbe_display_g_selection()
812 struct osd_state *osd_device = disp_dev->osd_device; in vpbe_display_s_fmt()
1140 struct osd_state *osd_device = disp_dev->osd_device; in vpbe_display_open()
1187 struct osd_state *osd_device = disp_dev->osd_device; in vpbe_display_release()
/Linux-v6.1/include/linux/ceph/
Dosdmap.h178 u32 *osd_state; /* CEPH_OSD_* */ member
204 (map->osd_state[osd] & CEPH_OSD_EXISTS); in ceph_osd_exists()
210 (map->osd_state[osd] & CEPH_OSD_UP); in ceph_osd_is_up()
/Linux-v6.1/net/ceph/
Dosdmap.c1185 kvfree(map->osd_state); in ceph_osdmap_destroy()
1220 if (map->osd_state) { in osdmap_set_max_osd()
1221 memcpy(state, map->osd_state, to_copy * sizeof(*state)); in osdmap_set_max_osd()
1224 kvfree(map->osd_state); in osdmap_set_max_osd()
1229 map->osd_state = state; in osdmap_set_max_osd()
1233 map->osd_state[i] = 0; in osdmap_set_max_osd()
1722 map->osd_state[i] = ceph_decode_32(p); in osdmap_decode()
1725 map->osd_state[i] = ceph_decode_8(p); in osdmap_decode()
1893 map->osd_state[osd] |= CEPH_OSD_EXISTS; in decode_new_up_state_weight()
1894 map->osd_state[osd] &= ~(CEPH_OSD_AUTOOUT | in decode_new_up_state_weight()
[all …]
Ddebugfs.c81 u32 state = map->osd_state[i]; in osdmap_show()