Searched refs:sp2 (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/media/dvb-frontends/ |
A D | sp2.c | 17 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 …]
|
A D | sp2_priv.h | 15 struct sp2 { struct
|
A D | Makefile | 119 obj-$(CONFIG_DVB_SP2) += sp2.o
|
/linux/arch/x86/kvm/ |
A D | tss.h | 41 u16 sp2; member
|
/linux/arch/x86/kernel/ |
A D | asm-offsets.c | 95 OFFSET(TSS_sp2, tss_struct, x86_tss.sp2); in common()
|
/linux/arch/x86/include/asm/ |
A D | processor.h | 292 unsigned long sp2; member 327 u64 sp2; member
|
/linux/net/sctp/ |
A D | bind_addr.c | 329 struct sctp_sock *sp2, int cnt2) in sctp_bind_addrs_check() argument 331 struct sctp_bind_addr *bp2 = &sp2->ep->base.bind_addr; in sctp_bind_addrs_check()
|
A D | socket.c | 8405 struct sctp_sock *sp2 = sctp_sk(sk2); in sctp_get_port_local() local 8406 struct sctp_endpoint *ep2 = sp2->ep; in sctp_get_port_local() 8409 (reuse && (sk2->sk_reuse || sp2->reuse) && in sctp_get_port_local() 8416 addr, sp2, sp)) { in sctp_get_port_local()
|
/linux/scripts/kconfig/lxdialog/ |
A D | util.c | 373 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/drivers/usb/serial/ |
A D | mos7720.c | 613 __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/ |
A D | frontend-cardlist.rst | 25 sp2 CIMaX SP2
|
/linux/Documentation/virt/kvm/ |
A D | mmu.rst | 214 Specifically, if sp1 and sp2 are shadow pages, then sp1->spt[n] may point 215 at __pa(sp2->spt). sp2 will point back at sp1 through parent_pte.
|
/linux/include/net/sctp/ |
A D | structs.h | 1206 struct sctp_sock *sp2, int cnt2);
|
/linux/Documentation/driver-api/ |
A D | ipmi.rst | 401 regspacings=<sp1>,<sp2>,... regsizes=<size1>,<size2>,... 471 ipmi_si.regspacings=<sp1>,<sp2>,...
|
/linux/ |
A D | MAINTAINERS | 17896 F: drivers/media/dvb-frontends/sp2*
|
Completed in 65 milliseconds