| /freebsd-14.2/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-14.2/sys/contrib/device-tree/src/arm/ |
| 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 | intel-ixp42x-goramo-multilink.dts | 129 dtr-gpios = <&gpio_74 2 GPIO_ACTIVE_LOW>; 144 dtr-gpios = <&gpio_74 3 GPIO_ACTIVE_LOW>;
|
| 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 | am335x-baltos-ir2110.dts | 44 dtr-gpios = <&gpio2 22 GPIO_ACTIVE_LOW>;
|
| H A D | at91-wb50n.dtsi | 93 dtr-gpios = <&pioD 13 GPIO_ACTIVE_LOW>;
|
| H A D | imx6ull-jozacp.dts | 216 dtr-gpios = <&gpio3 4 GPIO_ACTIVE_LOW>;
|
| H A D | imx6q-dhcom-som.dtsi | 484 dtr-gpios = <&gpio3 24 GPIO_ACTIVE_LOW>;
|
| /freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/net/ |
| H A D | intel,ixp4xx-hss.yaml | 98 dtr-gpios: 120 - dtr-gpios
|
| /freebsd-14.2/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.yaml | 53 dtr-gpios: true
|
| H A D | 8250.yaml | 192 dtr-gpios: true 245 dtr-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
|
| 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
|
| H A D | 8250_omap.yaml | 69 dtr-gpios: true
|
| H A D | atmel,at91-usart.yaml | 142 dtr-gpios = <&pioD 17 GPIO_ACTIVE_LOW>;
|
| H A D | serial.yaml | 46 dtr-gpios:
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/firmware/ |
| H A D | intel,ixp4xx-network-processing-engine.yaml | 83 dtr-gpios = <&gpio_74 2 GPIO_ACTIVE_LOW>;
|
| /freebsd-14.2/sys/kern/ |
| H A D | subr_bus.c | 119 device_prop_dtr_t dtr; member 6075 device_prop_dtr_t dtr, void *dtr_ctx) in device_set_prop() argument 6094 e1->dtr = dtr; in device_set_prop() 6101 if (e->dtr != NULL) in device_set_prop() 6102 e->dtr(dev, name, e->val, e->dtr_ctx); in device_set_prop() 6104 e->dtr = dtr; in device_set_prop() 6135 if (e->dtr != NULL) in device_clear_prop() 6136 e->dtr(dev, e->name, e->val, e->dtr_ctx); in device_clear_prop() 6150 if (e->dtr != NULL) in device_destroy_props() 6151 e->dtr(dev, e->name, e->val, e->dtr_ctx); in device_destroy_props()
|
| /freebsd-14.2/sys/sys/ |
| H A D | conf.h | 322 int devfs_set_cdevpriv(void *priv, d_priv_dtor_t *dtr);
|
| /freebsd-14.2/sys/dev/usb/net/ |
| H A D | if_usie.c | 546 uint8_t dtr; in usie_uc_cfg_set_dtr() local 548 dtr = flag ? USIE_LS_DTR : 0; in usie_uc_cfg_set_dtr() 549 usie_uc_update_line_state(ucom, dtr); in usie_uc_cfg_set_dtr()
|
| /freebsd-14.2/sys/dev/mmc/ |
| H A D | mmc.c | 2115 uint32_t dtr, max_dtr; in mmc_calculate_clock() local 2139 dtr = mmc_timing_to_dtr(ivar, max_timing); in mmc_calculate_clock() 2140 if (dtr < max_dtr) { in mmc_calculate_clock() 2141 max_dtr = dtr; in mmc_calculate_clock()
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx8mm-venice-gw7903.dts | 580 dtr-gpios = <&gpio1 0 GPIO_ACTIVE_LOW>;
|