Home
last modified time | relevance | path

Searched refs:view (Results 1 – 16 of 16) sorted by relevance

/drivers/s390/char/
Draw3270.c45 struct raw3270_view *view; /* Active view. */ member
259 __raw3270_start(struct raw3270 *rp, struct raw3270_view *view, in __raw3270_start() argument
262 rq->view = view; in __raw3270_start()
263 raw3270_get_view(view); in __raw3270_start()
270 raw3270_put_view(view); in __raw3270_start()
279 raw3270_start(struct raw3270_view *view, struct raw3270_request *rq) in raw3270_start() argument
285 spin_lock_irqsave(get_ccwdev_lock(view->dev->cdev), flags); in raw3270_start()
286 rp = view->dev; in raw3270_start()
287 if (!rp || rp->view != view || in raw3270_start()
293 rc = __raw3270_start(rp, view, rq); in raw3270_start()
[all …]
Dcon3270.c37 struct raw3270_view view; member
92 codepage_convert(cp->view.ascebc, cp->status->string + 24, 7); in con3270_update_status()
108 raw3270_buffer_address(cp->view.dev, cp->status->string + 1, in con3270_create_status()
109 cp->view.cols * (cp->view.rows - 1)); in con3270_create_status()
110 raw3270_buffer_address(cp->view.dev, cp->status->string + 21, in con3270_create_status()
111 cp->view.cols * cp->view.rows - 8); in con3270_create_status()
113 codepage_convert(cp->view.ascebc, cp->status->string + 8, 12); in con3270_create_status()
114 codepage_convert(cp->view.ascebc, cp->status->string + 24, 7); in con3270_create_status()
123 if (s->len >= cp->view.cols - 5) in con3270_update_string()
125 raw3270_buffer_address(cp->view.dev, s->string + s->len - 3, in con3270_update_string()
[all …]
Dtty3270.c63 struct raw3270_view view; member
148 if (count > tp->view.cols * 2 - 11) in tty3270_update_prompt()
149 count = tp->view.cols * 2 - 11; in tty3270_update_prompt()
153 if (count < tp->view.cols * 2 - 11) { in tty3270_update_prompt()
156 off = tp->view.cols * tp->view.rows - 9; in tty3270_update_prompt()
157 raw3270_buffer_address(tp->view.dev, line->string+count+8, off); in tty3270_update_prompt()
175 sizeof(blueprint) + tp->view.cols * 2 - 9); in tty3270_create_prompt()
182 offset = tp->view.cols * (tp->view.rows - 2); in tty3270_create_prompt()
183 raw3270_buffer_address(tp->view.dev, line->string + 1, offset); in tty3270_create_prompt()
184 offset = tp->view.cols * tp->view.rows - 9; in tty3270_create_prompt()
[all …]
Dfs3270.c32 struct raw3270_view view; member
63 fs3270_do_io(struct raw3270_view *view, struct raw3270_request *rq) in fs3270_do_io() argument
68 fp = (struct fs3270 *) view; in fs3270_do_io()
80 rc = raw3270_start(view, rq); in fs3270_do_io()
97 fp = (struct fs3270 *) rq->view; in fs3270_reset_callback()
107 fp = (struct fs3270 *) rq->view; in fs3270_restore_callback()
118 fs3270_activate(struct raw3270_view *view) in fs3270_activate() argument
124 fp = (struct fs3270 *) view; in fs3270_activate()
151 rc = fp->init->rc = raw3270_start_locked(view, fp->init); in fs3270_activate()
167 fp = (struct fs3270 *) rq->view; in fs3270_save_callback()
[all …]
Draw3270.h99 struct raw3270_view *view; /* view of this request */ member
179 raw3270_get_view(struct raw3270_view *view) in raw3270_get_view() argument
181 atomic_inc(&view->ref_count); in raw3270_get_view()
187 raw3270_put_view(struct raw3270_view *view) in raw3270_put_view() argument
189 if (atomic_dec_return(&view->ref_count) == 0) in raw3270_put_view()
/drivers/usb/phy/
Dphy-ulpi-viewport.c29 static int ulpi_viewport_wait(void __iomem *view, u32 mask) in ulpi_viewport_wait() argument
34 if (!(readl(view) & mask)) in ulpi_viewport_wait()
46 void __iomem *view = otg->io_priv; in ulpi_viewport_read() local
48 writel(ULPI_VIEW_WAKEUP | ULPI_VIEW_WRITE, view); in ulpi_viewport_read()
49 ret = ulpi_viewport_wait(view, ULPI_VIEW_WAKEUP); in ulpi_viewport_read()
53 writel(ULPI_VIEW_RUN | ULPI_VIEW_READ | ULPI_VIEW_ADDR(reg), view); in ulpi_viewport_read()
54 ret = ulpi_viewport_wait(view, ULPI_VIEW_RUN); in ulpi_viewport_read()
58 return ULPI_VIEW_DATA_READ(readl(view)); in ulpi_viewport_read()
64 void __iomem *view = otg->io_priv; in ulpi_viewport_write() local
66 writel(ULPI_VIEW_WAKEUP | ULPI_VIEW_WRITE, view); in ulpi_viewport_write()
[all …]
/drivers/bcma/
DREADME2 however from programming point of view there is nothing AMBA specific we use.
/drivers/isdn/hardware/eicon/
Ddebug.c1441 int view = (TraceFilter[0] == 0); in diva_maint_state_change_notify() local
1454 view = 1; in diva_maint_state_change_notify()
1472 view = 1; in diva_maint_state_change_notify()
1475 if (view && (pC->hDbg->dbgMask & DIVA_MGT_DBG_LINE_EVENTS)) { in diva_maint_state_change_notify()
/drivers/s390/net/
Dqeth_core.h50 struct debug_view *view; member
Dqeth_core_main.c5122 ret = debug_register_view(qeth_dbf[x].id, qeth_dbf[x].view); in qeth_register_dbf_views()
/drivers/char/
DKconfig14 provide access to the system's memory. The mem device is a view of
276 on Ataris. /dev/nvram may be used to view settings there, or to
/drivers/mtd/devices/
DKconfig17 will use a 1G memory map as its view of the device. As a module,
/drivers/staging/rtl8192e/
Dlicense112 telling the user how to view a copy of this License. (Exception: if
/drivers/staging/usbip/userspace/
DCOPYING109 these conditions, and telling the user how to view a copy of this
/drivers/staging/rtl8192u/
Dcopying109 these conditions, and telling the user how to view a copy of this
/drivers/staging/speakup/
Dspkguide.txt1040 For example, if you view the file /speakup/i18n/colors, you will see the