Searched refs:chtype (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/scripts/kconfig/lxdialog/ |
D | dialog.h | 97 chtype atr; /* Color attribute */ 215 void attr_clear(WINDOW * win, int height, int width, chtype attr); 220 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box, 221 chtype border);
|
D | util.c | 242 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear() 478 chtype box, chtype border) in draw_box()
|
/Linux-v4.19/include/linux/ |
D | visorbus.h | 107 guid_t chtype; member 159 u32 chtype; member
|
/Linux-v4.19/net/caif/ |
D | cfcnfg.c | 255 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() 277 l->chtype = 0x00; in caif_connect_req_to_link_param() 292 l->chtype = s->sockaddr.u.dbg.type; in caif_connect_req_to_link_param()
|
D | cfctrl.c | 81 p1->endpoint == p2->endpoint && p1->chtype == p2->chtype; in param_eq() 229 cfpkt_addbdy(pkt, (param->chtype << 4) | param->linktype); in cfctrl_linkup_request() 391 linkparam.chtype = servtype; in cfctrl_recv()
|
/Linux-v4.19/scripts/kconfig/ |
D | nconf.h | 81 chtype color);
|
D | nconf.gui.c | 153 chtype color) in print_in_middle()
|
/Linux-v4.19/include/net/caif/ |
D | cfctrl.h | 63 u8 chtype; /* (H1,H0) Channel-Type, applies to member
|
/Linux-v4.19/drivers/visorbus/ |
D | visorbus_main.c | 73 if (!guid_equal(&ch->chtype, expected_guid)) { in visor_check_channel() 76 &ch->chtype); in visor_check_channel()
|