Home
last modified time | relevance | path

Searched refs:dtr (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Drefclock_acts.c363 int dtr = TIOCM_DTR; in acts_message() local
402 if (ioctl(pp->io.fd, TIOCMBIS, &dtr) < 0) in acts_message()
596 int dtr; in acts_close() local
602 dtr = TIOCM_DTR; in acts_close()
603 if (ioctl(pp->io.fd, TIOCMBIC, &dtr) < 0) in acts_close()
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam335x-netcom-plus-2xx.dts60 dtr-gpios = <&gpio2 22 GPIO_ACTIVE_LOW>;
71 dtr-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
H A Dam335x-baltos-ir3220.dts65 dtr-gpios = <&gpio2 22 GPIO_ACTIVE_LOW>;
76 dtr-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
H A Dam335x-baltos-ir5221.dts73 dtr-gpios = <&gpio2 22 GPIO_ACTIVE_LOW>;
84 dtr-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
H A Dam335x-baltos-ir2110.dts44 dtr-gpios = <&gpio2 22 GPIO_ACTIVE_LOW>;
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Datmel-usart.txt38 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD line respectively.
61 dtr-gpios = <&pioD 17 GPIO_ACTIVE_LOW>;
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Dcirrus,clps711x-uart.txt11 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD
H A Dfsl-mxs-auart.txt25 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/
H A Dintel-ixp42x-goramo-multilink.dts131 dtr-gpios = <&gpio_74 2 GPIO_ACTIVE_LOW>;
146 dtr-gpios = <&gpio_74 3 GPIO_ACTIVE_LOW>;
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6dl-eckelmann-ci4x10.dts334 dtr-gpios = <&gpio3 24 GPIO_ACTIVE_LOW>;
345 dtr-gpios = <&gpio7 13 GPIO_ACTIVE_LOW>;
H A Dimx6ull-jozacp.dts216 dtr-gpios = <&gpio3 4 GPIO_ACTIVE_LOW>;
H A Dimx6qdl-dhcom-som.dtsi365 dtr-gpios = <&gpio3 24 GPIO_ACTIVE_LOW>;
/freebsd/sys/kern/
H A Dsubr_bus.c120 device_prop_dtr_t dtr; member
6188 device_prop_dtr_t dtr, void *dtr_ctx) in device_set_prop() argument
6207 e1->dtr = dtr; in device_set_prop()
6214 if (e->dtr != NULL) in device_set_prop()
6215 e->dtr(dev, name, e->val, e->dtr_ctx); in device_set_prop()
6217 e->dtr = dtr; in device_set_prop()
6248 if (e->dtr != NULL) in device_clear_prop()
6249 e->dtr(dev, e->name, e->val, e->dtr_ctx); in device_clear_prop()
6263 if (e->dtr != NULL) in device_destroy_props()
6264 e->dtr(dev, e->name, e->val, e->dtr_ctx); in device_destroy_props()
H A Dvfs_subr.c2278 insmntque1_int(struct vnode *vp, struct mount *mp, bool dtr) in insmntque1_int() argument
2287 KASSERT(!dtr, in insmntque1_int()
2309 if (dtr) { in insmntque1_int()
/freebsd/sys/contrib/device-tree/src/arm/microchip/
H A Dat91-wb50n.dtsi93 dtr-gpios = <&pioD 13 GPIO_ACTIVE_LOW>;
/freebsd/sys/sys/
H A Dconf.h323 int devfs_set_cdevpriv(void *priv, d_priv_dtor_t *dtr);
H A Dbus.h968 device_prop_dtr_t dtr, void *dtr_ctx);
/freebsd/sys/dev/usb/net/
H A Dif_usie.c547 uint8_t dtr; in usie_uc_cfg_set_dtr() local
549 dtr = flag ? USIE_LS_DTR : 0; in usie_uc_cfg_set_dtr()
550 usie_uc_update_line_state(ucom, dtr); in usie_uc_cfg_set_dtr()
/freebsd/sys/dev/mmc/
H A Dmmc.c2122 uint32_t dtr, max_dtr; in mmc_calculate_clock() local
2146 dtr = mmc_timing_to_dtr(ivar, max_timing); in mmc_calculate_clock()
2147 if (dtr < max_dtr) { in mmc_calculate_clock()
2148 max_dtr = dtr; in mmc_calculate_clock()
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mm-venice-gw7903.dts587 dtr-gpios = <&gpio1 0 GPIO_ACTIVE_LOW>;
H A Dimx8mm-venice-gw7902.dts702 dtr-gpios = <&gpio4 3 GPIO_ACTIVE_LOW>;
H A Dimx8mm-venice-gw7901.dts757 dtr-gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
/freebsd/contrib/ntp/
H A Dconfigure.ac1851 int dtr = TIOCM_DTR;
1853 ioctl(1, TIOCMBIS, (char *)&dtr);
H A Dconfigure30936 int dtr = TIOCM_DTR;
30938 ioctl(1, TIOCMBIS, (char *)&dtr);