HomeSort by: relevance | last modified time | path
    Searched refs:rails (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
iccsense.h 13 struct list_head rails; member in struct:nvkm_iccsense
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/iccsense/
nouveau_nvkm_subdev_iccsense_base.c 122 list_for_each_entry(rail, &iccsense->rails, head) {
146 list_for_each_entry_safe(rail, tmpr, &iccsense->rails, head) {
296 list_add_tail(&rail->head, &iccsense->rails);
333 INIT_LIST_HEAD(&(*iccsense)->rails);
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
rk3399-gru.dtsi 25 * In general an attempt is made to include all rails called out by
26 * the schematic as long as those rails interact in some way with
28 * - Rails that only connect to the EC (or devices that the EC talks to)
30 * - Rails _are_ included if the rails go to the AP even if the AP
35 * If two rails are substantially the same from the AP's point of
37 * put the child rail as an alias of the parent rail. Sometimes rails
41 * - The rails are actually connected to each other by a jumper and
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
r8a73a4-ape6evm.dts 55 /* Common 1.8V and 3.3V rails, used by several devices on APE6EVM */
ste-hrefv60plus.dtsi 72 /* Name the GPIO muxed rails on the HREF boards */
ste-snowball.dts 86 /* Name the GPIO muxed rails on the Snowball board */
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_hwmon.c 308 if (!iccsense || !iccsense->data_valid || list_empty(&iccsense->rails))

Completed in 14 milliseconds