Home
last modified time | relevance | path

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

123

/linux/drivers/regulator/
H A 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 …]
H A Dtps65218-regulator.c69 struct tps65218 *tps = rdev_get_drvdata(dev); in tps65218_pmic_set_voltage_sel() local
92 struct tps65218 *tps = rdev_get_drvdata(dev); in tps65218_pmic_enable() local
106 struct tps65218 *tps = rdev_get_drvdata(dev); in tps65218_pmic_disable() local
119 struct tps65218 *tps = rdev_get_drvdata(dev); in tps65218_pmic_set_suspend_enable() local
132 struct tps65218 *tps = rdev_get_drvdata(dev); in tps65218_pmic_set_suspend_disable() local
192 struct tps65218 *tps = rdev_get_drvdata(dev); in tps65218_pmic_set_input_current_lim() local
210 struct tps65218 *tps = rdev_get_drvdata(dev); in tps65218_pmic_set_current_limit() local
305 struct tps65218 *tps = dev_get_drvdata(pdev->dev.parent); in tps65218_regulator_probe() local
H A 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
/linux/drivers/rtc/
H A Drtc-tps6594.c52 struct tps6594 *tps = dev_get_drvdata(dev->parent); in tps6594_rtc_alarm_irq_enable() local
62 static int tps6594_rtc_shadow_timestamp(struct device *dev, struct tps6594 *tps) in tps6594_rtc_shadow_timestamp()
86 struct tps6594 *tps = dev_get_drvdata(dev->parent); in tps6594_rtc_read_time() local
121 struct tps6594 *tps = dev_get_drvdata(dev->parent); in tps6594_rtc_set_time() local
153 struct tps6594 *tps = dev_get_drvdata(dev->parent); in tps6594_rtc_read_alarm() local
180 struct tps6594 *tps = dev_get_drvdata(dev->parent); in tps6594_rtc_set_alarm() local
209 struct tps6594 *tps = dev_get_drvdata(dev->parent); in tps6594_rtc_set_calibration() local
239 struct tps6594 *tps = dev_get_drvdata(dev->parent); in tps6594_rtc_get_calibration() local
335 struct tps6594 *tps = dev_get_drvdata(dev->parent); in tps6594_rtc_interrupt() local
361 struct tps6594 *tps = dev_get_drvdata(pdev->dev.parent); in tps6594_rtc_probe() local
[all …]
H A 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/drivers/mfd/
H A Dtps65218.c47 int tps65218_reg_write(struct tps65218 *tps, unsigned int reg, in tps65218_reg_write()
79 static int tps65218_update_bits(struct tps65218 *tps, unsigned int reg, in tps65218_update_bits()
103 int tps65218_set_bits(struct tps65218 *tps, unsigned int reg, in tps65218_set_bits()
110 int tps65218_clear_bits(struct tps65218 *tps, unsigned int reg, in tps65218_clear_bits()
205 static int tps65218_voltage_set_strict(struct tps65218 *tps) in tps65218_voltage_set_strict()
227 static int tps65218_voltage_set_uv_hyst(struct tps65218 *tps) in tps65218_voltage_set_uv_hyst()
248 static int tps65218_voltage_set_uvlo(struct tps65218 *tps) in tps65218_voltage_set_uvlo()
284 struct tps65218 *tps; in tps65218_probe() local
H A Dtps65010.c185 struct tps65010 *tps = s->private; in dbg_show() local
308 static void tps65010_interrupt(struct tps65010 *tps) in tps65010_interrupt()
400 struct tps65010 *tps; in tps65010_work() local
435 struct tps65010 *tps = _tps; in tps65010_irq() local
467 struct tps65010 *tps; in tps65010_output() local
484 struct tps65010 *tps; in tps65010_gpio_get() local
509 struct tps65010 *tps = i2c_get_clientdata(client); in tps65010_remove() local
523 struct tps65010 *tps; in tps65010_probe() local
H A Dtps6594-spi.c33 struct tps6594 *tps = spi_get_drvdata(spi); in tps6594_spi_reg_read() local
59 struct tps6594 *tps = spi_get_drvdata(spi); in tps6594_spi_reg_write() local
97 struct tps6594 *tps; in tps6594_spi_probe() local
H A Dtps65086.c67 struct tps65086 *tps; in tps65086_probe() local
123 struct tps65086 *tps = i2c_get_clientdata(client); in tps65086_remove() local
H A Dtps6594-i2c.c111 struct tps6594 *tps = i2c_get_clientdata(client); in tps6594_i2c_read() local
149 struct tps6594 *tps = i2c_get_clientdata(client); in tps6594_i2c_write() local
212 struct tps6594 *tps; in tps6594_i2c_probe() local
H A Dtps65912-i2c.c26 struct tps65912 *tps; in tps65912_i2c_probe() local
H A Dtps65912-core.c89 int tps65912_device_init(struct tps65912 *tps) in tps65912_device_init()
/linux/tools/perf/util/
H A Dtrace-event-info.c144 static bool name_in_tp_list(char *sys, struct tracepoint_path *tps) in name_in_tp_list()
155 #define for_each_event_tps(dir, dent, tps) \ argument
161 static int copy_event_system(const char *sys, struct tracepoint_path *tps) in copy_event_system()
224 static int record_ftrace_files(struct tracepoint_path *tps) in record_ftrace_files()
242 static bool system_in_tp_list(char *sys, struct tracepoint_path *tps) in system_in_tp_list()
253 static int record_event_files(struct tracepoint_path *tps) in record_event_files()
392 put_tracepoints_path(struct tracepoint_path *tps) in put_tracepoints_path()
595 struct tracepoint_path *tps; in tracing_data_get() local
/linux/include/linux/mfd/
H A 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/drivers/input/misc/
H A Dtps65219-pwrbutton.c47 struct tps65219 *tps = dev_get_drvdata(pdev->dev.parent); in tps65219_pb_probe() local
122 struct tps65219 *tps = dev_get_drvdata(pdev->dev.parent); in tps65219_pb_remove() local
/linux/drivers/media/usb/dvb-usb/
H A DcinergyT2.h57 uint16_t tps; member
73 __le16 tps; member
/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-osd335x-common.dtsi53 tps: tps@24 { label
H A Dam335x-tqma335x.dtsi122 tps: pmic@2d { label
H A Dam335x-chilisom.dtsi63 tps: tps@24 { label
H A Dam3517-craneboard.dts40 tps: tps@2d { label
H A Dam335x-nano.dts229 tps: tps@24 { label
H A Dam335x-igep0033.dtsi203 tps: tps@2d { label
/linux/arch/arm/boot/dts/rockchip/
H A Drk3066a-bqcurie2.dts82 tps: tps@2d { label
H A Drk3066a-marsboard.dts98 tps: tps@2d { label
/linux/arch/arm/boot/dts/ti/davinci/
H A Dda850-evm.dts234 tps: tps@48 { label

123