Home
last modified time | relevance | path

Searched defs:tps (Results 1 – 25 of 67) sorted by relevance

123

/linux-6.1.9/drivers/usb/typec/tipd/
Dcore.c119 tps6598x_block_read(struct tps6598x *tps, u8 reg, void *val, size_t len) in tps6598x_block_read()
141 static int tps6598x_block_write(struct tps6598x *tps, u8 reg, in tps6598x_block_write()
158 static inline int tps6598x_read8(struct tps6598x *tps, u8 reg, u8 *val) in tps6598x_read8()
163 static inline int tps6598x_read16(struct tps6598x *tps, u8 reg, u16 *val) in tps6598x_read16()
168 static inline int tps6598x_read32(struct tps6598x *tps, u8 reg, u32 *val) in tps6598x_read32()
173 static inline int tps6598x_read64(struct tps6598x *tps, u8 reg, u64 *val) in tps6598x_read64()
178 static inline int tps6598x_write16(struct tps6598x *tps, u8 reg, u16 val) in tps6598x_write16()
183 static inline int tps6598x_write32(struct tps6598x *tps, u8 reg, u32 val) in tps6598x_write32()
188 static inline int tps6598x_write64(struct tps6598x *tps, u8 reg, u64 val) in tps6598x_write64()
194 tps6598x_write_4cc(struct tps6598x *tps, u8 reg, const char *val) in tps6598x_write_4cc()
[all …]
/linux-6.1.9/drivers/mfd/
Dtps65217.c39 struct tps65217 *tps = irq_data_get_irq_chip_data(data); in tps65217_irq_lock() local
46 struct tps65217 *tps = irq_data_get_irq_chip_data(data); in tps65217_irq_sync_unlock() local
59 struct tps65217 *tps = irq_data_get_irq_chip_data(data); in tps65217_irq_enable() local
67 struct tps65217 *tps = irq_data_get_irq_chip_data(data); in tps65217_irq_disable() local
106 struct tps65217 *tps = data; in tps65217_irq_thread() local
135 struct tps65217 *tps = h->host_data; in tps65217_irq_map() local
150 static int tps65217_irq_init(struct tps65217 *tps, int irq) in tps65217_irq_init()
190 int tps65217_reg_read(struct tps65217 *tps, unsigned int reg, in tps65217_reg_read()
205 int tps65217_reg_write(struct tps65217 *tps, unsigned int reg, in tps65217_reg_write()
251 static int tps65217_update_bits(struct tps65217 *tps, unsigned int reg, in tps65217_update_bits()
[all …]
Dtps65218.c48 int tps65218_reg_write(struct tps65218 *tps, unsigned int reg, in tps65218_reg_write()
80 static int tps65218_update_bits(struct tps65218 *tps, unsigned int reg, in tps65218_update_bits()
104 int tps65218_set_bits(struct tps65218 *tps, unsigned int reg, in tps65218_set_bits()
111 int tps65218_clear_bits(struct tps65218 *tps, unsigned int reg, in tps65218_clear_bits()
206 static int tps65218_voltage_set_strict(struct tps65218 *tps) in tps65218_voltage_set_strict()
228 static int tps65218_voltage_set_uv_hyst(struct tps65218 *tps) in tps65218_voltage_set_uv_hyst()
249 static int tps65218_voltage_set_uvlo(struct tps65218 *tps) in tps65218_voltage_set_uvlo()
286 struct tps65218 *tps; in tps65218_probe() local
Dtps65010.c184 struct tps65010 *tps = s->private; in dbg_show() local
307 static void tps65010_interrupt(struct tps65010 *tps) in tps65010_interrupt()
399 struct tps65010 *tps; in tps65010_work() local
434 struct tps65010 *tps = _tps; in tps65010_irq() local
464 struct tps65010 *tps; in tps65010_output() local
481 struct tps65010 *tps; in tps65010_gpio_get() local
506 struct tps65010 *tps = i2c_get_clientdata(client); in tps65010_remove() local
525 struct tps65010 *tps; in tps65010_probe() local
Dtps65912-spi.c26 struct tps65912 *tps; in tps65912_spi_probe() local
47 struct tps65912 *tps = spi_get_drvdata(spi); in tps65912_spi_remove() local
Dtps65912-i2c.c27 struct tps65912 *tps; in tps65912_i2c_probe() local
48 struct tps65912 *tps = i2c_get_clientdata(client); in tps65912_i2c_remove() local
Dtps65912-core.c89 int tps65912_device_init(struct tps65912 *tps) in tps65912_device_init()
110 void tps65912_device_exit(struct tps65912 *tps) in tps65912_device_exit()
Dtps65086.c67 struct tps65086 *tps; in tps65086_probe() local
116 struct tps65086 *tps = i2c_get_clientdata(client); in tps65086_remove() local
/linux-6.1.9/drivers/regulator/
Dtps6507x-regulator.c113 static inline int tps6507x_pmic_read(struct tps6507x_pmic *tps, u8 reg) in tps6507x_pmic_read()
126 static inline int tps6507x_pmic_write(struct tps6507x_pmic *tps, u8 reg, u8 val) in tps6507x_pmic_write()
131 static int tps6507x_pmic_set_bits(struct tps6507x_pmic *tps, u8 reg, u8 mask) in tps6507x_pmic_set_bits()
154 static int tps6507x_pmic_clear_bits(struct tps6507x_pmic *tps, u8 reg, u8 mask) in tps6507x_pmic_clear_bits()
177 static int tps6507x_pmic_reg_read(struct tps6507x_pmic *tps, u8 reg) in tps6507x_pmic_reg_read()
191 static int tps6507x_pmic_reg_write(struct tps6507x_pmic *tps, u8 reg, u8 val) in tps6507x_pmic_reg_write()
207 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); in tps6507x_pmic_is_enabled() local
225 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); in tps6507x_pmic_enable() local
238 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); in tps6507x_pmic_disable() local
252 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); in tps6507x_pmic_get_voltage_sel() local
[all …]
Dtps65218-regulator.c70 struct tps65218 *tps = rdev_get_drvdata(dev); in tps65218_pmic_set_voltage_sel() local
93 struct tps65218 *tps = rdev_get_drvdata(dev); in tps65218_pmic_enable() local
107 struct tps65218 *tps = rdev_get_drvdata(dev); in tps65218_pmic_disable() local
120 struct tps65218 *tps = rdev_get_drvdata(dev); in tps65218_pmic_set_suspend_enable() local
133 struct tps65218 *tps = rdev_get_drvdata(dev); in tps65218_pmic_set_suspend_disable() local
193 struct tps65218 *tps = rdev_get_drvdata(dev); in tps65218_pmic_set_input_current_lim() local
211 struct tps65218 *tps = rdev_get_drvdata(dev); in tps65218_pmic_set_current_limit() local
306 struct tps65218 *tps = dev_get_drvdata(pdev->dev.parent); in tps65218_regulator_probe() local
Dtps65217-regulator.c66 struct tps65217 *tps = rdev_get_drvdata(dev); in tps65217_pmic_enable() local
80 struct tps65217 *tps = rdev_get_drvdata(dev); in tps65217_pmic_disable() local
95 struct tps65217 *tps = rdev_get_drvdata(dev); in tps65217_pmic_set_voltage_sel() local
116 struct tps65217 *tps = rdev_get_drvdata(dev); in tps65217_pmic_set_suspend_enable() local
129 struct tps65217 *tps = rdev_get_drvdata(dev); in tps65217_pmic_set_suspend_disable() local
215 struct tps65217 *tps = dev_get_drvdata(pdev->dev.parent); in tps65217_regulator_probe() local
Dtps62360-regulator.c81 static bool find_voltage_set_register(struct tps62360_chip *tps, in find_voltage_set_register()
109 struct tps62360_chip *tps = rdev_get_drvdata(dev); in tps62360_dcdc_get_voltage_sel() local
127 struct tps62360_chip *tps = rdev_get_drvdata(dev); in tps62360_dcdc_set_voltage_sel() local
163 struct tps62360_chip *tps = rdev_get_drvdata(rdev); in tps62360_set_mode() local
208 struct tps62360_chip *tps = rdev_get_drvdata(rdev); in tps62360_get_mode() local
232 static int tps62360_init_dcdc(struct tps62360_chip *tps, in tps62360_init_dcdc()
331 struct tps62360_chip *tps; in tps62360_probe() local
471 struct tps62360_chip *tps = i2c_get_clientdata(client); in tps62360_shutdown() local
Dtps65132-regulator.c63 struct tps65132_regulator *tps = rdev_get_drvdata(rdev); in tps65132_regulator_enable() local
89 struct tps65132_regulator *tps = rdev_get_drvdata(rdev); in tps65132_regulator_disable() local
110 struct tps65132_regulator *tps = rdev_get_drvdata(rdev); in tps65132_regulator_is_enabled() local
135 struct tps65132_regulator *tps = config->driver_data; in tps65132_of_parse_cb() local
226 struct tps65132_regulator *tps; in tps65132_probe() local
Dtps65219-regulator.c141 struct tps65219 *tps = rdev_get_drvdata(dev); in tps65219_set_mode() local
159 struct tps65219 *tps = rdev_get_drvdata(dev); in tps65219_get_mode() local
182 struct tps65219 *tps = rdev_get_drvdata(dev); in tps65219_set_bypass() local
325 struct tps65219 *tps = dev_get_drvdata(pdev->dev.parent); in tps65219_regulator_probe() local
Dtps51632-regulator.c83 struct tps51632_chip *tps = rdev_get_drvdata(rdev); in tps51632_dcdc_set_ramp_delay() local
106 static int tps51632_init_dcdc(struct tps51632_chip *tps, in tps51632_init_dcdc()
255 struct tps51632_chip *tps; in tps51632_probe() local
Dtps65023-regulator.c170 struct tps_pmic *tps = rdev_get_drvdata(dev); in tps65023_dcdc_get_voltage_sel() local
185 struct tps_pmic *tps = rdev_get_drvdata(dev); in tps65023_dcdc_set_voltage_sel() local
265 struct tps_pmic *tps; in tps_65023_probe() local
/linux-6.1.9/drivers/rtc/
Drtc-tps65910.c50 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_alarm_irq_enable() local
71 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_read_time() local
102 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_set_time() local
144 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_read_alarm() local
174 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_set_alarm() local
205 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_set_calibration() local
250 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_get_calibration() local
333 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_interrupt() local
/linux-6.1.9/tools/perf/util/
Dtrace-event-info.c152 static bool name_in_tp_list(char *sys, struct tracepoint_path *tps) in name_in_tp_list()
163 #define for_each_event_tps(dir, dent, tps) \ argument
169 static int copy_event_system(const char *sys, struct tracepoint_path *tps) in copy_event_system()
232 static int record_ftrace_files(struct tracepoint_path *tps) in record_ftrace_files()
250 static bool system_in_tp_list(char *sys, struct tracepoint_path *tps) in system_in_tp_list()
261 static int record_event_files(struct tracepoint_path *tps) in record_event_files()
399 put_tracepoints_path(struct tracepoint_path *tps) in put_tracepoints_path()
590 struct tracepoint_path *tps; in tracing_data_get() local
/linux-6.1.9/drivers/video/backlight/
Dtps65217_bl.c21 struct tps65217 *tps; member
170 struct tps65217 *tps = dev_get_drvdata(pdev->dev.parent); in tps65217_bl_parse_dt() local
256 struct tps65217 *tps = dev_get_drvdata(pdev->dev.parent); in tps65217_bl_probe() local
/linux-6.1.9/include/linux/mfd/
Dtps65090.h116 struct tps65090 *tps = dev_get_drvdata(dev); in tps65090_write() local
123 struct tps65090 *tps = dev_get_drvdata(dev); in tps65090_read() local
136 struct tps65090 *tps = dev_get_drvdata(dev); in tps65090_set_bits() local
144 struct tps65090 *tps = dev_get_drvdata(dev); in tps65090_clr_bits() local
/linux-6.1.9/drivers/gpio/
Dgpio-tps65912.c20 struct tps65912 *tps; member
100 struct tps65912 *tps = dev_get_drvdata(pdev->dev.parent); in tps65912_gpio_probe() local
/linux-6.1.9/drivers/power/supply/
Dtps65217_charger.c31 struct tps65217 *tps; member
186 struct tps65217 *tps = dev_get_drvdata(pdev->dev.parent); in tps65217_charger_probe() local
/linux-6.1.9/drivers/media/usb/dvb-usb/
DcinergyT2.h57 uint16_t tps; member
73 __le16 tps; member
/linux-6.1.9/arch/arm/boot/dts/
Dam335x-osd335x-common.dtsi52 tps: tps@24 { label
Dam335x-chilisom.dtsi63 tps: tps@24 { label

123