Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/lxdialog/
Ddialog.h103 chtype atr; /* Color attribute */
221 void attr_clear(WINDOW * win, int height, int width, chtype attr);
226 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box,
227 chtype border);
Dutil.c242 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear()
478 chtype box, chtype border) in draw_box()
/linux-4.4.14/drivers/staging/unisys/include/
Dchannel.h163 uuid_le chtype; /* Channel type: data, bus, control, etc. */ member
202 u32 chtype; /* Queue type: storage, network */ member
238 chan->QHDRFLD.chtype = typ; \
265 &((struct channel_header __iomem *)(ch))->chtype, in spar_check_channel_client()
/linux-4.4.14/net/caif/
Dcfcnfg.c255 l->chtype = s->sockaddr.u.at.type & 0x3; in caif_connect_req_to_link_param()
259 l->chtype = 0x00; in caif_connect_req_to_link_param()
264 l->chtype = 0x03; in caif_connect_req_to_link_param()
278 l->chtype = 0x00; in caif_connect_req_to_link_param()
294 l->chtype = s->sockaddr.u.dbg.type; in caif_connect_req_to_link_param()
Dcfctrl.c81 p1->endpoint == p2->endpoint && p1->chtype == p2->chtype; in param_eq()
229 cfpkt_addbdy(pkt, (param->chtype << 4) | param->linktype); in cfctrl_linkup_request()
393 linkparam.chtype = servtype; in cfctrl_recv()
/linux-4.4.14/scripts/kconfig/
Dnconf.h84 chtype color);
Dnconf.gui.c152 chtype color) in print_in_middle()
/linux-4.4.14/include/net/caif/
Dcfctrl.h63 u8 chtype; /* (H1,H0) Channel-Type, applies to member
/linux-4.4.14/drivers/staging/unisys/visorbus/
Dvisorchannel.c114 guid = channel->chan_hdr.chtype; in visorchannel_create_guts()
546 seq_printf(seq, " Type = %lu\n", (ulong)q->chtype); in sigqueue_debug()
597 seq_printf(seq, "Type = %pUL\n", &phdr->chtype); in visorchannel_debug()