| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_acts.c | 363 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 D | am335x-netcom-plus-2xx.dts | 60 dtr-gpios = <&gpio2 22 GPIO_ACTIVE_LOW>; 71 dtr-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
|
| H A D | am335x-baltos-ir3220.dts | 65 dtr-gpios = <&gpio2 22 GPIO_ACTIVE_LOW>; 76 dtr-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
|
| H A D | am335x-baltos-ir5221.dts | 73 dtr-gpios = <&gpio2 22 GPIO_ACTIVE_LOW>; 84 dtr-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
|
| H A D | am335x-baltos-ir2110.dts | 44 dtr-gpios = <&gpio2 22 GPIO_ACTIVE_LOW>;
|
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | atmel-usart.txt | 38 - {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 D | cirrus,clps711x-uart.txt | 11 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD
|
| H A D | fsl-mxs-auart.txt | 25 - {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 D | intel-ixp42x-goramo-multilink.dts | 131 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 D | imx6dl-eckelmann-ci4x10.dts | 334 dtr-gpios = <&gpio3 24 GPIO_ACTIVE_LOW>; 345 dtr-gpios = <&gpio7 13 GPIO_ACTIVE_LOW>;
|
| H A D | imx6ull-jozacp.dts | 216 dtr-gpios = <&gpio3 4 GPIO_ACTIVE_LOW>;
|
| H A D | imx6qdl-dhcom-som.dtsi | 365 dtr-gpios = <&gpio3 24 GPIO_ACTIVE_LOW>;
|
| /freebsd/sys/kern/ |
| H A D | subr_bus.c | 120 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 D | vfs_subr.c | 2278 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 D | at91-wb50n.dtsi | 93 dtr-gpios = <&pioD 13 GPIO_ACTIVE_LOW>;
|
| /freebsd/sys/sys/ |
| H A D | conf.h | 323 int devfs_set_cdevpriv(void *priv, d_priv_dtor_t *dtr);
|
| H A D | bus.h | 968 device_prop_dtr_t dtr, void *dtr_ctx);
|
| /freebsd/sys/dev/usb/net/ |
| H A D | if_usie.c | 547 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 D | mmc.c | 2122 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 D | imx8mm-venice-gw7903.dts | 587 dtr-gpios = <&gpio1 0 GPIO_ACTIVE_LOW>;
|
| H A D | imx8mm-venice-gw7902.dts | 702 dtr-gpios = <&gpio4 3 GPIO_ACTIVE_LOW>;
|
| H A D | imx8mm-venice-gw7901.dts | 757 dtr-gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
|
| /freebsd/contrib/ntp/ |
| H A D | configure.ac | 1851 int dtr = TIOCM_DTR; 1853 ioctl(1, TIOCMBIS, (char *)&dtr);
|
| H A D | configure | 30936 int dtr = TIOCM_DTR; 30938 ioctl(1, TIOCMBIS, (char *)&dtr);
|