Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/davinci/
Dvpbe_osd.c47 struct osd_state *osd = sd; in osd_read() local
49 return readl(osd->osd_base + offset); in osd_read()
54 struct osd_state *osd = sd; in osd_write() local
56 writel(val, osd->osd_base + offset); in osd_write()
63 struct osd_state *osd = sd; in osd_set() local
65 u32 addr = osd->osd_base + offset; in osd_set()
75 struct osd_state *osd = sd; in osd_clear() local
77 u32 addr = osd->osd_base + offset; in osd_clear()
88 struct osd_state *osd = sd; in osd_modify() local
90 u32 addr = osd->osd_base + offset; in osd_modify()
[all …]
Dvpbe.c837 !cfg->osd.module_name[0] || in vpbe_probe()
/linux-3.4.99/net/ceph/
Dosd_client.c27 static int __reset_osd(struct ceph_osd_client *osdc, struct ceph_osd *osd);
575 struct ceph_osd *osd) in __kick_osd_requests() argument
580 dout("__kick_osd_requests osd%d\n", osd->o_osd); in __kick_osd_requests()
581 err = __reset_osd(osdc, osd); in __kick_osd_requests()
585 list_for_each_entry(req, &osd->o_requests, r_osd_item) { in __kick_osd_requests()
588 osd->o_osd); in __kick_osd_requests()
593 list_for_each_entry_safe(req, nreq, &osd->o_linger_requests, in __kick_osd_requests()
605 osd->o_osd); in __kick_osd_requests()
614 struct ceph_osd *osd = con->private; in osd_reset() local
617 if (!osd) in osd_reset()
[all …]
Dosdmap.c855 u32 osd; in osdmap_apply_incremental() local
857 ceph_decode_32_safe(p, end, osd, bad); in osdmap_apply_incremental()
860 pr_info("osd%d up\n", osd); in osdmap_apply_incremental()
861 BUG_ON(osd >= map->max_osd); in osdmap_apply_incremental()
862 map->osd_state[osd] |= CEPH_OSD_UP; in osdmap_apply_incremental()
863 map->osd_addr[osd] = addr; in osdmap_apply_incremental()
869 u32 osd; in osdmap_apply_incremental() local
871 ceph_decode_32_safe(p, end, osd, bad); in osdmap_apply_incremental()
877 pr_info("osd%d down\n", osd); in osdmap_apply_incremental()
878 if (osd < map->max_osd) in osdmap_apply_incremental()
[all …]
/linux-3.4.99/Documentation/video4linux/cx2341x/
Dfw-decoder-regs.txt239 osd on/off
240 0 = osd off
241 1 = osd on
244 Decoder + osd video timing
252 Decoder + osd
258 Decoder & osd ?? unknown
274 Decoder + osd ?? unknown
289 osd ?? unknown
290 Appears to affect the osd position stability. The higher the value the
294 osd ?? unknown
[all …]
/linux-3.4.99/include/linux/ceph/
Dosdmap.h87 static inline int ceph_osd_is_up(struct ceph_osdmap *map, int osd) in ceph_osd_is_up() argument
89 return (osd < map->max_osd) && (map->osd_state[osd] & CEPH_OSD_UP); in ceph_osd_is_up()
100 int osd) in ceph_osd_addr() argument
102 if (osd >= map->max_osd) in ceph_osd_addr()
104 return &map->osd_addr[osd]; in ceph_osd_addr()
/linux-3.4.99/drivers/scsi/osd/
DKbuild14 # libosd.ko - osd-initiator library
18 # osd.ko - SCSI ULD and char-device
19 osd-y := osd_uld.o
20 obj-$(CONFIG_SCSI_OSD_ULD) += osd.o
/linux-3.4.99/Documentation/scsi/
Dosd.txt17 osd-initiator:
18 The main component of OSD in Kernel is the osd-initiator library. Its main
20 as its back-end data storage. Other clients are the other osd parts listed below.
22 osd-uld:
28 Is an OSD based Linux file system. It uses the osd-initiator and osd-uld,
32 osd target:
36 http://www.open-osd.org/bin/view/Main/OscOsdProject
37 There are several other target implementations. See http://open-osd.org for more
50 drivers/scsi/osd/
61 osd_initiator is a low level implementation of an osd initiator encoder.
[all …]
/linux-3.4.99/drivers/block/
Dosdblk.c109 struct osd_dev *osd; /* associated OSD */ member
206 or = osd_start_request(osdev->osd, GFP_KERNEL); in osdblk_get_obj_size()
337 or = osd_start_request(osdev->osd, GFP_ATOMIC); in osdblk_rq_fn()
438 blk_queue_stack_limits(q, osd_request_queue(osdev->osd)); in osdblk_init_disk()
551 osdev->osd = osduld_path_lookup(osdev->osd_path); in class_osdblk_add()
552 if (IS_ERR(osdev->osd)) { in class_osdblk_add()
553 rc = PTR_ERR(osdev->osd); in class_osdblk_add()
579 osduld_put_device(osdev->osd); in class_osdblk_add()
631 osduld_put_device(osdev->osd); in class_osdblk_remove()
/linux-3.4.99/Documentation/filesystems/
Dexofs.txt23 http://open-osd.org
25 See Documentation/scsi/osd.txt for how to setup a working osd environment.
31 1. Download and compile exofs and open-osd initiator:
35 a. download open-osd including exofs source using:
36 [parent-directory]$ git clone git://git.open-osd.org/open-osd.git
39 [parent-directory]$ make -C KSRC=$(KER_DIR) open-osd
41 This will build both the open-osd initiator as well as the exofs kernel
44 open-osd/top-level-Makefile for an example.
47 See Documentation/scsi/osd.txt for farther instructions. Also see ./do-osd
/linux-3.4.99/drivers/media/video/ivtv/
Divtvfb.c217 struct ivtv_osd_coords *osd) in ivtvfb_get_osd_coords() argument
224 osd->offset = data[0] - oi->video_rbase; in ivtvfb_get_osd_coords()
225 osd->max_offset = oi->display_width * oi->display_height * 4; in ivtvfb_get_osd_coords()
226 osd->pixel_stride = data[1]; in ivtvfb_get_osd_coords()
227 osd->lines = data[2]; in ivtvfb_get_osd_coords()
228 osd->x = data[3]; in ivtvfb_get_osd_coords()
229 osd->y = data[4]; in ivtvfb_get_osd_coords()
233 static int ivtvfb_set_osd_coords(struct ivtv *itv, const struct ivtv_osd_coords *osd) in ivtvfb_set_osd_coords() argument
237 oi->display_width = osd->pixel_stride; in ivtvfb_set_osd_coords()
238 oi->display_byte_stride = osd->pixel_stride * oi->bytes_per_pixel; in ivtvfb_set_osd_coords()
[all …]
/linux-3.4.99/include/linux/dvb/
DKbuild6 header-y += osd.h
/linux-3.4.99/fs/ceph/
Dioctl.h61 __s64 osd; /* out: osd # */ member
Dioctl.c219 dl.osd = ceph_calc_pg_primary(osdc->osdmap, pgid); in ceph_ioctl_get_dataloc()
220 if (dl.osd >= 0) { in ceph_ioctl_get_dataloc()
222 ceph_osd_addr(osdc->osdmap, dl.osd); in ceph_ioctl_get_dataloc()
/linux-3.4.99/include/media/davinci/
Dvpbe.h92 struct osd_config_info osd; member
/linux-3.4.99/drivers/video/
Ds3c-fb.c64 #define OSD_BASE(win, variant) ((variant).osd + ((win) * (variant).osd_stride))
99 unsigned short osd; member
1793 .osd = VIDOSD_BASE,
1824 .osd = VIDOSD_BASE,
1856 .osd = VIDOSD_BASE,
1889 .osd = VIDOSD_BASE,
1921 .osd = VIDOSD_BASE,
1955 .osd = 0x28,
1989 .osd = VIDOSD_BASE,
/linux-3.4.99/Documentation/video4linux/
DREADME.davinci-vpbe20 VPBE osd driver
/linux-3.4.99/drivers/scsi/
DMakefile159 obj-$(CONFIG_SCSI_OSD_INITIATOR) += osd/
DKconfig1921 source "drivers/scsi/osd/Kconfig"
/linux-3.4.99/Documentation/filesystems/nfs/
Dpnfs.txt74 to automatically login to yet undiscovered iscsi/osd devices. For this the
/linux-3.4.99/arch/arm/mach-davinci/
Dboard-dm644x-evm.c713 .osd = {
/linux-3.4.99/Documentation/dvb/
Dfaq.txt47 numpad pgup/pgdown (NP9 / NP3) keys to scroll through the channel osd
/linux-3.4.99/
DMAINTAINERS4993 L: osd-dev@open-osd.org
4994 W: http://open-osd.org
4995 T: git git://git.open-osd.org/open-osd.git
4997 F: drivers/scsi/osd/
/linux-3.4.99/Documentation/
Dkernel-parameters.txt1737 osd-targets. Please see: