Home
last modified time | relevance | path

Searched refs:osd (Results 1 – 25 of 35) sorted by relevance

12

/Linux-v5.4/drivers/media/platform/davinci/
Dvpbe_osd.c50 struct osd_state *osd = sd; in osd_read() local
52 return readl(osd->osd_base + offset); in osd_read()
57 struct osd_state *osd = sd; in osd_write() local
59 writel(val, osd->osd_base + offset); in osd_write()
66 struct osd_state *osd = sd; in osd_set() local
68 void __iomem *addr = osd->osd_base + offset; in osd_set()
78 struct osd_state *osd = sd; in osd_clear() local
80 void __iomem *addr = osd->osd_base + offset; in osd_clear()
91 struct osd_state *osd = sd; in osd_modify() local
93 void __iomem *addr = osd->osd_base + offset; in osd_modify()
[all …]
/Linux-v5.4/net/ceph/
Dosd_client.c49 static void link_request(struct ceph_osd *osd, struct ceph_osd_request *req);
50 static void unlink_request(struct ceph_osd *osd, struct ceph_osd_request *req);
51 static void link_linger(struct ceph_osd *osd,
53 static void unlink_linger(struct ceph_osd *osd,
55 static void clear_backoffs(struct ceph_osd *osd);
77 static inline void verify_osd_locked(struct ceph_osd *osd) in verify_osd_locked() argument
79 struct ceph_osd_client *osdc = osd->o_osdc; in verify_osd_locked()
81 WARN_ON(!(mutex_is_locked(&osd->lock) && in verify_osd_locked()
92 static inline void verify_osd_locked(struct ceph_osd *osd) { } in verify_osd_locked() argument
428 t->osd = CEPH_HOMELESS_OSD; in target_init()
[all …]
Ddebugfs.c106 pg->pgid.seed, pg->primary_temp.osd); in osdmap_show()
185 seq_printf(s, "osd%d\t%llu.%x\t", t->osd, t->pgid.pool, t->pgid.seed); in dump_target()
229 static void dump_requests(struct seq_file *s, struct ceph_osd *osd) in dump_requests() argument
233 mutex_lock(&osd->lock); in dump_requests()
234 for (n = rb_first(&osd->o_requests); n; n = rb_next(n)) { in dump_requests()
241 mutex_unlock(&osd->lock); in dump_requests()
255 static void dump_linger_requests(struct seq_file *s, struct ceph_osd *osd) in dump_linger_requests() argument
259 mutex_lock(&osd->lock); in dump_linger_requests()
260 for (n = rb_first(&osd->o_linger_requests); n; n = rb_next(n)) { in dump_linger_requests()
267 mutex_unlock(&osd->lock); in dump_linger_requests()
[all …]
Dosdmap.c1271 u32 osd; in __decode_primary_temp() local
1273 ceph_decode_32_safe(p, end, osd, e_inval); in __decode_primary_temp()
1274 if (osd == (u32)-1 && incremental) in __decode_primary_temp()
1281 pg->primary_temp.osd = osd; in __decode_primary_temp()
1301 u32 ceph_get_primary_affinity(struct ceph_osdmap *map, int osd) in ceph_get_primary_affinity() argument
1303 BUG_ON(osd >= map->max_osd); in ceph_get_primary_affinity()
1308 return map->osd_primary_affinity[osd]; in ceph_get_primary_affinity()
1311 static int set_primary_affinity(struct ceph_osdmap *map, int osd, u32 aff) in set_primary_affinity() argument
1313 BUG_ON(osd >= map->max_osd); in set_primary_affinity()
1329 map->osd_primary_affinity[osd] = aff; in set_primary_affinity()
[all …]
/Linux-v5.4/include/linux/ceph/
Dosdmap.h147 int osd; member
188 static inline bool ceph_osd_exists(struct ceph_osdmap *map, int osd) in ceph_osd_exists() argument
190 return osd >= 0 && osd < map->max_osd && in ceph_osd_exists()
191 (map->osd_state[osd] & CEPH_OSD_EXISTS); in ceph_osd_exists()
194 static inline bool ceph_osd_is_up(struct ceph_osdmap *map, int osd) in ceph_osd_is_up() argument
196 return ceph_osd_exists(map, osd) && in ceph_osd_is_up()
197 (map->osd_state[osd] & CEPH_OSD_UP); in ceph_osd_is_up()
200 static inline bool ceph_osd_is_down(struct ceph_osdmap *map, int osd) in ceph_osd_is_down() argument
202 return !ceph_osd_is_up(map, osd); in ceph_osd_is_down()
206 extern u32 ceph_get_primary_affinity(struct ceph_osdmap *map, int osd);
[all …]
Dosd_client.h172 int osd; member
253 struct ceph_osd *osd; member
/Linux-v5.4/drivers/gpu/drm/zte/
Dzx_vou.c171 void __iomem *osd; member
553 zplane->layer = vou->osd + MAIN_GL_OFFSET; in zx_crtc_init()
554 zplane->csc = vou->osd + MAIN_GL_CSC_OFFSET; in zx_crtc_init()
555 zplane->hbsc = vou->osd + MAIN_HBSC_OFFSET; in zx_crtc_init()
558 zcrtc->chnreg = vou->osd + OSD_MAIN_CHN; in zx_crtc_init()
559 zcrtc->chncsc = vou->osd + MAIN_CHN_CSC_OFFSET; in zx_crtc_init()
560 zcrtc->dither = vou->osd + MAIN_DITHER_OFFSET; in zx_crtc_init()
564 zplane->layer = vou->osd + AUX_GL_OFFSET; in zx_crtc_init()
565 zplane->csc = vou->osd + AUX_GL_CSC_OFFSET; in zx_crtc_init()
566 zplane->hbsc = vou->osd + AUX_HBSC_OFFSET; in zx_crtc_init()
[all …]
/Linux-v5.4/drivers/media/platform/vivid/
Dvivid-cec.c231 char osd[14]; in vivid_received() local
241 cec_ops_set_osd_string(msg, &disp_ctl, osd); in vivid_received()
244 strscpy(dev->osd, osd, sizeof(dev->osd)); in vivid_received()
248 strscpy(dev->osd, osd, sizeof(dev->osd)); in vivid_received()
252 dev->osd[0] = 0; in vivid_received()
Dvivid-kthread-cap.c51 u16 *cap, const u16 *osd) in copy_pix() argument
61 *cap = *osd; in copy_pix()
80 *osd != dev->chromakey_out) in copy_pix()
360 u8 *osd = vosdbuf + vid_overlay_y * stride_osd; in vivid_copy_buffer() local
368 dev->blended_line + offset, osd, in vivid_copy_buffer()
372 osd, (dev->loop_vid_overlay.width * twopixsize) / 2); in vivid_copy_buffer()
537 if (dev->osd[0]) { in vivid_fillbuff()
540 " OSD \"%s\"", dev->osd); in vivid_fillbuff()
546 dev->osd[0] = 0; in vivid_fillbuff()
DMakefile6 vivid-osd.o
/Linux-v5.4/drivers/media/pci/ivtv/
Divtvfb.c206 struct ivtv_osd_coords *osd) in ivtvfb_get_osd_coords() argument
213 osd->offset = data[0] - oi->video_rbase; in ivtvfb_get_osd_coords()
214 osd->max_offset = oi->display_width * oi->display_height * 4; in ivtvfb_get_osd_coords()
215 osd->pixel_stride = data[1]; in ivtvfb_get_osd_coords()
216 osd->lines = data[2]; in ivtvfb_get_osd_coords()
217 osd->x = data[3]; in ivtvfb_get_osd_coords()
218 osd->y = data[4]; in ivtvfb_get_osd_coords()
222 static int ivtvfb_set_osd_coords(struct ivtv *itv, const struct ivtv_osd_coords *osd) in ivtvfb_set_osd_coords() argument
226 oi->display_width = osd->pixel_stride; in ivtvfb_set_osd_coords()
227 oi->display_byte_stride = osd->pixel_stride * oi->bytes_per_pixel; in ivtvfb_set_osd_coords()
[all …]
/Linux-v5.4/Documentation/media/v4l-drivers/
Dcx2341x.rst3010 osd on/off
3011 0 = osd off
3012 1 = osd on
3015 Decoder + osd video timing
3023 Decoder + osd
3029 Decoder & osd ?? unknown
3045 Decoder + osd ?? unknown
3060 osd ?? unknown
3061 Appears to affect the osd position stability. The higher the value the
3065 osd ?? unknown
[all …]
Ddavinci-vpbe.rst22 VPBE osd driver
/Linux-v5.4/fs/ceph/
Dioctl.c223 dl.osd = ceph_pg_to_acting_primary(osdc->osdmap, &pgid); in ceph_ioctl_get_dataloc()
224 if (dl.osd >= 0) { in ceph_ioctl_get_dataloc()
226 ceph_osd_addr(osdc->osdmap, dl.osd); in ceph_ioctl_get_dataloc()
Dioctl.h64 __s64 osd; /* out: osd # */ member
/Linux-v5.4/Documentation/media/uapi/v4l/
Ddevices.rst23 dev-osd
Dvidioc-g-fbuf.rst47 :ref:`Video Overlay <overlay>` or :ref:`Video Output Overlay <osd>`
121 :ref:`osd`).
305 ioctl, see :ref:`overlay` and :ref:`osd`.
309 and :ref:`osd`.
324 and :ref:`osd`.
338 and :ref:`osd`. Both chroma-keying are mutual exclusive to each
Dpixfmt-indexed.rst18 :ref:`Video Output Overlays <osd>` only. There are no ioctls to access
/Linux-v5.4/include/media/davinci/
Dvpbe.h80 struct osd_config_info osd; member
/Linux-v5.4/Documentation/devicetree/bindings/display/
Dzte,vou.txt25 "osd"
86 reg-names = "osd", "timing_ctrl",
/Linux-v5.4/drivers/gpu/drm/panel/
DMakefile17 obj-$(CONFIG_DRM_PANEL_OSD_OSD101T2587_53TS) += panel-osd-osd101t2587-53ts.o
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_main.c872 struct i40e_hw_port_stats *osd = &pf->stats_offsets; in i40e_update_pf_stats() local
881 &osd->eth.rx_bytes, &nsd->eth.rx_bytes); in i40e_update_pf_stats()
885 &osd->eth.tx_bytes, &nsd->eth.tx_bytes); in i40e_update_pf_stats()
888 &osd->eth.rx_discards, in i40e_update_pf_stats()
893 &osd->eth.rx_unicast, in i40e_update_pf_stats()
898 &osd->eth.rx_multicast, in i40e_update_pf_stats()
903 &osd->eth.rx_broadcast, in i40e_update_pf_stats()
908 &osd->eth.tx_unicast, in i40e_update_pf_stats()
913 &osd->eth.tx_multicast, in i40e_update_pf_stats()
918 &osd->eth.tx_broadcast, in i40e_update_pf_stats()
[all …]
/Linux-v5.4/include/uapi/linux/
Dcec-funcs.h1193 const char *osd) in cec_msg_set_osd_string() argument
1195 unsigned int len = strlen(osd); in cec_msg_set_osd_string()
1202 memcpy(msg->msg + 3, osd, len); in cec_msg_set_osd_string()
1207 char *osd) in cec_ops_set_osd_string() argument
1214 memcpy(osd, msg->msg + 3, len); in cec_ops_set_osd_string()
1215 osd[len] = '\0'; in cec_ops_set_osd_string()
/Linux-v5.4/arch/arm/mach-davinci/
Dboard-dm355-evm.c324 .osd = {
/Linux-v5.4/drivers/video/fbdev/
Ds3c-fb.c60 #define OSD_BASE(win, variant) ((variant).osd + ((win) * (variant).osd_stride))
95 unsigned short osd; member
1719 .osd = VIDOSD_BASE,
1753 .osd = 0x28,

12