Home
last modified time | relevance | path

Searched refs:pu (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/kern/
H A Duipc_domain.c110 struct pr_usrreqs *pu; in protosw_init() local
112 pu = pr->pr_usrreqs; in protosw_init()
127 if (pu->pru_attach != NULL) { in protosw_init()
128 KASSERT(pu->pru_abort != NULL, in protosw_init()
132 KASSERT(pu->pru_send != NULL, in protosw_init()
142 DEFAULT(pu->pru_bind, pru_bind_notsupp); in protosw_init()
151 DEFAULT(pu->pru_rcvd, pru_rcvd_notsupp); in protosw_init()
153 DEFAULT(pu->pru_sense, pru_sense_null); in protosw_init()
156 DEFAULT(pu->pru_sosend, sosend_generic); in protosw_init()
158 DEFAULT(pu->pru_sopoll, sopoll_generic); in protosw_init()
[all …]
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dimx6q.dtsi50 pu-supply = <&reg_pu>;
87 pu-supply = <&reg_pu>;
122 pu-supply = <&reg_pu>;
157 pu-supply = <&reg_pu>;
H A Dimx6dl.dtsi45 pu-supply = <&reg_pu>;
78 pu-supply = <&reg_pu>;
H A Dimx6sl.dtsi75 pu-supply = <&reg_pu>;
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dwm8994.txt65 - wlf,spkmode-pu : If present enable the internal pull-up resistor on
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-st.txt150 Example of mmcclk pin which is a bi-direction pull pu with retime config
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Dst,stpmic1.yaml52 st,onkey-pu-inactive:
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dunistruct.h712 enum uni_cause_pu pu; member
H A Duni_ie.c944 uni_print_tbl("pu", ie->u.cond.pu, pu_tbl, cx); in print_cause()
1248 switch (ie->u.cond.pu) { in check_cause()
1357 APP_BYTE(msg, 0x80 | (ie->u.cond.pu << 3) | in encode_cause()
1471 ie->u.cond.pu = (c >> 3) & 1; in decode_cause()
/f-stack/freebsd/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-gru.dtsi799 ap_i2c_tp_pu_en: ap-i2c-tp-pu-en {
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa.c1123 user_t *pu = PTOU(curproc); in spa_thread() local
1129 (void) snprintf(pu->u_psargs, sizeof (pu->u_psargs), in spa_thread()
1131 (void) strlcpy(pu->u_comm, pu->u_psargs, sizeof (pu->u_comm)); in spa_thread()