Home
last modified time | relevance | path

Searched refs:dt (Results 1 – 25 of 2916) sorted by relevance

12345678910>>...117

/openbmc/linux/drivers/thunderbolt/
H A Ddma_test.c125 tb_xdomain_release_in_hopid(dt->xd, dt->rx_hopid); in dma_test_free_rings()
130 tb_xdomain_release_out_hopid(dt->xd, dt->tx_hopid); in dma_test_free_rings()
148 if (dt->packets_to_send && dt->packets_to_receive) in dma_test_start_rings()
194 ret = tb_xdomain_enable_paths(dt->xd, dt->tx_hopid, in dma_test_start_rings()
195 dt->tx_ring ? dt->tx_ring->hop : -1, in dma_test_start_rings()
197 dt->rx_ring ? dt->rx_ring->hop : -1); in dma_test_start_rings()
221 dt->tx_ring ? dt->tx_ring->hop : -1, in dma_test_stop_rings()
223 dt->rx_ring ? dt->rx_ring->hop : -1); in dma_test_stop_rings()
257 if (dt->packets_received == dt->packets_to_receive) in dma_test_rx_callback()
491 if (dt->link_speed && dt->xd->link_speed != dt->link_speed) { in dma_test_check_errors()
[all …]
/openbmc/linux/drivers/mtd/nand/raw/
H A Ddenali_dt.c115 struct denali_dt *dt; in denali_dt_probe() local
121 dt = devm_kzalloc(dev, sizeof(*dt), GFP_KERNEL); in denali_dt_probe()
122 if (!dt) in denali_dt_probe()
124 denali = &dt->controller; in denali_dt_probe()
149 if (IS_ERR(dt->clk)) in denali_dt_probe()
150 return PTR_ERR(dt->clk); in denali_dt_probe()
153 if (IS_ERR(dt->clk_x)) in denali_dt_probe()
157 if (IS_ERR(dt->clk_ecc)) in denali_dt_probe()
161 if (IS_ERR(dt->rst)) in denali_dt_probe()
162 return PTR_ERR(dt->rst); in denali_dt_probe()
[all …]
/openbmc/linux/drivers/video/
H A Dof_display_timing.c58 struct display_timing *dt) in of_parse_display_timing() argument
63 memset(dt, 0, sizeof(*dt)); in of_parse_display_timing()
75 dt->flags = 0; in of_parse_display_timing()
94 dt->flags |= dt->flags & DISPLAY_FLAGS_PIXDATA_POSEDGE ? in of_parse_display_timing()
99 dt->flags |= DISPLAY_FLAGS_INTERLACED; in of_parse_display_timing()
103 dt->flags |= DISPLAY_FLAGS_DOUBLECLK; in of_parse_display_timing()
120 struct display_timing *dt) in of_get_display_timing() argument
199 struct display_timing *dt; in of_get_display_timings() local
202 dt = kmalloc(sizeof(*dt), GFP_KERNEL); in of_get_display_timings()
203 if (!dt) { in of_get_display_timings()
[all …]
H A Dvideomode.c16 vm->pixelclock = dt->pixelclock.typ; in videomode_from_timing()
17 vm->hactive = dt->hactive.typ; in videomode_from_timing()
19 vm->hback_porch = dt->hback_porch.typ; in videomode_from_timing()
20 vm->hsync_len = dt->hsync_len.typ; in videomode_from_timing()
22 vm->vactive = dt->vactive.typ; in videomode_from_timing()
24 vm->vback_porch = dt->vback_porch.typ; in videomode_from_timing()
25 vm->vsync_len = dt->vsync_len.typ; in videomode_from_timing()
27 vm->flags = dt->flags; in videomode_from_timing()
34 struct display_timing *dt; in videomode_from_timings() local
37 if (!dt) in videomode_from_timings()
[all …]
/openbmc/linux/drivers/ptp/
H A Dptp_dfl_tod.c283 struct dfl_tod *dt; in dfl_tod_probe() local
285 dt = devm_kzalloc(dev, sizeof(*dt), GFP_KERNEL); in dfl_tod_probe()
286 if (!dt) in dfl_tod_probe()
290 if (IS_ERR(dt->tod_ctrl)) in dfl_tod_probe()
291 return PTR_ERR(dt->tod_ctrl); in dfl_tod_probe()
293 dt->dev = dev; in dfl_tod_probe()
294 spin_lock_init(&dt->tod_lock); in dfl_tod_probe()
295 dev_set_drvdata(dev, dt); in dfl_tod_probe()
299 dt->ptp_clock = ptp_clock_register(&dt->ptp_clock_ops, dev); in dfl_tod_probe()
300 if (IS_ERR(dt->ptp_clock)) in dfl_tod_probe()
[all …]
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventoryTableBmcManager.vue55 <dt>{{ $t('pageInventory.table.name') }}:</dt>
58 <dt>{{ $t('pageInventory.table.partNumber') }}:</dt>
61 <dt>{{ $t('pageInventory.table.serialNumber') }}:</dt>
67 <dt>{{ $t('pageInventory.table.model') }}:</dt>
70 <dt>{{ $t('pageInventory.table.uuid') }}:</dt>
80 <dt>{{ $t('pageInventory.table.statusState') }}:</dt>
83 <dt>{{ $t('pageInventory.table.power') }}:</dt>
86 <dt>{{ $t('pageInventory.table.healthRollup') }}:</dt>
89 <dt>{{ $t('pageInventory.table.bmcDateTime') }}:</dt>
111 <dt>{{ $t('pageInventory.table.description') }}:</dt>
[all …]
H A DInventoryTableProcessors.vue80 <dt>{{ $t('pageInventory.table.name') }}:</dt>
83 <dt>{{ $t('pageInventory.table.partNumber') }}:</dt>
86 <dt>{{ $t('pageInventory.table.serialNumber') }}:</dt>
92 <dt>{{ $t('pageInventory.table.model') }}:</dt>
95 <dt>{{ $t('pageInventory.table.assetTag') }}:</dt>
102 <dt>{{ $t('pageInventory.table.statusState') }}:</dt>
105 <dt>{{ $t('pageInventory.table.healthRollup') }}:</dt>
127 <dt>{{ $t('pageInventory.table.version') }}:</dt>
134 <dt>{{ $t('pageInventory.table.minSpeedMHz') }}:</dt>
140 <dt>{{ $t('pageInventory.table.maxSpeedMHz') }}:</dt>
[all …]
H A DInventoryTableSystem.vue53 <dt>{{ $t('pageInventory.table.serialNumber') }}:</dt>
56 <dt>{{ $t('pageInventory.table.model') }}:</dt>
59 <dt>{{ $t('pageInventory.table.assetTag') }}:</dt>
68 <dt>{{ $t('pageInventory.table.statusState') }}:</dt>
71 <dt>{{ $t('pageInventory.table.power') }}:</dt>
74 <dt>{{ $t('pageInventory.table.healthRollup') }}:</dt>
87 <dt>{{ $t('pageInventory.table.description') }}:</dt>
90 <dt>{{ $t('pageInventory.table.subModel') }}:</dt>
95 <dt>{{ $t('pageInventory.table.systemType') }}:</dt>
120 <dt>{{ $t('pageInventory.table.count') }}:</dt>
[all …]
H A DInventoryTableChassis.vue53 <dt>{{ $t('pageInventory.table.name') }}:</dt>
56 <dt>{{ $t('pageInventory.table.partNumber') }}:</dt>
59 <dt>{{ $t('pageInventory.table.serialNumber') }}:</dt>
62 <dt>{{ $t('pageInventory.table.model') }}:</dt>
67 <dt>{{ $t('pageInventory.table.assetTag') }}:</dt>
76 <dt>{{ $t('pageInventory.table.statusState') }}:</dt>
79 <dt>{{ $t('pageInventory.table.power') }}:</dt>
82 <dt>{{ $t('pageInventory.table.healthRollup') }}:</dt>
92 <dt>{{ $t('pageInventory.table.manufacturer') }}:</dt>
95 <dt>{{ $t('pageInventory.table.chassisType') }}:</dt>
[all …]
H A DInventoryTableDimmSlot.vue82 <dt>{{ $t('pageInventory.table.manufacturer') }}:</dt>
87 <dt>{{ $t('pageInventory.table.partNumber') }}:</dt>
92 <dt>{{ $t('pageInventory.table.serialNumber') }}:</dt>
102 <dt>{{ $t('pageInventory.table.model') }}:</dt>
109 <dt>{{ $t('pageInventory.table.capacityMiB') }}:</dt>
117 <dt>{{ $t('pageInventory.table.rankCount') }}:</dt>
122 <dt>{{ $t('pageInventory.table.statusState') }}:</dt>
127 <dt>{{ $t('pageInventory.table.enabled') }}:</dt>
137 <dt>{{ $t('pageInventory.table.description') }}:</dt>
142 <dt>{{ $t('pageInventory.table.memoryType') }}:</dt>
[all …]
H A DInventoryTablePowerSupplies.vue60 <dt>{{ $t('pageInventory.table.name') }}:</dt>
63 <dt>{{ $t('pageInventory.table.partNumber') }}:</dt>
66 <dt>{{ $t('pageInventory.table.serialNumber') }}:</dt>
69 <dt>{{ $t('pageInventory.table.sparePartNumber') }}:</dt>
72 <dt>{{ $t('pageInventory.table.model') }}:</dt>
79 <dt>{{ $t('pageInventory.table.statusState') }}:</dt>
82 <dt>{{ $t('pageInventory.table.statusHealthRollup') }}:</dt>
85 <dt>{{ $t('pageInventory.table.efficiencyPercent') }}:</dt>
91 <dt>{{ $t('pageInventory.table.powerInputWatts') }}:</dt>
104 <dt>{{ $t('pageInventory.table.manufacturer') }}:</dt>
[all …]
/openbmc/linux/drivers/rtc/
H A Drtc-max6902.c66 dt->tm_sec = bcd2bin(buf[0]); in max6902_read_time()
67 dt->tm_min = bcd2bin(buf[1]); in max6902_read_time()
68 dt->tm_hour = bcd2bin(buf[2]); in max6902_read_time()
69 dt->tm_mday = bcd2bin(buf[3]); in max6902_read_time()
70 dt->tm_mon = bcd2bin(buf[4]) - 1; in max6902_read_time()
71 dt->tm_wday = bcd2bin(buf[5]); in max6902_read_time()
72 dt->tm_year = bcd2bin(buf[6]); in max6902_read_time()
81 dt->tm_year += century; in max6902_read_time()
82 dt->tm_year -= 1900; in max6902_read_time()
89 dt->tm_year = dt->tm_year + 1900; in max6902_set_time()
[all …]
H A Drtc-max6916.c66 dt->tm_sec = bcd2bin(buf[0]); in max6916_read_time()
67 dt->tm_min = bcd2bin(buf[1]); in max6916_read_time()
69 dt->tm_mday = bcd2bin(buf[3]); in max6916_read_time()
70 dt->tm_mon = bcd2bin(buf[4]) - 1; in max6916_read_time()
71 dt->tm_wday = bcd2bin(buf[5]) - 1; in max6916_read_time()
82 if (dt->tm_year < 100 || dt->tm_year > 199) { in max6916_set_time()
84 dt->tm_year + 1900); in max6916_set_time()
89 buf[1] = bin2bcd(dt->tm_sec); in max6916_set_time()
90 buf[2] = bin2bcd(dt->tm_min); in max6916_set_time()
92 buf[4] = bin2bcd(dt->tm_mday); in max6916_set_time()
[all …]
H A Drtc-ds1347.c78 dt->tm_sec = bcd2bin(buf[0]); in ds1347_read_time()
79 dt->tm_min = bcd2bin(buf[1] & 0x7f); in ds1347_read_time()
81 dt->tm_mday = bcd2bin(buf[3]); in ds1347_read_time()
82 dt->tm_mon = bcd2bin(buf[4]) - 1; in ds1347_read_time()
83 dt->tm_wday = bcd2bin(buf[5]) - 1; in ds1347_read_time()
101 buf[0] = bin2bcd(dt->tm_sec); in ds1347_set_time()
102 buf[1] = bin2bcd(dt->tm_min); in ds1347_set_time()
104 buf[3] = bin2bcd(dt->tm_mday); in ds1347_set_time()
105 buf[4] = bin2bcd(dt->tm_mon + 1); in ds1347_set_time()
106 buf[5] = bin2bcd(dt->tm_wday + 1); in ds1347_set_time()
[all …]
H A Drtc-r9701.c78 dt->tm_sec = bcd2bin(buf[0]); /* RSECCNT */ in r9701_get_datetime()
79 dt->tm_min = bcd2bin(buf[1]); /* RMINCNT */ in r9701_get_datetime()
80 dt->tm_hour = bcd2bin(buf[2]); /* RHRCNT */ in r9701_get_datetime()
82 dt->tm_mday = bcd2bin(buf[3]); /* RDAYCNT */ in r9701_get_datetime()
83 dt->tm_mon = bcd2bin(buf[4]) - 1; /* RMONCNT */ in r9701_get_datetime()
84 dt->tm_year = bcd2bin(buf[5]) + 100; /* RYRCNT */ in r9701_get_datetime()
93 ret = write_reg(dev, RHRCNT, bin2bcd(dt->tm_hour)); in r9701_set_datetime()
94 ret = ret ? ret : write_reg(dev, RMINCNT, bin2bcd(dt->tm_min)); in r9701_set_datetime()
95 ret = ret ? ret : write_reg(dev, RSECCNT, bin2bcd(dt->tm_sec)); in r9701_set_datetime()
96 ret = ret ? ret : write_reg(dev, RDAYCNT, bin2bcd(dt->tm_mday)); in r9701_set_datetime()
[all …]
H A Drtc-ds1390.c143 dt->tm_sec = bcd2bin(chip->txrx_buf[0]); in ds1390_read_time()
144 dt->tm_min = bcd2bin(chip->txrx_buf[1]); in ds1390_read_time()
145 dt->tm_hour = bcd2bin(chip->txrx_buf[2]); in ds1390_read_time()
146 dt->tm_wday = bcd2bin(chip->txrx_buf[3]); in ds1390_read_time()
147 dt->tm_mday = bcd2bin(chip->txrx_buf[4]); in ds1390_read_time()
163 chip->txrx_buf[1] = bin2bcd(dt->tm_sec); in ds1390_set_time()
164 chip->txrx_buf[2] = bin2bcd(dt->tm_min); in ds1390_set_time()
165 chip->txrx_buf[3] = bin2bcd(dt->tm_hour); in ds1390_set_time()
166 chip->txrx_buf[4] = bin2bcd(dt->tm_wday); in ds1390_set_time()
167 chip->txrx_buf[5] = bin2bcd(dt->tm_mday); in ds1390_set_time()
[all …]
/openbmc/linux/drivers/iio/
H A Dindustrialio-sw-device.c73 iter = __iio_find_sw_device_type(dt->name, strlen(dt->name)); in iio_unregister_sw_device_type()
75 list_del(&dt->list); in iio_unregister_sw_device_type()
89 if (dt && !try_module_get(dt->owner)) in iio_get_sw_device_type()
90 dt = NULL; in iio_get_sw_device_type()
93 return dt; in iio_get_sw_device_type()
102 if (!dt) { in iio_sw_device_create()
106 d = dt->ops->probe(name); in iio_sw_device_create()
110 d->device_type = dt; in iio_sw_device_create()
114 module_put(dt->owner); in iio_sw_device_create()
123 dt->ops->remove(d); in iio_sw_device_destroy()
[all …]
/openbmc/u-boot/drivers/rtc/
H A Drs5c372.c120 dt->tm_sec = bcd2bin(buf[1]); in rs5c372_convert_to_time()
121 dt->tm_min = bcd2bin(buf[2]); in rs5c372_convert_to_time()
126 dt->tm_hour += 12; in rs5c372_convert_to_time()
130 dt->tm_mday = bcd2bin(buf[5]); in rs5c372_convert_to_time()
131 dt->tm_mon = bcd2bin(buf[6]); in rs5c372_convert_to_time()
132 dt->tm_year = bcd2bin(buf[7]); in rs5c372_convert_to_time()
133 if (dt->tm_year >= 70) in rs5c372_convert_to_time()
134 dt->tm_year += 1900; in rs5c372_convert_to_time()
136 dt->tm_year += 2000; in rs5c372_convert_to_time()
139 dt->tm_yday = 0; in rs5c372_convert_to_time()
[all …]
/openbmc/u-boot/dts/
H A DMakefile19 $(obj)/dt-spl.dtb: $(DTB) $(objtree)/tools/fdtgrep FORCE
22 $(obj)/dt.dtb: $(DTB) FORCE
25 targets += dt.dtb dt-spl.dtb
41 obj-$(CONFIG_OF_EMBED) := dt-spl.dtb.o
43 $(obj)/dt-spl.dtb.o: $(obj)/dt-spl.dtb.S FORCE
46 obj-$(CONFIG_OF_EMBED) := dt.dtb.o
49 dtbs: $(obj)/dt.dtb $(obj)/dt-spl.dtb
52 clean-files := dt.dtb.S dt-spl.dtb.S
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_gt_pm.c55 ktime_t dt[5]; in measure_clocks() local
62 dt[i] = ktime_get(); in measure_clocks()
67 dt[i] = ktime_sub(ktime_get(), dt[i]); in measure_clocks()
75 sort(dt, 5, sizeof(*dt), cmp_u64, NULL); in measure_clocks()
76 *out_dt = div_u64(dt[1] + 2 * dt[2] + dt[3], 4); in measure_clocks()
101 u64 dt; in live_gt_clocks() local
106 measure_clocks(engine, &cycles, &dt); in live_gt_clocks()
109 expected = intel_gt_ns_to_clock_interval(engine->gt, dt); in live_gt_clocks()
112 engine->name, cycles, time, dt, expected, in live_gt_clocks()
115 if (9 * time < 8 * dt || 8 * time > 9 * dt) { in live_gt_clocks()
H A Dselftest_engine_pm.c119 *dt = local_clock(); in __measure_timestamps()
121 *dt = local_clock() - *dt; in __measure_timestamps()
158 dt = trifilter(st); in __live_engine_timestamps()
163 engine->name, dt, in __live_engine_timestamps()
168 if (3 * dt > 4 * d_ring || 4 * dt < 3 * d_ring) { in __live_engine_timestamps()
221 ktime_t start, unused, dt; in __spin_until_busier() local
234 if (dt > 10000000) { in __spin_until_busier()
263 ktime_t de, dt; in live_engine_busy_stats() local
289 de, (int)div64_u64(100 * de, dt), dt); in live_engine_busy_stats()
325 if (100 * de < 95 * dt || 95 * de > 100 * dt) { in live_engine_busy_stats()
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Djquery.dataTables-1.13.8.min.css1dt-row-selected: 13, 110, 253;--dt-row-selected-text: 255, 255, 255;--dt-row-selected-link: 9, 10,…
/openbmc/linux/drivers/perf/
H A Darm-ccn.c183 struct arm_ccn_dt dt; member
750 event->cpu = ccn->dt.cpu; in arm_ccn_pmu_event_init()
1203 struct arm_ccn *ccn = container_of(dt, struct arm_ccn, dt); in arm_ccn_pmu_offline_cpu()
1206 if (cpu != dt->cpu) in arm_ccn_pmu_offline_cpu()
1212 dt->cpu = target; in arm_ccn_pmu_offline_cpu()
1254 if (ccn->dt.id == 0) { in arm_ccn_pmu_init()
1258 ccn->dt.id); in arm_ccn_pmu_init()
1266 ccn->dt.pmu = (struct pmu) { in arm_ccn_pmu_init()
1302 &ccn->dt.node); in arm_ccn_pmu_init()
1312 &ccn->dt.node); in arm_ccn_pmu_init()
[all …]
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_mipi_dsi.c245 dt->e_interface = fdtdec_get_int(blob, node, in exynos_dsim_config_parse_dt()
248 dt->e_virtual_ch = fdtdec_get_int(blob, node, in exynos_dsim_config_parse_dt()
254 dt->e_burst_mode = fdtdec_get_int(blob, node, in exynos_dsim_config_parse_dt()
260 dt->e_byte_clk = fdtdec_get_int(blob, node, in exynos_dsim_config_parse_dt()
263 dt->hfp = fdtdec_get_int(blob, node, in exynos_dsim_config_parse_dt()
266 dt->p = fdtdec_get_int(blob, node, in exynos_dsim_config_parse_dt()
268 dt->m = fdtdec_get_int(blob, node, in exynos_dsim_config_parse_dt()
270 dt->s = fdtdec_get_int(blob, node, in exynos_dsim_config_parse_dt()
276 dt->esc_clk = fdtdec_get_int(blob, node, in exynos_dsim_config_parse_dt()
282 dt->bta_timeout = fdtdec_get_int(blob, node, in exynos_dsim_config_parse_dt()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dqcom,sc7280-lpasscorecc.yaml17 include/dt-bindings/clock/qcom,lpasscorecc-sc7280.h
18 include/dt-bindings/clock/qcom,lpassaudiocc-sc7280.h
130 #include <dt-bindings/clock/qcom,rpmh.h>
131 #include <dt-bindings/clock/qcom,gcc-sc7280.h>
133 #include <dt-bindings/clock/qcom,lpasscorecc-sc7280.h>
148 #include <dt-bindings/clock/qcom,rpmh.h>
149 #include <dt-bindings/clock/qcom,gcc-sc7280.h>
162 #include <dt-bindings/clock/qcom,rpmh.h>
163 #include <dt-bindings/clock/qcom,gcc-sc7280.h>
177 #include <dt-bindings/clock/qcom,rpmh.h>
[all …]

12345678910>>...117