/openbmc/linux/include/linux/ |
H A D | hdlcdrv.h | 114 unsigned char dcd; member 251 static inline void hdlcdrv_setdcd(struct hdlcdrv_state *s, int dcd) in hdlcdrv_setdcd() argument 253 s->hdlcrx.dcd = !!dcd; in hdlcdrv_setdcd()
|
H A D | serial.h | 41 __u32 cts, dsr, rng, dcd, tx, rx; member
|
H A D | scc.h | 68 unsigned char dcd; /* DCD status */ member
|
/openbmc/linux/include/uapi/linux/ |
H A D | hdlcdrv.h | 37 int dcd; member 43 int dcd; member
|
H A D | serial.h | 103 int cts, dsr, rng, dcd; member
|
/openbmc/linux/drivers/media/rc/ |
H A D | serial_ir.c | 322 int counter, dcd; in serial_ir_irq_handler() local 353 dcd = (status & hardware[type].signal_pin) ? 1 : 0; in serial_ir_irq_handler() 355 if (dcd == last_dcd) { in serial_ir_irq_handler() 358 dcd, sense, ktime_to_ns(kt), in serial_ir_irq_handler() 366 if (!(dcd ^ sense)) { in serial_ir_irq_handler() 370 dcd, sense, ktime_to_ns(kt), in serial_ir_irq_handler() 381 frbwrite(data, !(dcd ^ sense)); in serial_ir_irq_handler() 383 last_dcd = dcd; in serial_ir_irq_handler()
|
/openbmc/linux/Documentation/devicetree/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 30 dcd-gpios = <&sysgpio 2 GPIO_ACTIVE_LOW>;
|
/openbmc/qemu/hw/mem/ |
H A D | cxl_type3.c | 1931 CXLType3Dev *dcd; in qmp_cxl_process_dynamic_capacity_prescriptive() local 1948 dcd = CXL_TYPE3(obj); in qmp_cxl_process_dynamic_capacity_prescriptive() 1949 if (!dcd->dc.num_regions) { in qmp_cxl_process_dynamic_capacity_prescriptive() 1955 if (rid >= dcd->dc.num_regions) { in qmp_cxl_process_dynamic_capacity_prescriptive() 1959 block_size = dcd->dc.regions[rid].block_size; in qmp_cxl_process_dynamic_capacity_prescriptive() 1960 blk_bitmap = bitmap_new(dcd->dc.regions[rid].len / block_size); in qmp_cxl_process_dynamic_capacity_prescriptive() 1967 dpa = offset + dcd->dc.regions[rid].base; in qmp_cxl_process_dynamic_capacity_prescriptive() 1979 if (offset + len > dcd->dc.regions[rid].len) { in qmp_cxl_process_dynamic_capacity_prescriptive() 1993 if (cxl_extent_groups_overlaps_dpa_range(&dcd->dc.extents_pending, in qmp_cxl_process_dynamic_capacity_prescriptive() 1999 if (!ct3_test_region_block_backed(dcd, dpa, len)) { in qmp_cxl_process_dynamic_capacity_prescriptive() [all …]
|
/openbmc/phosphor-net-ipmid/sol/ |
H A D | sol_context.hpp | 50 uint8_t dcd:1; //!< Not supported. member 64 uint8_t dcd:1; //!< Not supported. member
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am335x-netcom-plus-2xx.dts | 62 dcd-gpios = <&gpio2 24 GPIO_ACTIVE_LOW>; 73 dcd-gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
|
H A D | am335x-baltos-ir3220.dts | 67 dcd-gpios = <&gpio2 24 GPIO_ACTIVE_LOW>; 78 dcd-gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
|
H A D | am335x-baltos-ir5221.dts | 75 dcd-gpios = <&gpio2 24 GPIO_ACTIVE_LOW>; 86 dcd-gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
|
/openbmc/linux/drivers/usb/serial/ |
H A D | keyspan_usa28msg.h | 153 dcd, member
|
H A D | generic.c | 519 ((arg & TIOCM_CD) && (cnow.dcd != cprev->dcd)) || in usb_serial_generic_msr_changed() 561 icount->dcd = cnow.dcd; in usb_serial_generic_get_icount()
|
H A D | keyspan_usa49msg.h | 243 dcd, // reports DCD pin member
|
H A D | keyspan_usa90msg.h | 158 dcd, // reports DCD pin member
|
/openbmc/u-boot/doc/device-tree-bindings/serial/ |
H A D | snps-dw-apb-uart.txt | 27 - dcd-override : Override the DCD modem status signal. This signal will always 49 dcd-override;
|
/openbmc/linux/drivers/net/hamradio/ |
H A D | hdlcdrv.c | 373 if (s->hdlcrx.dcd) { in hdlcdrv_arbitrate() 551 bi.data.cs.dcd = s->hdlcrx.dcd; in hdlcdrv_siocdevprivate() 561 bi.data.ocs.dcd = s->hdlcrx.dcd; in hdlcdrv_siocdevprivate()
|
H A D | scc.c | 454 scc->dcd = 0; in scc_exint() 459 scc->dcd = 1; in scc_exint() 462 scc_notify(scc, scc->dcd? HWEV_DCD_OFF:HWEV_DCD_ON); in scc_exint() 473 scc->dcd = 1; in scc_exint() 477 scc->dcd = 0; in scc_exint() 480 scc_notify(scc, scc->dcd? HWEV_DCD_ON:HWEV_DCD_OFF); in scc_exint() 1113 if ( (grp1 & RXGROUP) && scc2->dcd ) in is_grouped() 1147 if (scc->dcd || (scc->kiss.persist) < Rand || (scc->kiss.group && is_grouped(scc)) ) in t_dwait() 1362 scc_notify(scc, scc->dcd? HWEV_DCD_ON:HWEV_DCD_OFF); in scc_set_param()
|
/openbmc/linux/drivers/net/wan/ |
H A D | ixp4xx_hss.c | 269 struct gpio_desc *dcd; member 1063 val = gpiod_get_value(port->dcd); in hss_hdlc_dcd_irq() 1097 val = gpiod_get_value(port->dcd); in hss_hdlc_open() 1101 err = request_irq(gpiod_to_irq(port->dcd), hss_hdlc_dcd_irq, 0, "IXP4xx HSS", dev); in hss_hdlc_open() 1197 free_irq(gpiod_to_irq(port->dcd), dev); in hss_hdlc_close() 1478 port->dcd = devm_gpiod_get(dev, "dcd", GPIOD_IN); in ixp4xx_hss_probe() 1479 if (IS_ERR(port->dcd)) in ixp4xx_hss_probe() 1480 return dev_err_probe(dev, PTR_ERR(port->dcd), "unable to get DCD GPIO\n"); in ixp4xx_hss_probe()
|
/openbmc/u-boot/tools/ |
H A D | mxsimage.c | 99 struct sb_dcd_ctx *dcd; member 604 ictx->dcd_tail->dcd = dctx; in sb_build_dcd() 625 uint32_t *dcd; in sb_build_dcd_block() local 658 dcd = dctx->payload + dctx->size / sizeof(*dctx->payload) - 2; in sb_build_dcd_block() 696 dcd[0] = htonl(address); in sb_build_dcd_block() 697 dcd[1] = htonl(value); in sb_build_dcd_block() 871 uint32_t dest, dcd = 0; in sb_build_command_load() local 965 dctx = dctx->dcd; in sb_build_command_load() 987 dcd = ROM_LOAD_CMD_FLAG_DCD_LOAD; in sb_build_command_load() 1008 ccmd->header.flags = dcd; in sb_build_command_load() [all …]
|
/openbmc/linux/drivers/tty/ |
H A D | amiserial.c | 322 icount->dcd++; in check_modem_status() 1091 icount->dcd = cnow.dcd; in rs_get_icount() 1144 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts) { in rs_ioctl() 1150 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) || in rs_ioctl()
|
H A D | moxa.c | 421 int dcd; member 663 tmp.dcd = 1; in moxa_ioctl() 1438 int dcd; in moxa_carrier_raised() local 1441 dcd = ch->DCDState; in moxa_carrier_raised() 1443 return dcd; in moxa_carrier_raised() 1648 static void moxa_new_dcdstate(struct moxa_port *p, u8 dcd) in moxa_new_dcdstate() argument 1651 dcd = !!dcd; in moxa_new_dcdstate() 1654 if (dcd != p->DCDState) { in moxa_new_dcdstate() 1655 p->DCDState = dcd; in moxa_new_dcdstate() 1657 if (!dcd) in moxa_new_dcdstate()
|
/openbmc/linux/arch/arm/boot/dts/intel/ixp/ |
H A D | intel-ixp42x-goramo-multilink.dts | 130 dcd-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>; 145 dcd-gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6dl-eckelmann-ci4x10.dts | 333 dcd-gpios = <&gpio3 23 GPIO_ACTIVE_LOW>; 344 dcd-gpios = <&gpio2 1 GPIO_ACTIVE_LOW>;
|