Home
last modified time | relevance | path

Searched refs:sp2 (Results 1 – 4 of 4) sorted by relevance

/drivers/media/dvb-frontends/
Dsp2.c17 static int sp2_read_i2c(struct sp2 *s, u8 reg, u8 *buf, int len) in sp2_read_i2c()
53 static int sp2_write_i2c(struct sp2 *s, u8 reg, u8 *buf, int len) in sp2_write_i2c()
95 struct sp2 *s = en50221->data; in sp2_ci_op_cam()
176 struct sp2 *s = en50221->data; in sp2_ci_slot_reset()
208 struct sp2 *s = en50221->data; in sp2_ci_slot_shutdown()
218 struct sp2 *s = en50221->data; in sp2_ci_slot_ts_enable()
236 struct sp2 *s = en50221->data; in sp2_ci_poll_slot_status()
263 static int sp2_init(struct sp2 *s) in sp2_init()
347 struct sp2 *s; in sp2_exit()
370 struct sp2 *s; in sp2_probe()
[all …]
Dsp2_priv.h15 struct sp2 { struct
DMakefile119 obj-$(CONFIG_DVB_SP2) += sp2.o
/drivers/usb/serial/
Dmos7720.c771 __u8 sp2; in mos7720_interrupt_callback() local
806 sp2 = data[2]; in mos7720_interrupt_callback()
808 if ((sp1 | sp2) & 0x01) { in mos7720_interrupt_callback()
824 switch (sp2 & 0x0f) { in mos7720_interrupt_callback()