Home
last modified time | relevance | path

Searched defs:spi (Results 201 - 225 of 1204) sorted by relevance

12345678910>>...49

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dmax31722.c33 struct spi_device *spi = data->spi_device; in max31722_set_mode() local
71 static int max31722_probe(struct spi_device *spi) in max31722_probe() argument
103 max31722_remove(struct spi_device *spi) max31722_remove() argument
[all...]
H A Dlm70.c39 struct spi_device *spi; member
49 struct spi_device *spi = p_lm70->spi; in temp1_input_show() local
151 static int lm70_probe(struct spi_device *spi) in lm70_probe() argument
[all...]
/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dmax11100.c32 struct spi_device *spi; member
104 static int max11100_probe(struct spi_device *spi) in max11100_probe() argument
145 max11100_remove(struct spi_device *spi) max11100_remove() argument
[all...]
/kernel/linux/linux-5.10/drivers/iio/potentiometer/
H A Dmax5487.c25 struct spi_device *spi; member
44 static int max5487_write_cmd(struct spi_device *spi, u16 cmd) in max5487_write_cmd() argument
84 static int max5487_spi_probe(struct spi_device *spi) in max5487_spi_probe() argument
115 max5487_spi_remove(struct spi_device *spi) max5487_spi_remove() argument
[all...]
/kernel/linux/linux-5.10/drivers/iio/resolver/
H A Dad2s1200.c132 static int ad2s1200_probe(struct spi_device *spi) in ad2s1200_probe() argument
[all...]
/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-max6916.c34 struct spi_device *spi = to_spi_device(dev); in max6916_read_reg() local
44 struct spi_device *spi = to_spi_device(dev); in max6916_write_reg() local
55 struct spi_device *spi = to_spi_device(dev); in max6916_read_time() local
79 struct spi_device *spi = to_spi_device(dev); in max6916_set_time() local
107 max6916_probe(struct spi_device *spi) max6916_probe() argument
[all...]
H A Drtc-max6902.c31 struct spi_device *spi = to_spi_device(dev); in max6902_set_reg() local
44 struct spi_device *spi = to_spi_device(dev); in max6902_get_reg() local
55 struct spi_device *spi = to_spi_device(dev); in max6902_read_time() local
119 static int max6902_probe(struct spi_device *spi) in max6902_probe() argument
[all...]
H A Drtc-m41t94.c31 struct spi_device *spi = to_spi_device(dev); in m41t94_set_time() local
58 struct spi_device *spi = to_spi_device(dev); in m41t94_read_time() local
109 m41t94_probe(struct spi_device *spi) m41t94_probe() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/
H A Dspi.c227 static int wl1251_spi_probe(struct spi_device *spi) in wl1251_spi_probe() argument
330 wl1251_spi_remove(struct spi_device *spi) wl1251_spi_remove() argument
[all...]
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-clps711x.c39 struct spi_device *spi = msg->spi; in spi_clps711x_prepare_message() local
47 spi_clps711x_transfer_one(struct spi_master *master, struct spi_device *spi, struct spi_transfer *xfer) spi_clps711x_transfer_one() argument
H A Dspi-cavium.c33 struct spi_device *spi = msg->spi; in octeon_spi_do_transfer() local
[all...]
/kernel/linux/linux-5.10/drivers/video/backlight/
H A Dltv350qv.c21 struct spi_device *spi; member
226 static int ltv350qv_probe(struct spi_device *spi) in ltv350qv_probe() argument
258 ltv350qv_remove(struct spi_device *spi) ltv350qv_remove() argument
285 ltv350qv_shutdown(struct spi_device *spi) ltv350qv_shutdown() argument
[all...]
H A Dili9320.h39 struct ili9320_spi spi; /* SPI attachged device. */ member
H A Dtosa_bl.c38 struct spi_device *spi = dev_get_platdata(&data->i2c->dev); in tosa_bl_set_backlight() local
H A Dlms283gf05.c20 struct spi_device *spi; member
103 static void lms283gf05_toggle(struct spi_device *spi, in lms283gf05_toggle() argument
127 struct spi_device *spi = st->spi; in lms283gf05_power_set() local
150 lms283gf05_probe(struct spi_device *spi) lms283gf05_probe() argument
[all...]
/kernel/linux/linux-5.10/net/ipv6/
H A Dipcomp6.c48 __be32 spi; in ipcomp6_err() local
116 __be32 spi; in ipcomp6_tunnel_attach() local
/kernel/linux/linux-5.10/drivers/mfd/
H A Dintel-m10-bmc.c98 static int intel_m10_bmc_spi_probe(struct spi_device *spi) in intel_m10_bmc_spi_probe() argument
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_mipi_dbi.h55 struct spi_device *spi; member
/kernel/linux/linux-6.6/drivers/mfd/
H A Dmc13xxx-spi.c67 struct spi_device *spi = to_spi_device(dev); in mc13xxx_spi_read() local
92 struct spi_device *spi = to_spi_device(dev); in mc13xxx_spi_write() local
125 mc13xxx_spi_probe(struct spi_device *spi) mc13xxx_spi_probe() argument
168 mc13xxx_spi_remove(struct spi_device *spi) mc13xxx_spi_remove() argument
[all...]
H A Drk8xx-spi.c44 struct spi_device *spi = to_spi_device(dev); in rk806_spi_bus_write() local
67 struct spi_device *spi = to_spi_device(dev); in rk806_spi_bus_read() local
87 static int rk8xx_spi_probe(struct spi_device *spi) in rk8xx_spi_probe() argument
[all...]
H A Dstmpe-spi.c22 struct spi_device *spi = stmpe->client; in spi_reg_read() local
30 struct spi_device *spi = stmpe->client; in spi_reg_write() local
66 struct spi_device *spi = stmpe->client; in spi_init() local
87 stmpe_spi_probe(struct spi_device *spi) stmpe_spi_probe() argument
105 stmpe_spi_remove(struct spi_device *spi) stmpe_spi_remove() argument
[all...]
H A Dtps6594-spi.c28 struct spi_device *spi = context; in tps6594_spi_reg_read() local
54 struct spi_device *spi = context; in tps6594_spi_reg_write() local
88 static int tps6594_spi_probe(struct spi_device *spi) in tps6594_spi_probe() argument
[all...]
H A Darizona-spi.c191 static int arizona_spi_probe(struct spi_device *spi) in arizona_spi_probe() argument
257 arizona_spi_remove(struct spi_device *spi) arizona_spi_remove() argument
[all...]
H A Dintel-m10-bmc-spi.c61 static int intel_m10_bmc_spi_probe(struct spi_device *spi) in intel_m10_bmc_spi_probe() argument
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/
H A Dsysfs.c13 struct spi_device *spi = to_spi_device(dev); in manufacturer_show() local
24 struct spi_device *spi = to_spi_device(dev); in partname_show() local
35 struct spi_device *spi in jedec_id_show() local
56 struct spi_device *spi = to_spi_device(kobj_to_dev(kobj)); sfdp_read() local
75 struct spi_device *spi = to_spi_device(kobj_to_dev(kobj)); spi_nor_sysfs_is_visible() local
90 struct spi_device *spi = to_spi_device(kobj_to_dev(kobj)); spi_nor_sysfs_is_bin_visible() local
[all...]

Completed in 8 milliseconds

12345678910>>...49