Home
last modified time | relevance | path

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

12

/freebsd-14.2/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-14.2/sys/contrib/device-tree/src/arm/
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 Dintel-ixp42x-goramo-multilink.dts129 dtr-gpios = <&gpio_74 2 GPIO_ACTIVE_LOW>;
144 dtr-gpios = <&gpio_74 3 GPIO_ACTIVE_LOW>;
H A Dimx6dl-eckelmann-ci4x10.dts334 dtr-gpios = <&gpio3 24 GPIO_ACTIVE_LOW>;
345 dtr-gpios = <&gpio7 13 GPIO_ACTIVE_LOW>;
H A Dam335x-baltos-ir2110.dts44 dtr-gpios = <&gpio2 22 GPIO_ACTIVE_LOW>;
H A Dat91-wb50n.dtsi93 dtr-gpios = <&pioD 13 GPIO_ACTIVE_LOW>;
H A Dimx6ull-jozacp.dts216 dtr-gpios = <&gpio3 4 GPIO_ACTIVE_LOW>;
H A Dimx6q-dhcom-som.dtsi484 dtr-gpios = <&gpio3 24 GPIO_ACTIVE_LOW>;
/freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/net/
H A Dintel,ixp4xx-hss.yaml98 dtr-gpios:
120 - dtr-gpios
/freebsd-14.2/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.yaml53 dtr-gpios: true
H A D8250.yaml192 dtr-gpios: true
245 dtr-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
H A Dfsl-mxs-auart.txt25 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD
H A D8250_omap.yaml69 dtr-gpios: true
H A Datmel,at91-usart.yaml142 dtr-gpios = <&pioD 17 GPIO_ACTIVE_LOW>;
H A Dserial.yaml46 dtr-gpios:
/freebsd-14.2/sys/contrib/device-tree/Bindings/firmware/
H A Dintel,ixp4xx-network-processing-engine.yaml83 dtr-gpios = <&gpio_74 2 GPIO_ACTIVE_LOW>;
/freebsd-14.2/sys/kern/
H A Dsubr_bus.c119 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 Dconf.h322 int devfs_set_cdevpriv(void *priv, d_priv_dtor_t *dtr);
/freebsd-14.2/sys/dev/usb/net/
H A Dif_usie.c546 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 Dmmc.c2115 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 Dimx8mm-venice-gw7903.dts580 dtr-gpios = <&gpio1 0 GPIO_ACTIVE_LOW>;

12