Home
last modified time | relevance | path

Searched refs:tsd (Results 1 – 15 of 15) sorted by relevance

/linux/arch/arm64/boot/dts/rockchip/
H A Dpx30-pp1516-ltk050h3148w.dts11 compatible = "tsd,px30-pp1516-ltk050h3148w", "tsd,px30-pp1516", "rockchip,px30";
H A Dpx30-cobra-ltk050h3146w.dts11 compatible = "tsd,px30-cobra-ltk050h3146w", "tsd,px30-cobra", "rockchip,px30";
H A Dpx30-cobra-ltk050h3148w.dts11 compatible = "tsd,px30-cobra-ltk050h3148w", "tsd,px30-cobra", "rockchip,px30";
H A Dpx30-pp1516-ltk050h3146w-a2.dts11 compatible = "tsd,px30-pp1516-ltk050h3146w-a2", "tsd,px30-pp1516", "rockchip,px30";
H A Dpx30-cobra-ltk050h3146w-a2.dts11 compatible = "tsd,px30-cobra-ltk050h3146w-a2", "tsd,px30-cobra", "rockchip,px30";
H A Dpx30-cobra-ltk500hd1829.dts11 compatible = "tsd,px30-cobra-ltk500hd1829", "tsd,px30-cobra", "rockchip,px30";
H A Drk3588-tiger-haikou.dts13 compatible = "tsd,rk3588-tiger-haikou", "tsd,rk3588-tiger", "rockchip,rk3588";
H A Dpx30-ringneck.dtsi304 compatible = "tsd,mule", "ti,amc6821";
308 compatible = "tsd,mule-i2c-mux";
H A Drk3399-puma.dtsi394 compatible = "tsd,mule", "ti,amc6821";
398 compatible = "tsd,mule-i2c-mux";
H A Dpx30-ringneck-haikou.dts13 compatible = "tsd,px30-ringneck-haikou", "rockchip,px30";
H A Drk3399-puma-haikou.dts12 compatible = "tsd,rk3399-puma-haikou", "rockchip,rk3399";
/linux/drivers/acpi/
H A Dprocessor_throttling.c566 union acpi_object *tsd = NULL; in acpi_processor_get_tsd() local
581 tsd = buffer.pointer; in acpi_processor_get_tsd()
582 if (!tsd || (tsd->type != ACPI_TYPE_PACKAGE)) { in acpi_processor_get_tsd()
588 if (tsd->package.count != 1) { in acpi_processor_get_tsd()
599 status = acpi_extract_package(&(tsd->package.elements[0]), in acpi_processor_get_tsd()
/linux/drivers/atm/
H A Dfore200e.h134 typedef struct tsd { struct
147 struct tsd tsd[ TSD_NBR ]; /* transmit segment descriptors */ argument
H A Dfore200e.c794 dma_unmap_single(fore200e->dev, entry->tpd->tsd[ 0 ].buffer, entry->tpd->tsd[ 0 ].length, in fore200e_tx_irq()
1604 tpd->tsd[ 0 ].buffer = dma_map_single(fore200e->dev, data, tx_len, in fore200e_send()
1606 if (dma_mapping_error(fore200e->dev, tpd->tsd[0].buffer)) { in fore200e_send()
1612 tpd->tsd[ 0 ].length = tx_len; in fore200e_send()
1623 tpd->tsd[0].length, skb_len); in fore200e_send()
/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-hw.c1013 u32 tsa, tsd; in xlgmac_get_rx_tstamp() local
1019 tsd = XLGMAC_GET_REG_BITS_LE(dma_desc->desc3, in xlgmac_get_rx_tstamp()
1022 if (tsa && !tsd) { in xlgmac_get_rx_tstamp()