Home
last modified time | relevance | path

Searched refs:st (Results 251 – 275 of 1907) sorted by relevance

1...<<11121314151617181920>>...77

/openbmc/linux/scripts/kconfig/
H A Dexpr.h202 #define for_all_properties(sym, st, tok) \ argument
203 for (st = sym->prop; st; st = st->next) \
204 if (st->type == (tok))
205 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT) argument
206 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE) argument
207 #define for_all_prompts(sym, st) \ argument
208 for (st = sym->prop; st; st = st->next) \
209 if (st->text)
/openbmc/u-boot/arch/arm/dts/
H A Dstm32h743-pinctrl.dtsi60 st,bank-name = "GPIOA";
69 st,bank-name = "GPIOB";
78 st,bank-name = "GPIOC";
87 st,bank-name = "GPIOD";
96 st,bank-name = "GPIOE";
105 st,bank-name = "GPIOF";
114 st,bank-name = "GPIOG";
123 st,bank-name = "GPIOH";
132 st,bank-name = "GPIOI";
141 st,bank-name = "GPIOJ";
[all …]
/openbmc/u-boot/doc/device-tree-bindings/clock/
H A Dst,stm32mp1.txt8 RCC CLOCK = st,stm32mp1-rcc-clk
51 - st,pll
53 with associated index 0 to 3 (st,pll@0 to st,pll@4)
116 st,clkdiv = <
130 st,pll@0 {
134 st,pll@1 {
138 st,pll@2 {
142 st,pll@3 {
145 st,pkcs = <
189 st,bypass;
[all …]
/openbmc/u-boot/doc/device-tree-bindings/memory-controllers/
H A Dst,stm32mp1-ddr.txt6 - compatible : Should be "st,stm32mp1-ddr"
20 - st,mem-size : DDR mem size in byte
176 st,mem-speed = <533>;
177 st,mem-size = <0x40000000>;
179 st,ctl-reg = <
207 st,ctl-timing = <
222 st,ctl-map = <
234 st,ctl-perf = <
254 st,phy-reg = <
268 st,phy-timing = <
[all …]
/openbmc/linux/Documentation/devicetree/bindings/dma/
H A Dst_fdma.txt11 - st,stih407-fdma-mpe31-11, "st,slim-rproc";
12 - st,stih407-fdma-mpe31-12, "st,slim-rproc";
13 - st,stih407-fdma-mpe31-13, "st,slim-rproc";
26 compatible = "st,stih407-fdma-mpe31-11", "st,slim-rproc";
50 3. A 32bit mask specifying (see include/linux/platform_data/dma-st-fdma.h)
71 compatible = "st,sti-uni-player";
73 st,syscfg = <&syscfg_core>;
83 st,uniperiph-id = <2>;
84 st,version = <5>;
85 st,mode = "PCM";
/openbmc/linux/arch/arm/boot/dts/st/
H A Dspear320.dtsi19 compatible = "st,spear320-pinmux";
45 compatible = "st,sdhci-spear";
81 compatible = "st,spear-pwm";
131 st-plgpio,ngpio = <102>;
132 st-plgpio,enb-reg = <0x24>;
133 st-plgpio,wdata-reg = <0x34>;
134 st-plgpio,dir-reg = <0x44>;
135 st-plgpio,ie-reg = <0x64>;
136 st-plgpio,rdata-reg = <0x54>;
137 st-plgpio,mis-reg = <0x84>;
[all …]
H A Dstih418.dtsi30 compatible = "st,stih407-usb2-phy";
32 st,syscfg = <&syscfg_core 0xf8 0xf4>;
39 compatible = "st,stih407-usb2-phy";
41 st,syscfg = <&syscfg_core 0xfc 0xf4>;
53 compatible = "st,st-ohci-300x";
65 compatible = "st,st-ehci-300x";
79 compatible = "st,st-ohci-300x";
91 compatible = "st,st-ehci-300x";
111 compatible = "st,stih407-thermal";
/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Darm,pl18x.yaml105 st,sig-dir-dat0:
125 st,sig-dir-cmd:
135 st,sig-dir:
140 st,neg-edge:
145 st,use-ckin:
151 st,cmd-gpios:
156 st,ck-gpios:
161 st,ckin-gpios:
167 st,cmd-gpios: [ "st,use-ckin" ]
168 st,ck-gpios: [ "st,use-ckin" ]
[all …]
/openbmc/linux/drivers/iio/dac/
H A Dad5696-i2c.c15 static int ad5686_i2c_read(struct ad5686_state *st, u8 addr) in ad5686_i2c_read() argument
17 struct i2c_client *i2c = to_i2c_client(st->dev); in ad5686_i2c_read()
23 .buf = &st->data[0].d8[1], in ad5686_i2c_read()
29 .buf = (char *)&st->data[0].d16, in ad5686_i2c_read()
34 st->data[0].d32 = cpu_to_be32(AD5686_CMD(AD5686_CMD_NOOP) | in ad5686_i2c_read()
42 return be16_to_cpu(st->data[0].d16); in ad5686_i2c_read()
45 static int ad5686_i2c_write(struct ad5686_state *st, in ad5686_i2c_write() argument
48 struct i2c_client *i2c = to_i2c_client(st->dev); in ad5686_i2c_write()
51 st->data[0].d32 = cpu_to_be32(AD5686_CMD(cmd) | AD5686_ADDR(addr) in ad5686_i2c_write()
54 ret = i2c_master_send(i2c, &st->data[0].d8[1], 3); in ad5686_i2c_write()
/openbmc/linux/drivers/iio/accel/
H A Dadxl367_i2c.c28 struct adxl367_i2c_state *st = context; in adxl367_i2c_read_fifo() local
30 return regmap_noinc_read(st->regmap, ADXL367_I2C_FIFO_DATA, fifo_buf, in adxl367_i2c_read_fifo()
46 struct adxl367_i2c_state *st; in adxl367_i2c_probe() local
49 st = devm_kzalloc(&client->dev, sizeof(*st), GFP_KERNEL); in adxl367_i2c_probe()
50 if (!st) in adxl367_i2c_probe()
57 st->regmap = regmap; in adxl367_i2c_probe()
59 return adxl367_probe(&client->dev, &adxl367_i2c_ops, st, regmap, in adxl367_i2c_probe()
/openbmc/linux/Documentation/devicetree/bindings/serial/
H A Dst,stm32-uart.yaml4 $id: http://devicetree.org/schemas/serial/st,stm32-uart.yaml#
8 - Erwan Le Ray <erwan.leray@foss.st.com>
15 - st,stm32-uart
16 - st,stm32f7-uart
17 - st,stm32h7-uart
34 st,hw-flow-ctrl:
78 - st,hw-flow-ctrl
86 const: st,stm32-uart
95 - st,stm32-uart
96 - st,stm32f7-uart
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Ddebug.c538 st->rxerr_crc, in read_file_frameerrors()
540 st->rxerr_crc * 100 / st->rx_all_count : 0); in read_file_frameerrors()
544 st->rxerr_phy * 100 / st->rx_all_count : 0); in read_file_frameerrors()
555 st->rxerr_fifo * 100 / st->rx_all_count : 0); in read_file_frameerrors()
559 st->rxerr_decrypt * 100 / st->rx_all_count : 0); in read_file_frameerrors()
563 st->rxerr_mic * 100 / st->rx_all_count : 0); in read_file_frameerrors()
567 st->rxerr_proc * 100 / st->rx_all_count : 0); in read_file_frameerrors()
571 st->rxerr_jumbo * 100 / st->rx_all_count : 0); in read_file_frameerrors()
582 st->txerr_retry * 100 / st->tx_all_count : 0); in read_file_frameerrors()
586 st->txerr_fifo * 100 / st->tx_all_count : 0); in read_file_frameerrors()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dspear_spics.txt17 * compatible: should be defined as "st,spear-spics-gpio"
19 * st-spics,peripcfg-reg: peripheral configuration register offset
20 * st-spics,sw-enable-bit: bit offset to enable sw control
22 * st-spics,cs-enable-mask: chip select number bit mask
23 * st-spics,cs-enable-shift: chip select number program offset
32 compatible = "st,spear-spics-gpio";
34 st-spics,peripcfg-reg = <0x3b0>;
35 st-spics,sw-enable-bit = <12>;
36 st-spics,cs-value-bit = <11>;
37 st-spics,cs-enable-mask = <3>;
[all …]
/openbmc/linux/include/linux/
H A Dhid-sensor-hub.h252 struct hid_sensor_common *st,
255 int hid_sensor_write_raw_hyst_value(struct hid_sensor_common *st,
259 int hid_sensor_read_raw_hyst_value(struct hid_sensor_common *st,
261 int hid_sensor_read_raw_hyst_rel_value(struct hid_sensor_common *st,
263 int hid_sensor_write_samp_freq_value(struct hid_sensor_common *st,
265 int hid_sensor_read_samp_freq_value(struct hid_sensor_common *st,
275 s32 hid_sensor_read_poll_value(struct hid_sensor_common *st);
277 int64_t hid_sensor_convert_timestamp(struct hid_sensor_common *st,
279 bool hid_sensor_batch_mode_supported(struct hid_sensor_common *st);
280 int hid_sensor_set_report_latency(struct hid_sensor_common *st, int latency);
[all …]
/openbmc/linux/tools/perf/
H A Dbuiltin-lock.c95 return st; in thread_stat_find()
132 if (st) in thread_stat_findnew_after_first()
133 return st; in thread_stat_findnew_after_first()
136 if (!st) { in thread_stat_findnew_after_first()
146 return st; in thread_stat_findnew_after_first()
158 if (!st) { in thread_stat_findnew_first()
169 return st; in thread_stat_findnew_first()
1736 st->name, get_type_name(st->flags)); in print_lock_stat_stdio()
1749 if (!st->callstack || !st->callstack[i]) in print_lock_stat_stdio()
1786 st->name, sep, get_type_name(st->flags)); in print_lock_stat_csv()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Dst-fsm.txt4 - compatible : Should be "st,spi-fsm"
11 - st,syscfg : Phandle to boot-device system configuration registers
12 - st,boot-device-reg : Address of the aforementioned boot-device register(s)
13 - st,boot-device-spi : Expected boot-device value if booted via this device
17 compatible = "st,spi-fsm";
21 st,syscfg = <&syscfg_rear>;
22 st,boot-device-reg = <0x958>;
23 st,boot-device-spi = <0x1a>;
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_component.c367 line_sz = st->vsize - st->afbc_crop_t - st->afbc_crop_b; in d71_layer_validate()
369 line_sz = st->hsize - st->afbc_crop_l - st->afbc_crop_r; in d71_layer_validate()
621 malidp_write32(reg, BLK_SIZE, HV_SIZE(st->hsize, st->vsize)); in d71_compiz_update()
732 st->hsize_out, st->vsize_out); in d71_scaler_update()
757 u32 dst_a = st->total_hsize_out - st->hsize_out + st->left_crop; in d71_scaler_update()
763 2 * st->total_hsize_out * (st->total_hsize_in - in d71_scaler_update()
764 st->hsize_in)) << 15) / st->total_hsize_out; in d71_scaler_update()
766 init_ph = (st->total_hsize_in << 15) / st->total_hsize_out; in d71_scaler_update()
771 delta_ph = (st->total_hsize_in << 16) / st->total_hsize_out; in d71_scaler_update()
774 init_ph = (st->total_vsize_in << 15) / st->vsize_out; in d71_scaler_update()
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Dcpu_entry_area.h58 #define CEA_ESTACK_SIZE(st) \ argument
59 sizeof(((struct cea_exception_stacks *)0)->st## _stack)
61 #define CEA_ESTACK_BOT(ceastp, st) \ argument
62 ((unsigned long)&(ceastp)->st## _stack)
64 #define CEA_ESTACK_TOP(ceastp, st) \ argument
65 (CEA_ESTACK_BOT(ceastp, st) + CEA_ESTACK_SIZE(st))
67 #define CEA_ESTACK_OFFS(st) \ argument
68 offsetof(struct cea_exception_stacks, st## _stack)
/openbmc/linux/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_magn.h16 int inv_mpu_magn_probe(struct inv_mpu6050_state *st);
24 static inline int inv_mpu_magn_get_scale(const struct inv_mpu6050_state *st, in inv_mpu_magn_get_scale() argument
29 *val2 = st->magn_raw_to_gauss[chan->address]; in inv_mpu_magn_get_scale()
33 int inv_mpu_magn_set_rate(const struct inv_mpu6050_state *st, int fifo_rate);
35 int inv_mpu_magn_set_orient(struct inv_mpu6050_state *st);
37 int inv_mpu_magn_read(struct inv_mpu6050_state *st, int axis, int *val);
/openbmc/linux/tools/perf/util/
H A Ddata.c105 struct stat st; in perf_data__open_dir() local
158 struct stat st; in perf_data__update_dir() local
171 struct stat st; in check_pipe() local
177 if (!fstat(fd, &st) && S_ISFIFO(st.st_mode)) in check_pipe()
205 struct stat st; in check_backup() local
210 if (!stat(data->path, &st) && st.st_size) { in check_backup()
239 struct stat st; in is_dir() local
250 struct stat st; in open_file_read() local
269 if (!data->force && st.st_uid && (st.st_uid != geteuid())) { in open_file_read()
505 struct stat st; in perf_data__kallsyms_name() local
[all …]
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dst,stm32-lptimer.yaml20 - Fabrice Gasnier <fabrice.gasnier@foss.st.com>
24 const: st,stm32-lptimer
53 const: st,stm32-pwm-lp
68 const: st,stm32-lptimer-counter
79 const: st,stm32-lptimer-timer
91 const: st,stm32-lptimer-trigger
118 compatible = "st,stm32-lptimer";
127 compatible = "st,stm32-pwm-lp";
132 compatible = "st,stm32-lptimer-trigger";
137 compatible = "st,stm32-lptimer-counter";
[all …]
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dti,bluetooth.yaml33 - ti,wl1271-st
34 - ti,wl1273-st
35 - ti,wl1281-st
36 - ti,wl1283-st
37 - ti,wl1285-st
38 - ti,wl1801-st
39 - ti,wl1805-st
40 - ti,wl1807-st
41 - ti,wl1831-st
42 - ti,wl1835-st
[all …]
/openbmc/linux/tools/testing/selftests/memfd/
H A Dfuse_mnt.c27 static int memfd_getattr(const char *path, struct stat *st) in memfd_getattr() argument
29 memset(st, 0, sizeof(*st)); in memfd_getattr()
32 st->st_mode = S_IFDIR | 0755; in memfd_getattr()
33 st->st_nlink = 2; in memfd_getattr()
35 st->st_mode = S_IFREG | 0444; in memfd_getattr()
36 st->st_nlink = 1; in memfd_getattr()
37 st->st_size = strlen(memfd_content); in memfd_getattr()
/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Ddebug.c160 le32_to_cpu(st->pwr_clk_freq), st->is_ext_pwr_clk ? "yes" : "no"); in wfx_rx_stats_show()
162 st->nb_rx_frame, st->per_total, st->throughput); in wfx_rx_stats_show()
169 le32_to_cpu(st->nb_rx_by_rate[i]), in wfx_rx_stats_show()
170 le16_to_cpu(st->per[i]), in wfx_rx_stats_show()
172 (s16)le16_to_cpu(st->snr[i]) / 100, in wfx_rx_stats_show()
173 (s16)le16_to_cpu(st->cfo[i])); in wfx_rx_stats_show()
188 tmp = le16_to_cpu(st->tx_gain_dig); in wfx_tx_power_loop_show()
190 tmp = le16_to_cpu(st->tx_gain_pa); in wfx_tx_power_loop_show()
192 tmp = (s16)le16_to_cpu(st->target_pout); in wfx_tx_power_loop_show()
194 tmp = (s16)le16_to_cpu(st->p_estimation); in wfx_tx_power_loop_show()
[all …]
/openbmc/linux/drivers/nfc/st-nci/
H A DMakefile6 st-nci-objs = ndlc.o core.o se.o vendor_cmds.o
7 obj-$(CONFIG_NFC_ST_NCI) += st-nci.o
9 st-nci_i2c-objs = i2c.o
10 obj-$(CONFIG_NFC_ST_NCI_I2C) += st-nci_i2c.o
12 st-nci_spi-objs = spi.o
13 obj-$(CONFIG_NFC_ST_NCI_SPI) += st-nci_spi.o

1...<<11121314151617181920>>...77