Home
last modified time | relevance | path

Searched refs:dt (Results 26 – 50 of 3871) sorted by relevance

12345678910>>...155

/linux/Documentation/devicetree/bindings/power/
H A Drockchip,power-controller.yaml112 "include/dt-bindings/power/px30-power.h"
113 "include/dt-bindings/power/rk3036-power.h"
114 "include/dt-bindings/power/rk3066-power.h"
115 "include/dt-bindings/power/rk3128-power.h"
116 "include/dt-bindings/power/rk3188-power.h"
117 "include/dt-bindings/power/rk3228-power.h"
118 "include/dt-bindings/power/rk3288-power.h"
119 "include/dt-bindings/power/rk3328-power.h"
120 "include/dt-bindings/power/rk3366-power.h"
154 #include <dt-bindings/clock/rk3399-cru.h>
[all …]
/linux/Documentation/devicetree/bindings/serial/
H A Datmel,at91-usart.yaml127 #include <dt-bindings/gpio/gpio.h>
128 #include <dt-bindings/interrupt-controller/irq.h>
129 #include <dt-bindings/mfd/at91-usart.h>
130 #include <dt-bindings/dma/at91.h>
151 #include <dt-bindings/gpio/gpio.h>
152 #include <dt-bindings/interrupt-controller/irq.h>
153 #include <dt-bindings/mfd/at91-usart.h>
154 #include <dt-bindings/dma/at91.h>
173 #include <dt-bindings/gpio/gpio.h>
175 #include <dt-bindings/mfd/at91-usart.h>
[all …]
/linux/drivers/rtc/
H A Drtc-rx8025.c231 dt->tm_sec = bcd2bin(date[RX8025_REG_SEC] & 0x7f); in rx8025_get_time()
232 dt->tm_min = bcd2bin(date[RX8025_REG_MIN] & 0x7f); in rx8025_get_time()
241 dt->tm_year = bcd2bin(date[RX8025_REG_YEAR]) + 100; in rx8025_get_time()
243 dev_dbg(dev, "%s: date %ptRr\n", __func__, dt); in rx8025_get_time()
259 date[RX8025_REG_SEC] = bin2bcd(dt->tm_sec); in rx8025_set_time()
260 date[RX8025_REG_MIN] = bin2bcd(dt->tm_min); in rx8025_set_time()
262 date[RX8025_REG_HOUR] = bin2bcd(dt->tm_hour); in rx8025_set_time()
265 | bin2bcd((dt->tm_hour + 11) % 12 + 1); in rx8025_set_time()
267 date[RX8025_REG_WDAY] = bin2bcd(dt->tm_wday); in rx8025_set_time()
268 date[RX8025_REG_MDAY] = bin2bcd(dt->tm_mday); in rx8025_set_time()
[all …]
H A Drtc-ds1343.c208 dt->tm_sec = bcd2bin(buf[0]); in ds1343_read_time()
209 dt->tm_min = bcd2bin(buf[1]); in ds1343_read_time()
210 dt->tm_hour = bcd2bin(buf[2] & 0x3F); in ds1343_read_time()
211 dt->tm_wday = bcd2bin(buf[3]) - 1; in ds1343_read_time()
212 dt->tm_mday = bcd2bin(buf[4]); in ds1343_read_time()
224 buf[0] = bin2bcd(dt->tm_sec); in ds1343_set_time()
225 buf[1] = bin2bcd(dt->tm_min); in ds1343_set_time()
227 buf[3] = bin2bcd(dt->tm_wday + 1); in ds1343_set_time()
228 buf[4] = bin2bcd(dt->tm_mday); in ds1343_set_time()
229 buf[5] = bin2bcd(dt->tm_mon + 1); in ds1343_set_time()
[all …]
H A Drtc-rx8010.c126 dt->tm_sec = bcd2bin(date[RX8010_SEC - RX8010_SEC] & 0x7f); in rx8010_get_time()
127 dt->tm_min = bcd2bin(date[RX8010_MIN - RX8010_SEC] & 0x7f); in rx8010_get_time()
131 dt->tm_year = bcd2bin(date[RX8010_YEAR - RX8010_SEC]) + 100; in rx8010_get_time()
132 dt->tm_wday = ffs(date[RX8010_WDAY - RX8010_SEC] & 0x7f); in rx8010_get_time()
148 date[RX8010_SEC - RX8010_SEC] = bin2bcd(dt->tm_sec); in rx8010_set_time()
149 date[RX8010_MIN - RX8010_SEC] = bin2bcd(dt->tm_min); in rx8010_set_time()
150 date[RX8010_HOUR - RX8010_SEC] = bin2bcd(dt->tm_hour); in rx8010_set_time()
151 date[RX8010_MDAY - RX8010_SEC] = bin2bcd(dt->tm_mday); in rx8010_set_time()
152 date[RX8010_MONTH - RX8010_SEC] = bin2bcd(dt->tm_mon + 1); in rx8010_set_time()
153 date[RX8010_YEAR - RX8010_SEC] = bin2bcd(dt->tm_year - 100); in rx8010_set_time()
[all …]
/linux/drivers/iio/pressure/
H A Dms5611_core.c124 s64 off, sens, dt; in ms5611_temp_and_pressure_compensate() local
126 dt = t - (st->prom[5] << 8); in ms5611_temp_and_pressure_compensate()
127 off = ((s64)st->prom[2] << 16) + ((st->prom[4] * dt) >> 7); in ms5611_temp_and_pressure_compensate()
128 sens = ((s64)st->prom[1] << 15) + ((st->prom[3] * dt) >> 8); in ms5611_temp_and_pressure_compensate()
130 t = 2000 + ((st->prom[6] * dt) >> 23); in ms5611_temp_and_pressure_compensate()
134 t2 = (dt * dt) >> 31; in ms5611_temp_and_pressure_compensate()
160 s64 off, sens, dt; in ms5607_temp_and_pressure_compensate() local
162 dt = t - (st->prom[5] << 8); in ms5607_temp_and_pressure_compensate()
163 off = ((s64)st->prom[2] << 17) + ((st->prom[4] * dt) >> 6); in ms5607_temp_and_pressure_compensate()
166 t = 2000 + ((st->prom[6] * dt) >> 23); in ms5607_temp_and_pressure_compensate()
[all …]
/linux/Documentation/devicetree/bindings/clock/
H A Dqcom,sm8450-gpucc.yaml17 include/dt-bindings/clock/qcom,sm8450-gpucc.h
18 include/dt-bindings/clock/qcom,sm8550-gpucc.h
19 include/dt-bindings/reset/qcom,sm8450-gpucc.h
20 include/dt-bindings/reset/qcom,sm8650-gpucc.h
21 include/dt-bindings/reset/qcom,x1e80100-gpucc.h
61 #include <dt-bindings/clock/qcom,gcc-sm8450.h>
62 #include <dt-bindings/clock/qcom,rpmh.h>
H A Dqcom,sm8450-camcc.yaml17 include/dt-bindings/clock/qcom,sm8450-camcc.h
18 include/dt-bindings/clock/qcom,sm8550-camcc.h
19 include/dt-bindings/clock/qcom,sc8280xp-camcc.h
20 include/dt-bindings/clock/qcom,x1e80100-camcc.h
63 #include <dt-bindings/clock/qcom,gcc-sm8450.h>
64 #include <dt-bindings/clock/qcom,rpmh.h>
65 #include <dt-bindings/power/qcom,rpmhpd.h>
H A Dqcom,sc7180-lpasscorecc.yaml16 See also:: include/dt-bindings/clock/qcom,lpasscorecc-sc7180.h
81 #include <dt-bindings/clock/qcom,rpmh.h>
82 #include <dt-bindings/clock/qcom,gcc-sc7180.h>
83 #include <dt-bindings/clock/qcom,lpasscorecc-sc7180.h>
94 #include <dt-bindings/clock/qcom,rpmh.h>
95 #include <dt-bindings/clock/qcom,gcc-sc7180.h>
96 #include <dt-bindings/clock/qcom,lpasscorecc-sc7180.h>
H A Dqcom,videocc.yaml17 include/dt-bindings/clock/qcom,videocc-sc7180.h
18 include/dt-bindings/clock/qcom,videocc-sc7280.h
19 include/dt-bindings/clock/qcom,videocc-sdm845.h
20 include/dt-bindings/clock/qcom,videocc-sm8150.h
21 include/dt-bindings/clock/qcom,videocc-sm8250.h
126 #include <dt-bindings/clock/qcom,rpmh.h>
127 #include <dt-bindings/power/qcom,rpmhpd.h>
H A Dmaxim,max77686.txt12 dt-bindings/clock/maxim,max77686.h.
17 dt-bindings/clock/maxim,max77802.h.
21 dt-bindings/clock/maxim,max77620.h.
38 Clocks are defined as preprocessor macros in above dt-binding header for
45 #include <dt-bindings/clock/maxim,max77686.h>
70 #include <dt-bindings/clock/maxim,max77802.h>
96 #include <dt-bindings/clock/maxim,max77620.h>
/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_rc6.c38 ktime_t dt; in live_rc6_manual() local
63 dt = ktime_get(); in live_rc6_manual()
67 dt = ktime_sub(ktime_get(), dt); in live_rc6_manual()
78 ktime_to_ns(dt)); in live_rc6_manual()
91 dt = ktime_get(); in live_rc6_manual()
95 dt = ktime_sub(ktime_get(), dt); in live_rc6_manual()
107 ktime_to_ns(dt)); in live_rc6_manual()
H A Dselftest_rps.c248 u64 dt; in live_rps_clock_interval() local
541 u64 dc, dt; in __measure_frequency() local
544 dt = ktime_get(); in __measure_frequency()
547 dt = ktime_get() - dt; in __measure_frequency()
570 u64 dc, dt; in __measure_cs_frequency() local
576 dt = ktime_get() - dt; in __measure_cs_frequency()
1099 u64 dE, dt; in __measure_power() local
1105 dt = ktime_get() - dt; in __measure_power()
1265 ktime_t dt; in live_rps_dynamic() member
1292 max.dt = ktime_sub(ktime_get(), max.dt); in live_rps_dynamic()
[all …]
/linux/include/trace/events/
H A Dxen.h384 TP_ARGS(dt, entrynum, desc),
386 __field(struct desc_struct *, dt)
390 TP_fast_assign(__entry->dt = dt;
395 __entry->dt, __entry->entrynum,
401 TP_ARGS(dt, entrynum, ent),
403 __field(gate_desc *, dt)
406 TP_fast_assign(__entry->dt = dt;
410 __entry->dt, __entry->entrynum)
425 TP_ARGS(dt, entrynum, desc, type),
428 __field(struct desc_struct *, dt)
[all …]
/linux/Documentation/devicetree/bindings/media/
H A Dnxp,imx8mq-vpu.yaml47 #include <dt-bindings/clock/imx8mq-clock.h>
48 #include <dt-bindings/power/imx8mq-power.h>
49 #include <dt-bindings/interrupt-controller/arm-gic.h>
59 #include <dt-bindings/clock/imx8mq-clock.h>
60 #include <dt-bindings/power/imx8mq-power.h>
61 #include <dt-bindings/interrupt-controller/arm-gic.h>
/linux/scripts/dtc/
H A Dlivetree.c254 add_child(dt, node); in add_orphan_node()
255 return dt; in add_orphan_node()
406 dti->dt = tree; in build_dt_info()
807 sort_node(dti->dt); in sort_tree()
826 an = get_subnode(dt, name); in build_root_node()
854 struct node *dt = dti->dt; in generate_label_tree_internal() local
943 struct node *dt = dti->dt; in generate_fixups_tree_internal() local
1024 struct node *dt = dti->dt; in generate_local_fixups_tree_internal() local
1048 dti->dt, allocph); in generate_label_tree()
1056 dti->dt); in generate_fixups_tree()
[all …]
/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-gasket.c19 #define GASKET_CTRL_DATA_TYPE(dt) ((dt) << 8) argument
37 val = GASKET_CTRL_DATA_TYPE(fd->entry[0].bus.csi2.dt); in mxc_imx8_gasket_enable()
38 if (fd->entry[0].bus.csi2.dt == MIPI_CSI2_DT_YUV422_8B) in mxc_imx8_gasket_enable()
71 val = DISP_MIX_CAMERA_MUX_DATA_TYPE(fd->entry[0].bus.csi2.dt); in mxc_imx93_gasket_enable()
/linux/lib/
H A Ddynamic_debug.c178 struct ddebug_table *dt; in ddebug_change() local
1235 struct ddebug_table *dt; in ddebug_add_module() local
1243 dt = kzalloc(sizeof(*dt), GFP_KERNEL); in ddebug_add_module()
1244 if (dt == NULL) { in ddebug_add_module()
1254 dt->mod_name = modname; in ddebug_add_module()
1255 dt->ddebugs = di->descs; in ddebug_add_module()
1258 INIT_LIST_HEAD(&dt->link); in ddebug_add_module()
1314 list_del_init(&dt->link); in ddebug_table_free()
1315 kfree(dt); in ddebug_table_free()
1332 ddebug_table_free(dt); in ddebug_remove_module()
[all …]
/linux/lib/zstd/decompress/
H A Dhuf_decompress.c150 void const* dt; member
164 void const* dt = DTable + 1; in HUF_DecompressAsmArgs_init() local
242 args->dt = dt; in HUF_DecompressAsmArgs_init()
426 dt[uStart] = D; in HUF_readDTableX1_wksp_bmi2()
435 dt[uStart+0] = D; in HUF_readDTableX1_wksp_bmi2()
436 dt[uStart+1] = D; in HUF_readDTableX1_wksp_bmi2()
480 BYTE const c = dt[val].byte; in HUF_decodeSymbolX1()
672 void const* dt = DTable + 1; in HUF_decompress4X1_usingDTable_internal_bmi2_asm() local
1140 return dt[val].length; in HUF_decodeSymbolX2()
1148 if (dt[val].length==1) { in HUF_decodeLastSymbolX2()
[all …]
/linux/Documentation/devicetree/bindings/iommu/
H A Dmediatek,iommu.yaml131 dt-binding/memory/mt2712-larb-port.h for mt2712,
132 dt-binding/memory/mt6779-larb-port.h for mt6779,
133 dt-binding/memory/mt6795-larb-port.h for mt6795,
134 dt-binding/memory/mt8167-larb-port.h for mt8167,
135 dt-binding/memory/mt8173-larb-port.h for mt8173,
136 dt-binding/memory/mt8183-larb-port.h for mt8183,
137 dt-binding/memory/mt8186-memory-port.h for mt8186,
138 dt-binding/memory/mt8192-larb-port.h for mt8192.
139 dt-binding/memory/mt8195-memory-port.h for mt8195.
217 #include <dt-bindings/clock/mt8173-clk.h>
[all …]
/linux/Documentation/devicetree/bindings/i2c/
H A Dst,stm32-i2c.yaml145 #include <dt-bindings/mfd/stm32f7-rcc.h>
146 #include <dt-bindings/clock/stm32fx-clock.h>
160 #include <dt-bindings/mfd/stm32f7-rcc.h>
161 #include <dt-bindings/clock/stm32fx-clock.h>
175 #include <dt-bindings/mfd/stm32f7-rcc.h>
176 #include <dt-bindings/clock/stm32fx-clock.h>
178 #include <dt-bindings/interrupt-controller/arm-gic.h>
179 #include <dt-bindings/clock/stm32mp1-clks.h>
180 #include <dt-bindings/reset/stm32mp1-resets.h>
/linux/Documentation/devicetree/bindings/display/mediatek/
H A Dmediatek,padding.yaml43 2. Sub-system ID defined in the dt-binding like a user ID
44 (Please refer to include/dt-bindings/gce/<chip>-gce.h)
51 - description: Subsys ID defined in the dt-binding
67 #include <dt-bindings/interrupt-controller/arm-gic.h>
68 #include <dt-bindings/clock/mediatek,mt8188-clk.h>
69 #include <dt-bindings/power/mediatek,mt8188-power.h>
70 #include <dt-bindings/gce/mt8195-gce.h>
/linux/drivers/media/platform/renesas/
H A Drcar-isp.c40 #define ISPCS_DT_CODE03_DT3(dt) (((dt) & 0x3f) << 24) argument
42 #define ISPCS_DT_CODE03_DT2(dt) (((dt) & 0x3f) << 16) argument
44 #define ISPCS_DT_CODE03_DT1(dt) (((dt) & 0x3f) << 8) argument
46 #define ISPCS_DT_CODE03_DT0(dt) ((dt) & 0x3f) argument
202 u8 dt = format->datatype; in risp_start() local
206 ISPCS_DT_CODE03_EN3 | ISPCS_DT_CODE03_DT3(dt) | in risp_start()
207 ISPCS_DT_CODE03_EN2 | ISPCS_DT_CODE03_DT2(dt) | in risp_start()
208 ISPCS_DT_CODE03_EN1 | ISPCS_DT_CODE03_DT1(dt) | in risp_start()
209 ISPCS_DT_CODE03_EN0 | ISPCS_DT_CODE03_DT0(dt)); in risp_start()
/linux/arch/arm64/boot/dts/qcom/
H A Dpm660l.dtsi6 #include <dt-bindings/iio/qcom,spmi-vadc.h>
7 #include <dt-bindings/input/linux-event-codes.h>
8 #include <dt-bindings/interrupt-controller/irq.h>
9 #include <dt-bindings/spmi/spmi.h>
10 #include <dt-bindings/thermal/thermal.h>
/linux/arch/x86/kernel/
H A Ddevicetree.c295 void *dt; in x86_flattree_get_config() local
300 dt = early_memremap(initial_dtb, map_len); in x86_flattree_get_config()
301 size = fdt_totalsize(dt); in x86_flattree_get_config()
303 early_memunmap(dt, map_len); in x86_flattree_get_config()
304 dt = early_memremap(initial_dtb, size); in x86_flattree_get_config()
308 early_init_dt_verify(dt); in x86_flattree_get_config()
314 early_memunmap(dt, map_len); in x86_flattree_get_config()

12345678910>>...155