Home
last modified time | relevance | path

Searched refs:chtype (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/scripts/kconfig/lxdialog/
H A 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);
H A Dutil.c229 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear()
465 chtype box, chtype border) in draw_box()
/kernel/linux/linux-6.6/scripts/kconfig/lxdialog/
H A Ddialog.h68 chtype atr; /* Color attribute */
186 void attr_clear(WINDOW * win, int height, int width, chtype attr);
191 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box,
192 chtype border);
H A Dutil.c229 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear()
465 chtype box, chtype border) in draw_box()
/kernel/linux/linux-5.10/include/linux/
H A Dvisorbus.h75 * @chtype: Channel type: data, bus, control, etc..
107 guid_t chtype; member
133 * @chtype: Queue type: storage, network.
159 u32 chtype; member
/kernel/linux/linux-5.10/net/caif/
H A 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()
H A 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()
/kernel/linux/linux-6.6/net/caif/
H A 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()
H A 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()
/kernel/linux/linux-5.10/include/net/caif/
H A Dcfctrl.h63 u8 chtype; /* (H1,H0) Channel-Type, applies to member
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dnconf.h80 chtype color);
H A Dnconf.gui.c152 chtype color) in print_in_middle()
/kernel/linux/linux-6.6/include/net/caif/
H A Dcfctrl.h63 u8 chtype; /* (H1,H0) Channel-Type, applies to member
/kernel/linux/linux-6.6/drivers/bus/mhi/
H A Dcommon.h275 __le32 chtype; member
/kernel/linux/linux-5.10/drivers/visorbus/
H A Dvisorbus_main.c73 if (!guid_equal(&ch->chtype, expected_guid)) { in visor_check_channel()
76 &ch->chtype); in visor_check_channel()
/kernel/linux/linux-5.10/drivers/bus/mhi/host/
H A Ddebugfs.c115 seq_printf(m, " type: 0x%x event ring: %u", chan_ctxt->chtype, in mhi_debugfs_channels_show()
H A Dinternal.h231 __u32 chtype; member
H A Dinit.c286 chan_ctxt->chtype = mhi_chan->type; in mhi_init_dev_ctxt()
772 * For most channels, chtype is identical to channel directions. in parse_ch_cfg()
774 * chtype in parse_ch_cfg()
/kernel/linux/linux-6.6/drivers/bus/mhi/host/
H A Ddebugfs.c115 seq_printf(m, " type: 0x%x event ring: %u", le32_to_cpu(chan_ctxt->chtype), in mhi_debugfs_channels_show()
H A Dinit.c315 chan_ctxt->chtype = cpu_to_le32(mhi_chan->type); in mhi_init_dev_ctxt()
803 * For most channels, chtype is identical to channel directions. in parse_ch_cfg()
805 * chtype in parse_ch_cfg()
/kernel/linux/linux-6.6/drivers/dma/qcom/
H A Dgpi.c111 #define GPII_n_EV_k_CNTXT_0(el_size, inttype, chtype) \
114 FIELD_PREP(GPII_n_EV_k_CNTXT_0_CHTYPE, chtype))

Completed in 20 milliseconds