Home
last modified time | relevance | path

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

/linux-6.1.9/scripts/kconfig/lxdialog/
Ddialog.h84 chtype atr; /* Color attribute */
202 void attr_clear(WINDOW * win, int height, int width, chtype attr);
207 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box,
208 chtype border);
Dutil.c229 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear()
465 chtype box, chtype border) in draw_box()
/linux-6.1.9/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()
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()
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()
395 linkparam.chtype = servtype; in cfctrl_recv()
/linux-6.1.9/include/net/caif/
Dcfctrl.h63 u8 chtype; /* (H1,H0) Channel-Type, applies to member
/linux-6.1.9/drivers/bus/mhi/
Dcommon.h275 __le32 chtype; member
/linux-6.1.9/drivers/bus/mhi/host/
Ddebugfs.c115 seq_printf(m, " type: 0x%x event ring: %u", le32_to_cpu(chan_ctxt->chtype), in mhi_debugfs_channels_show()
Dinit.c315 chan_ctxt->chtype = cpu_to_le32(mhi_chan->type); in mhi_init_dev_ctxt()
/linux-6.1.9/drivers/dma/qcom/
Dgpi.c111 #define GPII_n_EV_k_CNTXT_0(el_size, inttype, chtype) \ argument
114 FIELD_PREP(GPII_n_EV_k_CNTXT_0_CHTYPE, chtype))