Home
last modified time | relevance | path

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

/linux/drivers/media/dvb-frontends/
H A 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()
369 struct sp2 *s; in sp2_probe()
[all …]
H A Dsp2_priv.h15 struct sp2 { struct
H A DMakefile100 obj-$(CONFIG_DVB_SP2) += sp2.o
/linux/arch/x86/kvm/
H A Dtss.h41 u16 sp2; member
/linux/arch/x86/include/asm/
H A Dprocessor.h288 unsigned long sp2; member
323 u64 sp2; member
/linux/scripts/kconfig/lxdialog/
H A Dutil.c346 char tempstr[MAX_LEN + 1], *word, *sp, *sp2, *newline_separator = 0; in print_autowrap() local
376 && (!(sp2 = strpbrk(sp, "\n ")) in print_autowrap()
377 || wlen + 1 + (sp2 - sp) > room))) { in print_autowrap()
/linux/net/sctp/
H A Dbind_addr.c335 struct sctp_sock *sp2, int cnt2) in sctp_bind_addrs_check() argument
337 struct sctp_bind_addr *bp2 = &sp2->ep->base.bind_addr; in sctp_bind_addrs_check()
H A Dsocket.c8439 struct sctp_sock *sp2 = sctp_sk(sk2); in sctp_get_port_local() local
8440 struct sctp_endpoint *ep2 = sp2->ep; in sctp_get_port_local()
8443 (reuse && (sk2->sk_reuse || sp2->reuse) && in sctp_get_port_local()
8452 addr, sp2, sp)) { in sctp_get_port_local()
/linux/arch/x86/kernel/
H A Dasm-offsets.c109 OFFSET(TSS_sp2, tss_struct, x86_tss.sp2); in common()
/linux/drivers/usb/serial/
H A Dmos7720.c613 __u8 sp2; in mos7720_interrupt_callback() local
648 sp2 = data[2]; in mos7720_interrupt_callback()
650 if ((sp1 | sp2) & 0x01) { in mos7720_interrupt_callback()
666 switch (sp2 & 0x0f) { in mos7720_interrupt_callback()
/linux/Documentation/admin-guide/media/
H A Dfrontend-cardlist.rst25 sp2 CIMaX SP2
/linux/Documentation/virt/kvm/x86/
H A Dmmu.rst230 Specifically, if sp1 and sp2 are shadow pages, then sp1->spt[n] may point
231 at __pa(sp2->spt). sp2 will point back at sp1 through parent_pte.
/linux/include/net/sctp/
H A Dstructs.h1201 struct sctp_sock *sp2, int cnt2);
/linux/Documentation/driver-api/
H A Dipmi.rst401 regspacings=<sp1>,<sp2>,... regsizes=<size1>,<size2>,...
471 ipmi_si.regspacings=<sp1>,<sp2>,...
/linux/
H A DMAINTAINERS22296 F: drivers/media/dvb-frontends/sp2*