Home
last modified time | relevance | path

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

/linux-6.1.9/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
DMakefile100 obj-$(CONFIG_DVB_SP2) += sp2.o
/linux-6.1.9/arch/x86/kvm/
Dtss.h41 u16 sp2; member
/linux-6.1.9/arch/x86/kernel/
Dasm-offsets.c109 OFFSET(TSS_sp2, tss_struct, x86_tss.sp2); in common()
/linux-6.1.9/arch/x86/include/asm/
Dprocessor.h294 unsigned long sp2; member
329 u64 sp2; member
/linux-6.1.9/net/sctp/
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()
Dsocket.c8397 struct sctp_sock *sp2 = sctp_sk(sk2); in sctp_get_port_local() local
8398 struct sctp_endpoint *ep2 = sp2->ep; in sctp_get_port_local()
8401 (reuse && (sk2->sk_reuse || sp2->reuse) && in sctp_get_port_local()
8408 addr, sp2, sp)) { in sctp_get_port_local()
/linux-6.1.9/scripts/kconfig/lxdialog/
Dutil.c373 char tempstr[MAX_LEN + 1], *word, *sp, *sp2, *newline_separator = 0; in print_autowrap() local
403 && (!(sp2 = strpbrk(sp, "\n ")) in print_autowrap()
404 || wlen + 1 + (sp2 - sp) > room))) { in print_autowrap()
/linux-6.1.9/drivers/usb/serial/
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-6.1.9/Documentation/admin-guide/media/
Dfrontend-cardlist.rst25 sp2 CIMaX SP2
/linux-6.1.9/Documentation/virt/kvm/x86/
Dmmu.rst218 Specifically, if sp1 and sp2 are shadow pages, then sp1->spt[n] may point
219 at __pa(sp2->spt). sp2 will point back at sp1 through parent_pte.
/linux-6.1.9/include/net/sctp/
Dstructs.h1205 struct sctp_sock *sp2, int cnt2);
/linux-6.1.9/Documentation/driver-api/
Dipmi.rst401 regspacings=<sp1>,<sp2>,... regsizes=<size1>,<size2>,...
471 ipmi_si.regspacings=<sp1>,<sp2>,...
/linux-6.1.9/
DMAINTAINERS19366 F: drivers/media/dvb-frontends/sp2*