Home
last modified time | relevance | path

Searched refs:std (Results 1 – 200 of 298) sorted by relevance

12

/linux-4.4.14/drivers/pinctrl/bcm/
Dpinctrl-bcm281xx.c383 BCM281XX_PIN_DESC(BCM281XX_PIN_ADCSYNC, "adcsync", std),
384 BCM281XX_PIN_DESC(BCM281XX_PIN_BAT_RM, "bat_rm", std),
389 BCM281XX_PIN_DESC(BCM281XX_PIN_CLASSGPWR, "classgpwr", std),
390 BCM281XX_PIN_DESC(BCM281XX_PIN_CLK_CX8, "clk_cx8", std),
391 BCM281XX_PIN_DESC(BCM281XX_PIN_CLKOUT_0, "clkout_0", std),
392 BCM281XX_PIN_DESC(BCM281XX_PIN_CLKOUT_1, "clkout_1", std),
393 BCM281XX_PIN_DESC(BCM281XX_PIN_CLKOUT_2, "clkout_2", std),
394 BCM281XX_PIN_DESC(BCM281XX_PIN_CLKOUT_3, "clkout_3", std),
395 BCM281XX_PIN_DESC(BCM281XX_PIN_CLKREQ_IN_0, "clkreq_in_0", std),
396 BCM281XX_PIN_DESC(BCM281XX_PIN_CLKREQ_IN_1, "clkreq_in_1", std),
[all …]
/linux-4.4.14/arch/powerpc/platforms/ps3/
Dhvcall.S31 std r0, 16(r1); \
53 std r0, 16(r1); \
62 std r4, 0(r11); \
72 std r0, 16(r1); \
74 std r3, -8(r1); \
82 std r4, 0(r11); \
84 std r5, 0(r11); \
94 std r0, 16(r1); \
96 std r3, -8(r1); \
97 std r4, -16(r1); \
[all …]
/linux-4.4.14/drivers/usb/host/whci/
Dqset.c191 struct whc_std *std; in qset_add_qtds() local
194 list_for_each_entry(std, &qset->stds, list_node) { in qset_add_qtds()
199 || (qset->pause_after_urb && std->urb != qset->pause_after_urb)) in qset_add_qtds()
202 if (std->qtd) in qset_add_qtds()
205 qtd = std->qtd = &qset->qtd[qset->td_end]; in qset_add_qtds()
208 if (usb_pipecontrol(std->urb->pipe)) in qset_add_qtds()
209 memcpy(qtd->setup, std->urb->setup_packet, 8); in qset_add_qtds()
211 status = QTD_STS_ACTIVE | QTD_STS_LEN(std->len); in qset_add_qtds()
213 if (whc_std_last(std) && usb_pipeout(std->urb->pipe)) in qset_add_qtds()
223 if (std->ntds_remaining < WHCI_QSET_TD_MAX) { in qset_add_qtds()
[all …]
Ddebug.c38 struct whc_std *std; in qset_print() local
68 list_for_each_entry(std, &qset->stds, list_node) { in qset_print()
69 if (urb != std->urb) { in qset_print()
70 urb = std->urb; in qset_print()
74 if (std->qtd) in qset_print()
76 std->qtd - &qset->qtd[0], in qset_print()
77 std->len, std->num_pointers ? in qset_print()
78 (u32)(std->pl_virt[0].buf_ptr) : (u32)std->dma_addr); in qset_print()
81 std->len, std->num_pointers ? in qset_print()
82 (u32)(std->pl_virt[0].buf_ptr) : (u32)std->dma_addr); in qset_print()
Dasl.c312 struct whc_std *std, *t; in asl_urb_dequeue() local
323 list_for_each_entry_safe(std, t, &qset->stds, list_node) { in asl_urb_dequeue()
324 if (std->urb == urb) { in asl_urb_dequeue()
325 if (std->qtd) in asl_urb_dequeue()
327 qset_free_std(whc, std); in asl_urb_dequeue()
329 std->qtd = NULL; /* so this std is re-added when the qset is */ in asl_urb_dequeue()
Dpzl.c340 struct whc_std *std, *t; in pzl_urb_dequeue() local
351 list_for_each_entry_safe(std, t, &qset->stds, list_node) { in pzl_urb_dequeue()
352 if (std->urb == urb) { in pzl_urb_dequeue()
353 if (std->qtd) in pzl_urb_dequeue()
355 qset_free_std(whc, std); in pzl_urb_dequeue()
357 std->qtd = NULL; /* so this std is re-added when the qset is */ in pzl_urb_dequeue()
Dwhcd.h131 static inline bool whc_std_last(struct whc_std *std) in whc_std_last() argument
133 return std->ntds_remaining <= 1; in whc_std_last()
199 void qset_free_std(struct whc *whc, struct whc_std *std);
/linux-4.4.14/arch/powerpc/platforms/pseries/
DhvCall.S37 std r3,STK_PARAM(R3)(r1); \
38 std r4,STK_PARAM(R4)(r1); \
39 std r5,STK_PARAM(R5)(r1); \
40 std r6,STK_PARAM(R6)(r1); \
41 std r7,STK_PARAM(R7)(r1); \
42 std r8,STK_PARAM(R8)(r1); \
43 std r9,STK_PARAM(R9)(r1); \
44 std r10,STK_PARAM(R10)(r1); \
45 std r0,16(r1); \
64 std r3,STACK_FRAME_OVERHEAD+STK_PARAM(R3)(r1); \
[all …]
/linux-4.4.14/arch/powerpc/lib/
Dcopypage_64.S50 1: std r5,8(r3)
51 std r6,16(r3)
54 std r7,24(r3)
55 std r8,32(r3)
58 std r9,40(r3)
59 std r10,48(r3)
62 std r11,56(r3)
63 std r12,64(r3)
66 std r5,72(r3)
67 std r6,80(r3)
[all …]
Dcopypage_power7.S59 std r3,-STACKFRAMESIZE+STK_REG(R31)(r1)
60 std r4,-STACKFRAMESIZE+STK_REG(R30)(r1)
61 std r0,16(r1)
116 std r14,STK_REG(R14)(r1)
117 std r15,STK_REG(R15)(r1)
118 std r16,STK_REG(R16)(r1)
119 std r17,STK_REG(R17)(r1)
120 std r18,STK_REG(R18)(r1)
121 std r19,STK_REG(R19)(r1)
122 std r20,STK_REG(R20)(r1)
[all …]
Dcopyuser_64.S34 std r3,-24(r1)
36 std r4,-16(r1)
37 std r5,-8(r1)
78 70: std r9,0(r3)
79 270: std r8,8(r3)
82 71: std r7,16(r3)
83 271: std r6,24(r3)
86 72: std r9,0(r3)
87 272: std r8,8(r3)
96 245: std r9,0(r3)
[all …]
Dmem_64.S40 4: std r4,0(r6)
41 std r4,8(r6)
42 std r4,16(r6)
43 std r4,24(r6)
44 std r4,32(r6)
45 std r4,40(r6)
46 std r4,48(r6)
47 std r4,56(r6)
55 std r4,0(r6)
56 std r4,8(r6)
[all …]
Dmemcpy_power7.S36 std r3,-STACKFRAMESIZE+STK_REG(R31)(r1)
43 std r3,-STACKFRAMESIZE+STK_REG(R31)(r1)
78 std r14,STK_REG(R14)(r1)
79 std r15,STK_REG(R15)(r1)
80 std r16,STK_REG(R16)(r1)
81 std r17,STK_REG(R17)(r1)
82 std r18,STK_REG(R18)(r1)
83 std r19,STK_REG(R19)(r1)
84 std r20,STK_REG(R20)(r1)
85 std r21,STK_REG(R21)(r1)
[all …]
Dcopyuser_power7.S99 std r3,-STACKFRAMESIZE+STK_REG(R31)(r1)
100 std r4,-STACKFRAMESIZE+STK_REG(R30)(r1)
101 std r5,-STACKFRAMESIZE+STK_REG(R29)(r1)
108 std r3,-STACKFRAMESIZE+STK_REG(R31)(r1)
109 std r4,-STACKFRAMESIZE+STK_REG(R30)(r1)
110 std r5,-STACKFRAMESIZE+STK_REG(R29)(r1)
145 std r14,STK_REG(R14)(r1)
146 std r15,STK_REG(R15)(r1)
147 std r16,STK_REG(R16)(r1)
148 std r17,STK_REG(R17)(r1)
[all …]
Dchecksum_64.S93 std r14,STK_REG(R14)(r1)
94 std r15,STK_REG(R15)(r1)
95 std r16,STK_REG(R16)(r1)
294 std r14,STK_REG(R14)(r1)
295 std r15,STK_REG(R15)(r1)
296 std r16,STK_REG(R16)(r1)
322 dest; std r6,0(r4)
323 dest; std r9,8(r4)
326 dest; std r10,16(r4)
327 dest; std r11,24(r4)
[all …]
Dstring_64.S115 err2; std r0,0(r3)
116 err2; std r0,8(r3)
117 err2; std r0,16(r3)
118 err2; std r0,24(r3)
127 err2; std r0,0(r3)
128 err2; std r0,8(r3)
137 err1; std r0,0(r3)
158 err2; std r0,0(r3)
183 err1; std r0,0(r3)
184 err1; std r0,8(r3)
Dcrtsavres.S321 std r14,-144(r1)
324 std r15,-136(r1)
327 std r16,-128(r1)
330 std r17,-120(r1)
333 std r18,-112(r1)
336 std r19,-104(r1)
339 std r20,-96(r1)
342 std r21,-88(r1)
345 std r22,-80(r1)
348 std r23,-72(r1)
[all …]
Dmemcpy_64.S18 std r3,-STACKFRAMESIZE+STK_REG(R31)(r1) /* save destination pointer for return value */
70 std r8,8(r3)
74 3: std r8,8(r3)
138 std r12,8(r3)
148 3: std r12,8(r3)
150 4: std r7,16(r3)
153 std r12,24(r3)
Dmemcmp_64.S89 std r31,-8(r1)
90 std r30,-16(r1)
91 std r29,-24(r1)
92 std r28,-32(r1)
93 std r27,-40(r1)
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/
Dbusy_loop.S12 std r14, 160(%r1)
13 std r15, 152(%r1)
14 std r16, 144(%r1)
15 std r17, 136(%r1)
16 std r18, 128(%r1)
17 std r19, 120(%r1)
18 std r20, 112(%r1)
19 std r21, 104(%r1)
20 std r22, 96(%r1)
21 std r23, 88(%r1)
[all …]
Debb_handler.S65 #define SAVE_GPR(n) std n,GPR_SAVE(n)(r1)
106 std r0,LR_SAVE(r1)
108 std r0,CCR_SAVE(r1)
110 std r0,CTR_SAVE(r1)
112 std r0,XER_SAVE(r1)
/linux-4.4.14/tools/testing/selftests/powerpc/copyloops/
Dcopyuser_64.S34 std r3,-24(r1)
36 std r4,-16(r1)
37 std r5,-8(r1)
78 70: std r9,0(r3)
79 270: std r8,8(r3)
82 71: std r7,16(r3)
83 271: std r6,24(r3)
86 72: std r9,0(r3)
87 272: std r8,8(r3)
96 245: std r9,0(r3)
[all …]
Dmemcpy_power7.S36 std r3,-STACKFRAMESIZE+STK_REG(R31)(r1)
43 std r3,-STACKFRAMESIZE+STK_REG(R31)(r1)
78 std r14,STK_REG(R14)(r1)
79 std r15,STK_REG(R15)(r1)
80 std r16,STK_REG(R16)(r1)
81 std r17,STK_REG(R17)(r1)
82 std r18,STK_REG(R18)(r1)
83 std r19,STK_REG(R19)(r1)
84 std r20,STK_REG(R20)(r1)
85 std r21,STK_REG(R21)(r1)
[all …]
Dcopyuser_power7.S99 std r3,-STACKFRAMESIZE+STK_REG(R31)(r1)
100 std r4,-STACKFRAMESIZE+STK_REG(R30)(r1)
101 std r5,-STACKFRAMESIZE+STK_REG(R29)(r1)
108 std r3,-STACKFRAMESIZE+STK_REG(R31)(r1)
109 std r4,-STACKFRAMESIZE+STK_REG(R30)(r1)
110 std r5,-STACKFRAMESIZE+STK_REG(R29)(r1)
145 std r14,STK_REG(R14)(r1)
146 std r15,STK_REG(R15)(r1)
147 std r16,STK_REG(R16)(r1)
148 std r17,STK_REG(R17)(r1)
[all …]
Dmemcpy_64.S18 std r3,-STACKFRAMESIZE+STK_REG(R31)(r1) /* save destination pointer for return value */
70 std r8,8(r3)
74 3: std r8,8(r3)
138 std r12,8(r3)
148 3: std r12,8(r3)
150 4: std r7,16(r3)
153 std r12,24(r3)
/linux-4.4.14/arch/sparc/crypto/
Daes_asm.S219 std %f0, [%o1 + 0x00]
220 std %f2, [%o1 + 0x08]
236 std %f4, [%o1 + 0x00]
237 std %f6, [%o1 + 0x08]
267 std %f8, [%o1 + 0x00]
268 std %f10, [%o1 + 0x08]
269 std %f12, [%o1 + 0x10]
270 std %f14, [%o1 + 0x18]
271 std %f16, [%o1 + 0x20]
272 std %f18, [%o1 + 0x28]
[all …]
Dcamellia_asm.S39 std %f0, [%o1 + 0x00] ! k[0, 1]
41 std %f2, [%o1 + 0x08] ! k[2, 3]
48 std %f0, [%o1 + 0x20] ! k[8, 9]
56 std %f2, [%o1 + 0x28] ! k[10, 11]
88 std %f0, [%o1 + 0x10] ! k[ 4, 5]
89 std %f2, [%o1 + 0x18] ! k[ 6, 7]
135 std %f0, [%o1 + 0x30] ! k[12, 13]
136 std %f2, [%o1 + 0x38] ! k[14, 15]
143 std %f0, [%o1 + 0x10] ! k[ 4, 5]
144 std %f2, [%o1 + 0x18] ! k[ 6, 7]
[all …]
Ddes_asm.S28 std %f0, [%o1 + 0x00]
29 std %f2, [%o1 + 0x08]
30 std %f4, [%o1 + 0x10]
31 std %f6, [%o1 + 0x18]
32 std %f8, [%o1 + 0x20]
33 std %f10, [%o1 + 0x28]
34 std %f12, [%o1 + 0x30]
35 std %f14, [%o1 + 0x38]
36 std %f16, [%o1 + 0x40]
37 std %f18, [%o1 + 0x48]
[all …]
Dsha512_asm.S45 std %f0, [%o0 + 0x00]
46 std %f2, [%o0 + 0x08]
47 std %f4, [%o0 + 0x10]
48 std %f6, [%o0 + 0x18]
49 std %f8, [%o0 + 0x20]
50 std %f10, [%o0 + 0x28]
51 std %f12, [%o0 + 0x30]
52 std %f14, [%o0 + 0x38]
/linux-4.4.14/arch/powerpc/kernel/
Dtm.S60 std r0, THREAD_TM_TFHAR(r3)
62 std r0, THREAD_TM_TEXASR(r3)
64 std r0, THREAD_TM_TFIAR(r3)
104 std r0, 16(r1)
105 std r2, STK_GOT(r1)
110 std r3, STK_PARAM(R3)(r1)
133 std r14, TM_FRAME_L0(r1)
136 std r1, PACAR1(r13)
160 std r0, THREAD_TRANSACT_VRSAVE(r3)
195 std r1, PACATMSCRATCH(r13)
[all …]
Dentry_64.S67 1: std r10,0(r1)
68 std r11,_NIP(r1)
69 std r12,_MSR(r1)
70 std r0,GPR0(r1)
71 std r10,GPR1(r1)
74 2: std r2,GPR2(r1)
75 std r3,GPR3(r1)
77 std r4,GPR4(r1)
78 std r5,GPR5(r1)
79 std r6,GPR6(r1)
[all …]
Dexceptions-64s.S214 std r3,PACA_EXSLB+EX_R3(r13)
246 std r3,PACA_EXSLB+EX_R3(r13)
318 std r9,PACA_EXGEN+EX_R9(r13)
321 std r10,PACA_EXGEN+EX_R10(r13)
490 std r11,GPR1(r1) /* Save r1 on the stack. */
491 std r11,0(r1) /* make stack chain pointer */
493 std r11,_NIP(r1)
495 std r11,_MSR(r1)
497 std r11,_DAR(r1)
499 std r11,_DSISR(r1)
[all …]
Dexceptions-64e.S62 std reg, (SPECIAL_EXC_##name * 8 + SPECIAL_EXC_FRAME_OFFS)(r1)
84 std r10,TI_FLAGS(r12)
86 std r10,TI_PREEMPT(r12)
88 std r10,TI_TASK(r12)
261 std r10,\paca_ex+EX_R10(r13);
262 std r11,\paca_ex+EX_R11(r13);
286 std r10,PACA_EX##type+EX_R10(r13); \
287 std r11,PACA_EX##type+EX_R11(r13); \
293 std r1,PACA_EX##type+EX_R1(r13); /* save old r1 in the PACA */ \
359 std r14,PACA_EXGEN+EX_R14(r13); \
[all …]
Didle_power7.S44 std r0,0(r1); \
87 std r0,16(r1)
89 std r0,_LINK(r1)
90 std r0,_NIP(r1)
132 std r4,_CCR(r1)
133 std r9,_MSR(r1)
134 std r1,PACAR1(r13)
221 std r3,_SDR1(r1)
223 std r3,_RPR(r1)
225 std r3,_SPURR(r1)
[all …]
Dcpu_setup_ppc970.S125 std r3,CS_HID0(r5)
127 std r3,CS_HID1(r5)
129 std r4,CS_HID4(r5)
131 std r3,CS_HID5(r5)
142 std r5,CPU_SPEC_FEATURES(r4)
Dmisc_64.S35 std r0,16(r1)
46 std r0,16(r1)
602 std r0,16(r1)
609 std r0,16(r1)
614 std r31,-8(r1)
615 std r30,-16(r1)
616 std r29,-24(r1)
617 std r28,-32(r1)
618 std r27,-40(r1)
619 std r26,-48(r1)
[all …]
Didle_book3e.S28 std r0,16(r1)
68 std r10,TI_LOCAL_FLAGS(r11)
Didle_power4.S47 std r0,16(r1)
65 std r8,TI_LOCAL_FLAGS(r9) /* it will return to our caller */
Dhead_64.S134 std r24,__secondary_hold_acknowledge-_stext(0)
676 std r14,PACAKSAVE(r13)
715 std r3,0(r1) /* Zero the stack frame pointer */
726 std r3,0(r1) /* Zero the stack frame pointer */
801 std r28,0(r11);
802 std r29,8(r11);
815 std r0,0(r4)
851 std r1,PACAKSAVE(r13)
Dvector.S139 std r12,_MSR(r1)
244 std r6,_MSR-STACK_FRAME_OVERHEAD(r5)
253 std r12,_MSR(r1)
257 std r4,0(r3)
282 std r4,_MSR-STACK_FRAME_OVERHEAD(r5)
287 std r5,0(r4)
Dswsusp_asm64.S58 std r0, SL_##register(r11)
64 std r0, SL_##special(r11)
69 std reg, SL_##reg(r11)
Dcpu_setup_power.S94 std r5,CPU_SPEC_FEATURES(r4)
/linux-4.4.14/net/netlabel/
Dnetlabel_cipso_v4.c164 doi_def->map.std = kzalloc(sizeof(*doi_def->map.std), GFP_KERNEL); in netlbl_cipsov4_add_std()
165 if (doi_def->map.std == NULL) { in netlbl_cipsov4_add_std()
191 doi_def->map.std->lvl.local_size) in netlbl_cipsov4_add_std()
192 doi_def->map.std->lvl.local_size = in netlbl_cipsov4_add_std()
200 doi_def->map.std->lvl.cipso_size) in netlbl_cipsov4_add_std()
201 doi_def->map.std->lvl.cipso_size = in netlbl_cipsov4_add_std()
206 doi_def->map.std->lvl.local = kcalloc(doi_def->map.std->lvl.local_size, in netlbl_cipsov4_add_std()
209 if (doi_def->map.std->lvl.local == NULL) { in netlbl_cipsov4_add_std()
213 doi_def->map.std->lvl.cipso = kcalloc(doi_def->map.std->lvl.cipso_size, in netlbl_cipsov4_add_std()
216 if (doi_def->map.std->lvl.cipso == NULL) { in netlbl_cipsov4_add_std()
[all …]
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_hv_interrupts.S44 std r0,PPC_LR_STKOFF(r1)
52 std r3, _CCR(r1)
56 std r3, HSTATE_DSCR(r13)
61 std r3, HSTATE_DABR(r13)
66 std r10, HSTATE_HOST_MSR(r13)
96 std r7, HSTATE_MMCR0(r13)
97 std r5, HSTATE_MMCR1(r13)
98 std r6, HSTATE_MMCRA(r13)
99 std r9, HSTATE_SIAR(r13)
100 std r10, HSTATE_SDAR(r13)
[all …]
Dbook3s_hv_rmhandlers.S49 std r0, PPC_LR_STKOFF(r1)
337 std r6, HSTATE_DSCR(r13)
366 std r0, HSTATE_KVM_VCPU(r13)
374 std r0, HSTATE_KVM_VCORE(r13)
460 std r0, HSTATE_SCRATCH0(r13)
491 std r0, PPC_LR_STKOFF(r1)
495 std r1, HSTATE_HOST_R1(r13)
639 std r5,HSTATE_PURR(r13)
640 std r6,HSTATE_SPURR(r13)
727 std r2, PACATMSCRATCH(r13) /* Save TOC */
[all …]
Dbook3s_segment.S96 std r8, HSTATE_HOST_FSCR(r13)
332 std r7, SVCPU_SHADOW_FSCR(r13)
/linux-4.4.14/arch/powerpc/include/asm/
Dexception-64e.h101 std r10,EX_TLB_R10(r12); \
103 std r11,EX_TLB_R11(r12); \
105 std r13,EX_TLB_R13(r12); \
107 std r14,EX_TLB_R14(r12); \
109 std r15,EX_TLB_R15(r12); \
111 std r16,EX_TLB_R16(r12); \
113 std r10,EX_TLB_CR(r12); \
114 std r11,EX_TLB_R12(r12); \
116 std r15,EX_TLB_SRR1(r12); \
117 std r16,EX_TLB_SRR0(r12); \
[all …]
Dexception-64s.h105 #define SAVE_CTR(reg, area) mfctr reg ; std reg,area+EX_CTR(r13)
123 std rb,TASKTHREADPPR(ra); \
162 std ra,offset(r13); \
167 std r9,area+EX_R9(r13); /* save r9 */ \
170 std r10,area+EX_R10(r13); /* save r10 - r12 */ \
179 std r11,area+EX_R11(r13); \
180 std r12,area+EX_R12(r13); \
182 std r10,area+EX_R13(r13)
224 std r10,HSTATE_CFAR(r13); \
228 std r10,HSTATE_PPR(r13); \
[all …]
Dirqflags.h24 std r0, 16(r1); \
Dppc_asm.h34 std ra,PACA_STARTTIME(r13); \
38 std ra,PACA_USER_TIME(r13); \
43 std ra,PACA_STARTTIME_USER(r13); \
47 std ra,PACA_SYSTEM_TIME(r13)
78 #define SAVE_GPR(n, base) std n,GPR0+8*(n)(base)
431 std ra,TASKTHREADPPR(rb); \
Dkvm_asm.h25 #define PPC_STD(sreg, offset, areg) std sreg, (offset)(areg)
Dasm-compat.h23 #define PPC_STL stringify_in_c(std)
/linux-4.4.14/arch/sparc/lib/
Dblockops.S14 std %g0, [buf + offset + 0x38]; \
15 std %g0, [buf + offset + 0x30]; \
16 std %g0, [buf + offset + 0x28]; \
17 std %g0, [buf + offset + 0x20]; \
18 std %g0, [buf + offset + 0x18]; \
19 std %g0, [buf + offset + 0x10]; \
20 std %g0, [buf + offset + 0x08]; \
21 std %g0, [buf + offset + 0x00];
31 std t0, [dst + offset + 0x18]; \
32 std t2, [dst + offset + 0x10]; \
[all …]
Dmemset.S39 std source, [base + offset + 0x00]; \
40 std source, [base + offset + 0x08]; \
41 std source, [base + offset + 0x10]; \
42 std source, [base + offset + 0x18]; \
43 std source, [base + offset + 0x20]; \
44 std source, [base + offset + 0x28]; \
45 std source, [base + offset + 0x30]; \
46 std source, [base + offset + 0x38];
49 std source, [base - offset - 0x38]; \
50 std source, [base - offset - 0x30]; \
[all …]
Dmemcpy.S36 std %t0, [%dst + (offset) + 0x00]; \
37 std %t2, [%dst + (offset) + 0x08]; \
38 std %t4, [%dst + (offset) + 0x10]; \
39 std %t6, [%dst + (offset) + 0x18];
52 std %t0, [%dst - (offset) - 0x10]; \
53 std %t2, [%dst - (offset) - 0x08];
81 std %t0, [%dst - (offset) - 0x20]; \
82 std %t2, [%dst - (offset) - 0x18]; \
83 std %t4, [%dst - (offset) - 0x10]; \
84 std %t6, [%dst - (offset) - 0x08];
[all …]
DNG4memcpy.S238 EX_ST_FP(STORE(std, %f16, %o0 + 0x00))
239 EX_ST_FP(STORE(std, %f18, %o0 + 0x08))
240 EX_ST_FP(STORE(std, %f20, %o0 + 0x10))
241 EX_ST_FP(STORE(std, %f22, %o0 + 0x18))
242 EX_ST_FP(STORE(std, %f24, %o0 + 0x20))
243 EX_ST_FP(STORE(std, %f26, %o0 + 0x28))
244 EX_ST_FP(STORE(std, %f28, %o0 + 0x30))
245 EX_ST_FP(STORE(std, %f30, %o0 + 0x38))
DU3memcpy.S146 EX_ST_FP(STORE(std, %f0, %o0))
154 EX_ST_FP(STORE(std, %f2, %o0))
268 EX_ST_FP(STORE(std, %f8, %o0))
275 EX_ST_FP(STORE(std, %f8, %o0))
Dcopy_user.S86 std %t0, [%dst + (offset) + 0x00]; \
87 std %t2, [%dst + (offset) + 0x08]; \
88 std %t4, [%dst + (offset) + 0x10]; \
89 std %t6, [%dst + (offset) + 0x18];
DU1memcpy.S112 EX_ST_FP(STORE(std, %f48, %dest)); \
186 EX_ST_FP(STORE(std, %f0, %o0))
194 EX_ST_FP(STORE(std, %f0, %o0))
439 EX_ST_FP(STORE(std, %f8, %o0))
446 EX_ST_FP(STORE(std, %f8, %o0))
/linux-4.4.14/arch/s390/kernel/
Dreipl.S32 std %f0, 0x00 + __LC_FPREGS_SAVE_AREA-SAVE_AREA_BASE(%r1)
33 std %f1, 0x08 + __LC_FPREGS_SAVE_AREA-SAVE_AREA_BASE(%r1)
34 std %f2, 0x10 + __LC_FPREGS_SAVE_AREA-SAVE_AREA_BASE(%r1)
35 std %f3, 0x18 + __LC_FPREGS_SAVE_AREA-SAVE_AREA_BASE(%r1)
36 std %f4, 0x20 + __LC_FPREGS_SAVE_AREA-SAVE_AREA_BASE(%r1)
37 std %f5, 0x28 + __LC_FPREGS_SAVE_AREA-SAVE_AREA_BASE(%r1)
38 std %f6, 0x30 + __LC_FPREGS_SAVE_AREA-SAVE_AREA_BASE(%r1)
39 std %f7, 0x38 + __LC_FPREGS_SAVE_AREA-SAVE_AREA_BASE(%r1)
40 std %f8, 0x40 + __LC_FPREGS_SAVE_AREA-SAVE_AREA_BASE(%r1)
41 std %f9, 0x48 + __LC_FPREGS_SAVE_AREA-SAVE_AREA_BASE(%r1)
[all …]
Dentry.S797 std 0,0(%r3)
798 std 1,8(%r3)
799 std 2,16(%r3)
800 std 3,24(%r3)
801 std 4,32(%r3)
802 std 5,40(%r3)
803 std 6,48(%r3)
804 std 7,56(%r3)
805 std 8,64(%r3)
806 std 9,72(%r3)
[all …]
/linux-4.4.14/arch/sparc/include/asm/
Dwinmacro.h16 std %l0, [%reg + RW_L0]; \
17 std %l2, [%reg + RW_L2]; \
18 std %l4, [%reg + RW_L4]; \
19 std %l6, [%reg + RW_L6]; \
20 std %i0, [%reg + RW_I0]; \
21 std %i2, [%reg + RW_I2]; \
22 std %i4, [%reg + RW_I4]; \
23 std %i6, [%reg + RW_I6];
65 std %i0, [%base_reg + STACKFRAME_SZ + PT_I0]; \
66 std %i2, [%base_reg + STACKFRAME_SZ + PT_I2]; \
[all …]
/linux-4.4.14/drivers/media/i2c/
Dadv7183.c40 v4l2_std_id std; /* Current set standard */ member
201 static int adv7183_g_std(struct v4l2_subdev *sd, v4l2_std_id *std) in adv7183_g_std() argument
205 *std = decoder->std; in adv7183_g_std()
209 static int adv7183_s_std(struct v4l2_subdev *sd, v4l2_std_id std) in adv7183_s_std() argument
215 if (std == V4L2_STD_PAL_60) in adv7183_s_std()
217 else if (std == V4L2_STD_NTSC_443) in adv7183_s_std()
219 else if (std == V4L2_STD_PAL_N) in adv7183_s_std()
221 else if (std == V4L2_STD_PAL_M) in adv7183_s_std()
223 else if (std == V4L2_STD_PAL_Nc) in adv7183_s_std()
225 else if (std & V4L2_STD_PAL) in adv7183_s_std()
[all …]
Dmsp3400-kthreads.c40 v4l2_std_id std; member
169 const char *msp_standard_std_name(int std) in msp_standard_std_name() argument
174 if (msp_stdlist[i].retval == std) in msp_standard_std_name()
179 static v4l2_std_id msp_standard_std(int std) in msp_standard_std() argument
184 if (msp_stdlist[i].retval == std) in msp_standard_std()
185 return msp_stdlist[i].std; in msp_standard_std()
699 int val, i, std, count; in msp3410d_thread() local
732 std = 0x40; in msp3410d_thread()
734 std = (state->v4l2_std & V4L2_STD_NTSC) ? 0x20 : 1; in msp3410d_thread()
745 msp_standard_std_name(std), std); in msp3410d_thread()
[all …]
Dml86v7667.c92 v4l2_std_id std; member
163 static int ml86v7667_querystd(struct v4l2_subdev *sd, v4l2_std_id *std) in ml86v7667_querystd() argument
173 *std &= status & STATUS_NTSCPAL ? V4L2_STD_625_50 : V4L2_STD_525_60; in ml86v7667_querystd()
175 *std = V4L2_STD_UNKNOWN; in ml86v7667_querystd()
221 fmt->height = priv->std & V4L2_STD_525_60 ? 480 : 576; in ml86v7667_fill_fmt()
236 static int ml86v7667_g_std(struct v4l2_subdev *sd, v4l2_std_id *std) in ml86v7667_g_std() argument
240 *std = priv->std; in ml86v7667_g_std()
245 static int ml86v7667_s_std(struct v4l2_subdev *sd, v4l2_std_id std) in ml86v7667_s_std() argument
253 mode = std & V4L2_STD_525_60 ? MRA_NTSC_BT601 : MRA_PAL_BT601; in ml86v7667_s_std()
258 priv->std = std; in ml86v7667_s_std()
[all …]
Dvpx3220.c298 v4l2_std_id std = pstd ? *pstd : V4L2_STD_ALL; in vpx3220_status() local
315 std &= V4L2_STD_PAL; in vpx3220_status()
319 std &= V4L2_STD_SECAM; in vpx3220_status()
325 std &= V4L2_STD_NTSC; in vpx3220_status()
329 std = V4L2_STD_UNKNOWN; in vpx3220_status()
332 *pstd = std; in vpx3220_status()
338 static int vpx3220_querystd(struct v4l2_subdev *sd, v4l2_std_id *std) in vpx3220_querystd() argument
341 return vpx3220_status(sd, NULL, std); in vpx3220_querystd()
350 static int vpx3220_s_std(struct v4l2_subdev *sd, v4l2_std_id std) in vpx3220_s_std() argument
360 v4l2_dbg(1, debug, sd, "s_std %llx\n", (unsigned long long)std); in vpx3220_s_std()
[all …]
Dadv7393.c57 v4l2_std_id std; member
135 static int adv7393_setstd(struct v4l2_subdev *sd, v4l2_std_id std) in adv7393_setstd() argument
148 if (stdinfo[i].stdid & std) in adv7393_setstd()
155 (unsigned long long)std); in adv7393_setstd()
191 if (std & (V4L2_STD_NTSC | V4L2_STD_NTSC_443)) in adv7393_setstd()
277 v4l2_info(sd, "Standard: %llx\n", (unsigned long long)state->std); in adv7393_log_status()
311 static int adv7393_s_std_output(struct v4l2_subdev *sd, v4l2_std_id std) in adv7393_s_std_output() argument
316 if (state->std == std) in adv7393_s_std_output()
319 err = adv7393_setstd(sd, std); in adv7393_s_std_output()
321 state->std = std; in adv7393_s_std_output()
[all …]
Dbt819.c218 v4l2_std_id std = pstd ? *pstd : V4L2_STD_ALL; in bt819_status() local
223 std = V4L2_STD_UNKNOWN; in bt819_status()
226 std &= V4L2_STD_PAL; in bt819_status()
228 std &= V4L2_STD_NTSC; in bt819_status()
230 *pstd = std; in bt819_status()
238 static int bt819_querystd(struct v4l2_subdev *sd, v4l2_std_id *std) in bt819_querystd() argument
240 return bt819_status(sd, NULL, std); in bt819_querystd()
248 static int bt819_s_std(struct v4l2_subdev *sd, v4l2_std_id std) in bt819_s_std() argument
253 v4l2_dbg(1, debug, sd, "set norm %llx\n", (unsigned long long)std); in bt819_s_std()
258 if (std & V4L2_STD_NTSC) { in bt819_s_std()
[all …]
Dadv7343.c56 v4l2_std_id std; member
132 static int adv7343_setstd(struct v4l2_subdev *sd, v4l2_std_id std) in adv7343_setstd() argument
146 if (std_info[i].stdid & std) in adv7343_setstd()
153 (unsigned long long)std); in adv7343_setstd()
187 if (std & (V4L2_STD_NTSC | V4L2_STD_NTSC_443)) in adv7343_setstd()
189 else if (std & ~V4L2_STD_SECAM) in adv7343_setstd()
292 v4l2_info(sd, "Standard: %llx\n", (unsigned long long)state->std); in adv7343_log_status()
324 static int adv7343_s_std_output(struct v4l2_subdev *sd, v4l2_std_id std) in adv7343_s_std_output() argument
329 if (state->std == std) in adv7343_s_std_output()
332 err = adv7343_setstd(sd, std); in adv7343_s_std_output()
[all …]
Dtvp5150.c628 v4l2_std_id std = decoder->norm; in tvp5150_set_vbi() local
632 if (std == V4L2_STD_ALL) { in tvp5150_set_vbi()
635 } else if (std & V4L2_STD_625_50) { in tvp5150_set_vbi()
675 v4l2_std_id std = decoder->norm; in tvp5150_get_vbi() local
680 if (std == V4L2_STD_ALL) { in tvp5150_get_vbi()
683 } else if (std & V4L2_STD_625_50) { in tvp5150_get_vbi()
708 static int tvp5150_set_std(struct v4l2_subdev *sd, v4l2_std_id std) in tvp5150_set_std() argument
713 decoder->norm = std; in tvp5150_set_std()
717 if (std == V4L2_STD_NTSC_443) { in tvp5150_set_std()
719 } else if (std == V4L2_STD_PAL_M) { in tvp5150_set_std()
[all …]
Dks0127.c547 static int ks0127_s_std(struct v4l2_subdev *sd, v4l2_std_id std) in ks0127_s_std() argument
554 ks->norm = std; in ks0127_s_std()
555 if (std & V4L2_STD_NTSC) { in ks0127_s_std()
559 } else if (std & V4L2_STD_PAL_N) { in ks0127_s_std()
563 } else if (std & V4L2_STD_PAL) { in ks0127_s_std()
567 } else if (std & V4L2_STD_PAL_M) { in ks0127_s_std()
571 } else if (std & V4L2_STD_SECAM) { in ks0127_s_std()
586 (unsigned long long)std); in ks0127_s_std()
612 v4l2_std_id std = pstd ? *pstd : V4L2_STD_ALL; in ks0127_status() local
619 std = V4L2_STD_UNKNOWN; in ks0127_status()
[all …]
Dadv7180.c183 int (*set_std)(struct adv7180_state *st, unsigned int std);
243 unsigned int std) in adv7180_set_video_standard() argument
245 return state->chip_info->set_std(state, std); in adv7180_set_video_standard()
282 static int v4l2_std_to_adv7180(v4l2_std_id std) in v4l2_std_to_adv7180() argument
284 if (std == V4L2_STD_PAL_60) in v4l2_std_to_adv7180()
286 if (std == V4L2_STD_NTSC_443) in v4l2_std_to_adv7180()
288 if (std == V4L2_STD_PAL_N) in v4l2_std_to_adv7180()
290 if (std == V4L2_STD_PAL_M) in v4l2_std_to_adv7180()
292 if (std == V4L2_STD_PAL_Nc) in v4l2_std_to_adv7180()
295 if (std & V4L2_STD_PAL) in v4l2_std_to_adv7180()
[all …]
Dsaa7115.c85 v4l2_std_id std; member
774 hz = (state->std & V4L2_STD_525_60) ? 5994 : 5000; in saa711x_s_clock_freq()
874 int is_50hz = state->std & V4L2_STD_625_50; in saa711x_set_size()
974 static void saa711x_set_v4lstd(struct v4l2_subdev *sd, v4l2_std_id std) in saa711x_set_v4lstd() argument
985 if (std == state->std) in saa711x_set_v4lstd()
988 state->std = std; in saa711x_set_v4lstd()
991 if (std & V4L2_STD_525_60) { in saa711x_set_v4lstd()
1027 if (std == V4L2_STD_PAL_M) { in saa711x_set_v4lstd()
1029 } else if (std == V4L2_STD_PAL_Nc) { in saa711x_set_v4lstd()
1031 } else if (std == V4L2_STD_PAL_60) { in saa711x_set_v4lstd()
[all …]
Dadv7170.c197 static int adv7170_s_std_output(struct v4l2_subdev *sd, v4l2_std_id std) in adv7170_s_std_output() argument
201 v4l2_dbg(1, debug, sd, "set norm %llx\n", (unsigned long long)std); in adv7170_s_std_output()
203 if (std & V4L2_STD_NTSC) { in adv7170_s_std_output()
209 } else if (std & V4L2_STD_PAL) { in adv7170_s_std_output()
217 (unsigned long long)std); in adv7170_s_std_output()
220 v4l2_dbg(1, debug, sd, "switched to %llx\n", (unsigned long long)std); in adv7170_s_std_output()
221 encoder->norm = std; in adv7170_s_std_output()
Dbt856.c122 static int bt856_s_std_output(struct v4l2_subdev *sd, v4l2_std_id std) in bt856_s_std_output() argument
126 v4l2_dbg(1, debug, sd, "set norm %llx\n", (unsigned long long)std); in bt856_s_std_output()
128 if (std & V4L2_STD_NTSC) { in bt856_s_std_output()
130 } else if (std & V4L2_STD_PAL) { in bt856_s_std_output()
137 encoder->norm = std; in bt856_s_std_output()
Dsaa7110.c265 static int saa7110_querystd(struct v4l2_subdev *sd, v4l2_std_id *std) in saa7110_querystd() argument
267 *std &= determine_norm(sd); in saa7110_querystd()
271 static int saa7110_s_std(struct v4l2_subdev *sd, v4l2_std_id std) in saa7110_s_std() argument
275 if (decoder->norm != std) { in saa7110_s_std()
276 decoder->norm = std; in saa7110_s_std()
278 if (std & V4L2_STD_NTSC) { in saa7110_s_std()
284 } else if (std & V4L2_STD_PAL) { in saa7110_s_std()
290 } else if (std & V4L2_STD_SECAM) { in saa7110_s_std()
Dak881x.c144 static int ak881x_s_std_output(struct v4l2_subdev *sd, v4l2_std_id std) in ak881x_s_std_output() argument
150 if (std == V4L2_STD_NTSC_443) { in ak881x_s_std_output()
153 } else if (std == V4L2_STD_PAL_M) { in ak881x_s_std_output()
156 } else if (std == V4L2_STD_PAL_60) { in ak881x_s_std_output()
159 } else if (std & V4L2_STD_NTSC) { in ak881x_s_std_output()
162 } else if (std & V4L2_STD_PAL) { in ak881x_s_std_output()
Dsaa7127.c260 v4l2_std_id std; member
479 static int saa7127_set_std(struct v4l2_subdev *sd, v4l2_std_id std) in saa7127_set_std() argument
484 if (std & V4L2_STD_525_60) { in saa7127_set_std()
490 (std & V4L2_STD_SECAM) && in saa7127_set_std()
491 !(std & (V4L2_STD_625_50 & ~V4L2_STD_SECAM))) { in saa7127_set_std()
507 state->std = std; in saa7127_set_std()
597 static int saa7127_s_std_output(struct v4l2_subdev *sd, v4l2_std_id std) in saa7127_s_std_output() argument
601 if (state->std == std) in saa7127_s_std_output()
603 return saa7127_set_std(sd, std); in saa7127_s_std_output()
684 v4l2_info(sd, "Standard: %s\n", (state->std & V4L2_STD_525_60) ? "60 Hz" : "50 Hz"); in saa7127_log_status()
Dadv7175.c205 static int adv7175_s_std_output(struct v4l2_subdev *sd, v4l2_std_id std) in adv7175_s_std_output() argument
209 if (std & V4L2_STD_NTSC) { in adv7175_s_std_output()
215 } else if (std & V4L2_STD_PAL) { in adv7175_s_std_output()
221 } else if (std & V4L2_STD_SECAM) { in adv7175_s_std_output()
235 (unsigned long long)std); in adv7175_s_std_output()
238 v4l2_dbg(1, debug, sd, "switched to %llx\n", (unsigned long long)std); in adv7175_s_std_output()
239 encoder->norm = std; in adv7175_s_std_output()
Dsaa7185.c232 static int saa7185_s_std_output(struct v4l2_subdev *sd, v4l2_std_id std) in saa7185_s_std_output() argument
236 if (std & V4L2_STD_NTSC) in saa7185_s_std_output()
238 else if (std & V4L2_STD_PAL) in saa7185_s_std_output()
242 encoder->norm = std; in saa7185_s_std_output()
Dsony-btf-mpx.c279 static int sony_btf_mpx_s_std(struct v4l2_subdev *sd, v4l2_std_id std) in sony_btf_mpx_s_std() argument
284 if (std & V4L2_STD_PAL_BG) in sony_btf_mpx_s_std()
286 else if (std & V4L2_STD_PAL_I) in sony_btf_mpx_s_std()
288 else if (std & V4L2_STD_PAL_DK) in sony_btf_mpx_s_std()
290 else if (std & V4L2_STD_SECAM_L) in sony_btf_mpx_s_std()
Dbt866.c90 static int bt866_s_std_output(struct v4l2_subdev *sd, v4l2_std_id std) in bt866_s_std_output() argument
92 v4l2_dbg(1, debug, sd, "set norm %llx\n", (unsigned long long)std); in bt866_s_std_output()
95 if (!(std & V4L2_STD_NTSC)) in bt866_s_std_output()
Dmsp3400-driver.h76 int std; member
128 const char *msp_standard_std_name(int std);
Dsaa717x.c59 v4l2_std_id std; member
1071 static int saa717x_s_std(struct v4l2_subdev *sd, v4l2_std_id std) in saa717x_s_std() argument
1079 decoder->std = std; in saa717x_s_std()
1313 decoder->std = V4L2_STD_NTSC; in saa717x_probe()
Dtvp514x.c395 u8 std, std_status; in tvp514x_query_current_std() local
397 std = tvp514x_read_reg(sd, REG_VIDEO_STD); in tvp514x_query_current_std()
398 if ((std & VIDEO_STD_MASK) == VIDEO_STD_AUTO_SWITCH_BIT) in tvp514x_query_current_std()
403 std_status = std; in tvp514x_query_current_std()
Dadv7842.c2612 static int adv7842_querystd(struct v4l2_subdev *sd, v4l2_std_id *std) in adv7842_querystd() argument
2622 *std = 0; in adv7842_querystd()
2630 *std &= V4L2_STD_NTSC; in adv7842_querystd()
2634 *std &= V4L2_STD_NTSC_443; in adv7842_querystd()
2638 *std &= V4L2_STD_SECAM; in adv7842_querystd()
2642 *std &= V4L2_STD_PAL_M; in adv7842_querystd()
2646 *std &= V4L2_STD_PAL_60; in adv7842_querystd()
2650 *std &= V4L2_STD_PAL_Nc; in adv7842_querystd()
2654 *std &= V4L2_STD_PAL; in adv7842_querystd()
2658 *std &= V4L2_STD_SECAM; in adv7842_querystd()
[all …]
/linux-4.4.14/arch/parisc/kernel/
Dpacache.S370 std %r0, 0(%r26)
371 std %r0, 8(%r26)
372 std %r0, 16(%r26)
373 std %r0, 24(%r26)
374 std %r0, 32(%r26)
375 std %r0, 40(%r26)
376 std %r0, 48(%r26)
377 std %r0, 56(%r26)
378 std %r0, 64(%r26)
379 std %r0, 72(%r26)
[all …]
Dreal2.S242 std %rp, -0x10(%sp) /* save RP */
243 std %sp, -8(%arg0) /* save SP on real-mode stack */
/linux-4.4.14/arch/powerpc/mm/
Dhash_low_64.S57 std r0,16(r1)
60 std r6,STK_PARAM(R6)(r1)
61 std r8,STK_PARAM(R8)(r1)
62 std r9,STK_PARAM(R9)(r1)
71 std r27,STK_REG(R27)(r1)
72 std r28,STK_REG(R28)(r1)
73 std r29,STK_REG(R29)(r1)
74 std r30,STK_REG(R30)(r1)
75 std r31,STK_REG(R31)(r1)
169 std r3,STK_PARAM(R4)(r1)
[all …]
Dtlb_low_64e.S53 std r13,EX_TLB_R13(r12)
54 std r10,EX_TLB_R10(r12)
58 std r11,EX_TLB_R11(r12)
65 std r16,EX_TLB_R16(r12)
67 std r14,EX_TLB_R14(r12)
69 std r15,EX_TLB_R15(r12)
70 std r10,EX_TLB_CR(r12)
72 std r7,EX_TLB_R7(r12)
564 std r14,EX_TLB_ESR(r12); /* save ESR */
565 std r16,EX_TLB_DEAR(r12); /* save DEAR */
[all …]
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dopal-wrappers.S62 std r0,16(r1); \
67 std r1,PACAR1(r13); \
71 std r12,PACASAVEDMSR(r13); \
105 std r0,STK_REG(R23)(r1)
106 std r3,STK_REG(R24)(r1)
107 std r4,STK_REG(R25)(r1)
108 std r5,STK_REG(R26)(r1)
109 std r6,STK_REG(R27)(r1)
110 std r7,STK_REG(R28)(r1)
111 std r8,STK_REG(R29)(r1)
[all …]
/linux-4.4.14/drivers/media/tuners/
Dtda9887.c38 v4l2_std_id std; member
48 v4l2_std_id std; member
138 .std = V4L2_STD_PAL_BG | V4L2_STD_PAL_H | V4L2_STD_PAL_N,
149 .std = V4L2_STD_PAL_I,
160 .std = V4L2_STD_PAL_DK,
171 .std = V4L2_STD_PAL_M | V4L2_STD_PAL_Nc,
182 .std = V4L2_STD_SECAM_B | V4L2_STD_SECAM_G | V4L2_STD_SECAM_H,
190 .std = V4L2_STD_SECAM_L,
199 .std = V4L2_STD_SECAM_LC,
209 .std = V4L2_STD_SECAM_DK,
[all …]
Dxc4000.c945 v4l2_std_id std, __u16 int_freq) in check_firmware() argument
964 new_fw.id = std; in check_firmware()
965 new_fw.std_req = std; in check_firmware()
1022 priv->cur_fw.std_req == std) { in check_firmware()
1289 params->std = 0; in xc4000_set_analog_params()
1311 params->std &= V4L2_STD_ALL; in xc4000_set_analog_params()
1313 if (!params->std) in xc4000_set_analog_params()
1314 params->std = V4L2_STD_PAL_BG; in xc4000_set_analog_params()
1319 if (params->std & V4L2_STD_MN) { in xc4000_set_analog_params()
1320 params->std = V4L2_STD_MN; in xc4000_set_analog_params()
[all …]
Dtda18271-maps.c1190 .fm_radio = { .if_freq = 1250, .fm_rfn = 1, .agc_mode = 3, .std = 0,
1192 .atv_b = { .if_freq = 6750, .fm_rfn = 0, .agc_mode = 1, .std = 6,
1194 .atv_dk = { .if_freq = 7750, .fm_rfn = 0, .agc_mode = 1, .std = 7,
1196 .atv_gh = { .if_freq = 7750, .fm_rfn = 0, .agc_mode = 1, .std = 7,
1198 .atv_i = { .if_freq = 7750, .fm_rfn = 0, .agc_mode = 1, .std = 7,
1200 .atv_l = { .if_freq = 7750, .fm_rfn = 0, .agc_mode = 1, .std = 7,
1202 .atv_lc = { .if_freq = 1250, .fm_rfn = 0, .agc_mode = 1, .std = 7,
1204 .atv_mn = { .if_freq = 5750, .fm_rfn = 0, .agc_mode = 1, .std = 5,
1206 .atsc_6 = { .if_freq = 3250, .fm_rfn = 0, .agc_mode = 3, .std = 4,
1208 .dvbt_6 = { .if_freq = 3300, .fm_rfn = 0, .agc_mode = 3, .std = 4,
[all …]
Dtuner-simple.c333 if (params->std & V4L2_STD_SECAM_L) in simple_std_setup()
336 else if (params->std & V4L2_STD_SECAM_LC) in simple_std_setup()
345 if (params->std & V4L2_STD_PAL_BG) { in simple_std_setup()
348 } else if (params->std & V4L2_STD_PAL_I) { in simple_std_setup()
351 } else if (params->std & V4L2_STD_PAL_DK) { in simple_std_setup()
354 } else if (params->std & V4L2_STD_SECAM_L) { in simple_std_setup()
363 if (params->std & (V4L2_STD_PAL_BG|V4L2_STD_PAL_DK)) { in simple_std_setup()
366 } else if (params->std & V4L2_STD_PAL_I) { in simple_std_setup()
369 } else if (params->std & V4L2_STD_SECAM_L) { in simple_std_setup()
381 if (!(params->std & V4L2_STD_ATSC)) in simple_std_setup()
[all …]
Dtda18271-fe.c98 regs[R_EP3] |= (map->agc_mode << 3) | map->std; in tda18271_channel_configuration()
903 freq, map->if_freq, bw, map->agc_mode, map->std); in tda18271_tune()
939 struct tda18271_std_map *std_map = &priv->std; in tda18271_set_params()
999 struct tda18271_std_map *std_map = &priv->std; in tda18271_set_analog_params()
1011 } else if (params->std & V4L2_STD_MN) { in tda18271_set_analog_params()
1014 } else if (params->std & V4L2_STD_B) { in tda18271_set_analog_params()
1017 } else if (params->std & V4L2_STD_GH) { in tda18271_set_analog_params()
1020 } else if (params->std & V4L2_STD_PAL_I) { in tda18271_set_analog_params()
1023 } else if (params->std & V4L2_STD_DK) { in tda18271_set_analog_params()
1026 } else if (params->std & V4L2_STD_SECAM_L) { in tda18271_set_analog_params()
[all …]
Dr820t.c101 v4l2_std_id std; member
721 v4l2_std_id std, in r820t_sysfreq_sel() argument
951 v4l2_std_id std, u32 delsys) in r820t_set_tv_standard() argument
1089 else if ((type == V4L2_TUNER_ANALOG_TV) && (std != priv->std)) in r820t_set_tv_standard()
1199 priv->std = std; in r820t_set_tv_standard()
1295 v4l2_std_id std, u32 delsys) in generic_set_freq() argument
1304 rc = r820t_set_tv_standard(priv, bw, type, std, delsys); in generic_set_freq()
1308 if ((type == V4L2_TUNER_ANALOG_TV) && (std == V4L2_STD_SECAM_LC)) in generic_set_freq()
1321 rc = r820t_sysfreq_sel(priv, freq, type, std, delsys); in generic_set_freq()
2190 if (!p->std) in r820t_set_analog_freq()
[all …]
Dtuner-xc2028.c716 v4l2_std_id std, __u16 int_freq) in check_firmware() argument
735 new_fw.id = std; in check_firmware()
736 new_fw.std_req = std; in check_firmware()
802 priv->cur_fw.std_req == std) { in check_firmware()
1013 v4l2_std_id std, in generic_set_freq() argument
1027 if (check_firmware(fe, type, std, int_freq) < 0) in generic_set_freq()
1176 if (!p->std) in xc2028_set_analog_freq()
1177 p->std = V4L2_STD_MN; in xc2028_set_analog_freq()
1180 if (!(p->std & V4L2_STD_MN)) in xc2028_set_analog_freq()
1184 p->std |= parse_audio_std_option(); in xc2028_set_analog_freq()
[all …]
Dtda8290.c121 if (params->std & V4L2_STD_MN) { in set_audio()
124 } else if (params->std & V4L2_STD_B) { in set_audio()
127 } else if (params->std & V4L2_STD_GH) { in set_audio()
130 } else if (params->std & V4L2_STD_PAL_I) { in set_audio()
133 } else if (params->std & V4L2_STD_DK) { in set_audio()
136 } else if (params->std & V4L2_STD_SECAM_L) { in set_audio()
139 } else if (params->std & V4L2_STD_SECAM_LC) { in set_audio()
Dtda827x.c57 if (params->std & V4L2_STD_MN) { in tda827x_set_std()
61 } else if (params->std & V4L2_STD_B) { in tda827x_set_std()
64 } else if (params->std & V4L2_STD_GH) { in tda827x_set_std()
67 } else if (params->std & V4L2_STD_PAL_I) { in tda827x_set_std()
70 } else if (params->std & V4L2_STD_DK) { in tda827x_set_std()
73 } else if (params->std & V4L2_STD_SECAM_L) { in tda827x_set_std()
76 } else if (params->std & V4L2_STD_SECAM_LC) { in tda827x_set_std()
492 if (params->std & V4L2_STD_MN) in tda827xa_lna_gain()
Dmt20xx.c306 if (params->std & V4L2_STD_525_60) { in mt2032_set_tv_freq()
330 if (params->std & V4L2_STD_525_60) { in mt2032_set_radio_freq()
508 if (params->std & V4L2_STD_525_60) { in mt2050_set_tv_freq()
531 if (params->std & V4L2_STD_525_60) { in mt2050_set_radio_freq()
Dxc5000.c890 if (params->std & V4L2_STD_MN) { in xc5000_config_tv()
896 if (params->std & V4L2_STD_PAL_BG) { in xc5000_config_tv()
902 if (params->std & V4L2_STD_PAL_I) { in xc5000_config_tv()
908 if (params->std & V4L2_STD_PAL_DK) { in xc5000_config_tv()
914 if (params->std & V4L2_STD_SECAM_DK) { in xc5000_config_tv()
920 if (params->std & V4L2_STD_SECAM_L) { in xc5000_config_tv()
925 if (params->std & V4L2_STD_SECAM_LC) { in xc5000_config_tv()
Dtda18271.h33 unsigned int std:3; member
Dtda18271-priv.h120 struct tda18271_std_map std; member
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-cards.c265 { .std = V4L2_STD_ALL, .tuner = TUNER_PHILIPS_NTSC },
306 { .std = V4L2_STD_PAL_SECAM, .tuner = TUNER_PHILIPS_FQ1216ME },
307 { .std = V4L2_STD_ALL, .tuner = TUNER_PHILIPS_FQ1286 },
347 { .std = V4L2_STD_PAL_SECAM, .tuner = TUNER_PHILIPS_FQ1216ME },
348 { .std = V4L2_STD_ALL, .tuner = TUNER_PHILIPS_FQ1286 },
383 { .std = V4L2_STD_PAL_SECAM, .tuner = TUNER_PHILIPS_FQ1216ME },
384 { .std = V4L2_STD_ALL, .tuner = TUNER_PHILIPS_FQ1286 },
425 { .std = V4L2_STD_PAL_SECAM, .tuner = TUNER_PHILIPS_FM1216ME_MK3 },
426 { .std = V4L2_STD_ALL - V4L2_STD_NTSC_M_JP,
428 { .std = V4L2_STD_NTSC_M_JP, .tuner = TUNER_PHILIPS_FQ1286 },
[all …]
Divtv-driver.c528 if (itv->std != 0) in ivtv_process_eeprom()
535 itv->std |= V4L2_STD_PAL_BG | V4L2_STD_PAL_H; in ivtv_process_eeprom()
538 itv->std |= V4L2_STD_NTSC_M; in ivtv_process_eeprom()
541 itv->std |= V4L2_STD_SECAM_L; in ivtv_process_eeprom()
544 itv->std |= V4L2_STD_NTSC_M; in ivtv_process_eeprom()
670 itv->std = ivtv_parse_std(itv); in ivtv_process_options()
671 if (itv->std == 0 && tunertype >= 0) in ivtv_process_options()
672 itv->std = tunertype ? V4L2_STD_MN : (V4L2_STD_ALL & ~V4L2_STD_MN); in ivtv_process_options()
1124 if (itv->std == 0) { in ivtv_probe()
1125 itv->std = V4L2_STD_NTSC_M; in ivtv_probe()
[all …]
Divtv-firmware.c282 v4l2_std_id std; in ivtv_firmware_restart() local
303 std = itv->std; in ivtv_firmware_restart()
304 itv->std = 0; in ivtv_firmware_restart()
305 ivtv_s_std_enc(itv, std); in ivtv_firmware_restart()
311 std = itv->std_out; in ivtv_firmware_restart()
313 ivtv_s_std_dec(itv, std); in ivtv_firmware_restart()
Divtv-ioctl.h30 void ivtv_s_std_enc(struct ivtv *itv, v4l2_std_id std);
31 void ivtv_s_std_dec(struct ivtv *itv, v4l2_std_id std);
Divtv-ioctl.c998 v4l2_std_id std; in ivtv_s_input() local
1022 std = itv->tuner_std; in ivtv_s_input()
1024 std = V4L2_STD_ALL; in ivtv_s_input()
1026 itv->streams[i].vdev.tvnorms = std; in ivtv_s_input()
1103 static int ivtv_g_std(struct file *file, void *fh, v4l2_std_id *std) in ivtv_g_std() argument
1107 *std = itv->std; in ivtv_g_std()
1111 void ivtv_s_std_enc(struct ivtv *itv, v4l2_std_id std) in ivtv_s_std_enc() argument
1113 itv->std = std; in ivtv_s_std_enc()
1114 itv->is_60hz = (std & V4L2_STD_525_60) ? 1 : 0; in ivtv_s_std_enc()
1127 ivtv_call_all(itv, video, s_std, itv->std); in ivtv_s_std_enc()
[all …]
Divtv-cards.h257 v4l2_std_id std; /* standard for which the tuner is suitable */ member
/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-av-core.c291 v4l2_std_id std = state->std; in cx18_av_std_setup() local
305 if (std & ~V4L2_STD_NTSC) in cx18_av_std_setup()
318 if (std & V4L2_STD_625_50) { in cx18_av_std_setup()
373 if (std & V4L2_STD_PAL) { in cx18_av_std_setup()
378 } else if (std == V4L2_STD_PAL_Nc) { in cx18_av_std_setup()
433 if (std == V4L2_STD_PAL_60) { in cx18_av_std_setup()
439 } else if (std == V4L2_STD_PAL_M) { in cx18_av_std_setup()
522 if (std & V4L2_STD_625_50) { in cx18_av_std_setup()
535 v4l2_std_id std = state->std; in input_change() local
539 cx18_av_write(cx, 0x49f, (std & V4L2_STD_NTSC) ? 0x14 : 0x11); in input_change()
[all …]
Dcx18-driver.c428 if (cx->std != 0) in cx18_process_eeprom()
441 cx->std = V4L2_STD_ALL; in cx18_process_eeprom()
444 cx->std |= V4L2_STD_PAL_BG | V4L2_STD_PAL_H; in cx18_process_eeprom()
447 cx->std |= V4L2_STD_NTSC_M; in cx18_process_eeprom()
450 cx->std |= V4L2_STD_SECAM_L; in cx18_process_eeprom()
453 cx->std |= V4L2_STD_NTSC_M; in cx18_process_eeprom()
647 cx->std = cx18_parse_std(cx); in cx18_process_options()
1047 if (cx->std == 0) in cx18_probe()
1048 cx->std = V4L2_STD_NTSC_M; in cx18_probe()
1052 if ((cx->std & cx->card->tuners[i].std) == 0) in cx18_probe()
[all …]
Dcx18-cards.c233 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 },
284 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 },
344 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 },
401 { .std = V4L2_STD_PAL_SECAM, .tuner = TUNER_PHILIPS_FM1216ME_MK3 },
451 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 },
498 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 },
551 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 },
615 input->std = (input->type == V4L2_INPUT_TYPE_TUNER) ? in cx18_get_input()
Dcx18-ioctl.c514 v4l2_std_id std = V4L2_STD_ALL; in cx18_s_input() local
533 std = cx->tuner_std; in cx18_s_input()
534 cx->streams[CX18_ENC_STREAM_TYPE_MPG].video_dev.tvnorms = std; in cx18_s_input()
535 cx->streams[CX18_ENC_STREAM_TYPE_YUV].video_dev.tvnorms = std; in cx18_s_input()
536 cx->streams[CX18_ENC_STREAM_TYPE_VBI].video_dev.tvnorms = std; in cx18_s_input()
574 static int cx18_g_std(struct file *file, void *fh, v4l2_std_id *std) in cx18_g_std() argument
578 *std = cx->std; in cx18_g_std()
582 int cx18_s_std(struct file *file, void *fh, v4l2_std_id std) in cx18_s_std() argument
587 if ((std & V4L2_STD_ALL) == 0) in cx18_s_std()
590 if (std == cx->std) in cx18_s_std()
[all …]
Dcx18-ioctl.h29 int cx18_s_std(struct file *file, void *fh, v4l2_std_id std);
Dcx18-av-vbi.c143 int is_pal = !(state->std & V4L2_STD_525_60); in cx18_av_g_sliced_fmt()
193 int is_pal = !(state->std & V4L2_STD_525_60); in cx18_av_s_sliced_fmt()
Dcx18-cards.h107 v4l2_std_id std; /* standard for which the tuner is suitable */ member
Dcx18-dvb.c97 .atsc_6 = { .if_freq = 5380, .agc_mode = 3, .std = 3,
99 .qam_6 = { .if_freq = 4000, .agc_mode = 3, .std = 0,
/linux-4.4.14/drivers/media/usb/pvrusb2/
Dpvrusb2-std.c292 static int pvr2_std_fill(struct v4l2_standard *std,v4l2_std_id id) in pvr2_std_fill() argument
299 idx = std->index; in pvr2_std_fill()
300 memcpy(std,template,sizeof(*template)); in pvr2_std_fill()
301 std->index = idx; in pvr2_std_fill()
302 std->id = id; in pvr2_std_fill()
303 bcnt = pvr2_std_id_to_str(std->name,sizeof(std->name)-1,id); in pvr2_std_fill()
304 std->name[bcnt] = 0; in pvr2_std_fill()
306 std->index,std->name); in pvr2_std_fill()
Dpvrusb2-devattr.c326 .dvbt_6 = { .if_freq = 3300, .agc_mode = 3, .std = 4,
328 .dvbt_7 = { .if_freq = 3800, .agc_mode = 3, .std = 5,
330 .dvbt_8 = { .if_freq = 4300, .agc_mode = 3, .std = 6,
426 .atsc_6 = { .if_freq = 5380, .agc_mode = 3, .std = 3,
428 .qam_6 = { .if_freq = 4000, .agc_mode = 3, .std = 0,
DMakefile10 pvrusb2-ctrl.o pvrusb2-std.o pvrusb2-devattr.o \
Dpvrusb2-v4l2.c165 static int pvr2_g_std(struct file *file, void *priv, v4l2_std_id *std) in pvr2_g_std() argument
174 *std = val; in pvr2_g_std()
178 static int pvr2_s_std(struct file *file, void *priv, v4l2_std_id std) in pvr2_s_std() argument
184 pvr2_hdw_get_ctrl_by_id(hdw, PVR2_CID_STDCUR), std); in pvr2_s_std()
187 static int pvr2_querystd(struct file *file, void *priv, v4l2_std_id *std) in pvr2_querystd() argument
196 *std = val; in pvr2_querystd()
/linux-4.4.14/arch/parisc/include/asm/
Dassembly.h28 #define STREG std
31 #define STREGM std,ma
346 std,ma %r3, CALLEE_REG_FRAME_SIZE(%r30)
348 std %r4, -136(%r30)
349 std %r5, -128(%r30)
350 std %r6, -120(%r30)
351 std %r7, -112(%r30)
352 std %r8, -104(%r30)
353 std %r9, -96(%r30)
354 std %r10, -88(%r30)
[all …]
/linux-4.4.14/Documentation/video4linux/
Dv4l2-pci-skeleton.c70 v4l2_std_id std; member
331 pix->height = (skel->std & V4L2_STD_525_60) ? 480 : 576; in skeleton_fill_pix_format()
415 static int skeleton_s_std(struct file *file, void *priv, v4l2_std_id std) in skeleton_s_std() argument
428 if (std == skel->std) in skeleton_s_std()
440 skel->std = std; in skeleton_s_std()
447 static int skeleton_g_std(struct file *file, void *priv, v4l2_std_id *std) in skeleton_g_std() argument
455 *std = skel->std; in skeleton_g_std()
466 static int skeleton_querystd(struct file *file, void *priv, v4l2_std_id *std) in skeleton_querystd() argument
481 *std = 0; in skeleton_querystd()
486 *std &= V4L2_STD_525_60; in skeleton_querystd()
[all …]
/linux-4.4.14/drivers/media/platform/
Dtimblogiw.c58 v4l2_std_id std; member
83 .std = V4L2_STD_PAL,
89 .std = V4L2_STD_NTSC,
107 static const struct timblogiw_tvnorm *timblogiw_get_norm(const v4l2_std_id std) in timblogiw_get_norm() argument
111 if (timblogiw_tvnorms[i].std & std) in timblogiw_get_norm()
327 static int timblogiw_g_std(struct file *file, void *priv, v4l2_std_id *std) in timblogiw_g_std() argument
334 *std = fh->cur_norm->std; in timblogiw_g_std()
338 static int timblogiw_s_std(struct file *file, void *priv, v4l2_std_id std) in timblogiw_s_std() argument
350 err = v4l2_subdev_call(lw->sd_enc, video, s_std, std); in timblogiw_s_std()
353 fh->cur_norm = timblogiw_get_norm(std); in timblogiw_s_std()
[all …]
Dsh_vou.c86 v4l2_std_id std; member
444 if (vou_dev->std & V4L2_STD_525_60) { in sh_vou_configure_geometry()
522 static void vou_adjust_input(struct sh_vou_geometry *geo, v4l2_std_id std) in vou_adjust_input() argument
528 if (std & V4L2_STD_525_60) in vou_adjust_input()
592 static void vou_adjust_output(struct sh_vou_geometry *geo, v4l2_std_id std) in vou_adjust_output() argument
598 if (std & V4L2_STD_525_60) { in vou_adjust_output()
688 if (vou_dev->std & V4L2_STD_525_60) in sh_vou_try_fmt_vid_out()
730 vou_adjust_output(&geo, vou_dev->std); in sh_vou_set_fmt_vid_out()
743 if (vou_dev->std & V4L2_STD_525_60) in sh_vou_set_fmt_vid_out()
759 vou_adjust_input(&geo, vou_dev->std); in sh_vou_set_fmt_vid_out()
[all …]
Dvia-camera.c812 input->std = V4L2_STD_ALL; /* Not sure what should go here */ in viacam_enum_input()
830 static int viacam_s_std(struct file *filp, void *priv, v4l2_std_id std) in viacam_s_std() argument
835 static int viacam_g_std(struct file *filp, void *priv, v4l2_std_id *std) in viacam_g_std() argument
837 *std = V4L2_STD_NTSC_M; in viacam_g_std()
/linux-4.4.14/arch/powerpc/kernel/vdso64/
Dgettimeofday.S39 std r4,TVAL64_TV_SEC(r11) /* store sec in tv */
40 std r5,TVAL64_TV_USEC(r11) /* store usec in tv */
114 80: std r4,TSPC64_TV_SEC(r11)
115 std r5,TSPC64_TV_NSEC(r11)
153 std r3,TSPC64_TV_SEC(r4)
154 std r5,TSPC64_TV_NSEC(r4)
185 std r4,0(r11) /* store result at *t */
/linux-4.4.14/drivers/media/pci/saa7134/
Dsaa7134-tvaudio.c67 v4l2_std_id std; member
72 .std = V4L2_STD_MN,
76 .std = V4L2_STD_B | V4L2_STD_GH,
80 .std = V4L2_STD_PAL_I,
84 .std = V4L2_STD_DK | V4L2_STD_SECAM_L | V4L2_STD_SECAM_LC,
92 .std = V4L2_STD_PAL_BG,
98 .std = V4L2_STD_PAL_DK,
104 .std = V4L2_STD_PAL_DK,
110 .std = V4L2_STD_PAL_DK,
116 .std = V4L2_STD_PAL_BG,
[all …]
Dsaa7134-dvb.c225 .dvbt_6 = { .if_freq = 3300, .agc_mode = 3, .std = 4,
1100 .atsc_6 = { .if_freq = 3250, .agc_mode = 3, .std = 4,
1102 .qam_6 = { .if_freq = 4000, .agc_mode = 3, .std = 5,
1146 .dvbt_6 = { .if_freq = 3300, .agc_mode = 3, .std = 4,
1148 .dvbt_7 = { .if_freq = 3800, .agc_mode = 3, .std = 5,
1150 .dvbt_8 = { .if_freq = 4300, .agc_mode = 3, .std = 6,
1180 .atsc_6 = { .if_freq = 3250, .agc_mode = 3, .std = 3,
1182 .qam_6 = { .if_freq = 4000, .agc_mode = 3, .std = 0,
/linux-4.4.14/fs/isofs/
Ddir.c52 int std; in get_acorn_filename() local
58 std = sizeof(struct iso_directory_record) + de->name_len[0]; in get_acorn_filename()
59 if (std & 1) in get_acorn_filename()
60 std++; in get_acorn_filename()
61 if ((*((unsigned char *) de) - std) != 32) in get_acorn_filename()
63 chr = ((unsigned char *) de) + std; in get_acorn_filename()
/linux-4.4.14/kernel/trace/
Dtrace_benchmark.c43 unsigned int std = 0; in trace_do_benchmark() local
132 std = seed; in trace_do_benchmark()
137 bm_last, bm_first, bm_max, bm_min, avg, std, stddev); in trace_do_benchmark()
139 bm_std = std; in trace_do_benchmark()
DKconfig563 last=632 first=3672 max=632 min=632 avg=316 std=446 std^2=199712
564 last=278 first=3672 max=632 min=278 avg=303 std=316 std^2=100337
565 last=277 first=3672 max=632 min=277 avg=296 std=258 std^2=67064
566 last=273 first=3672 max=632 min=273 avg=292 std=224 std^2=50411
567 last=273 first=3672 max=632 min=273 avg=288 std=200 std^2=40389
568 last=281 first=3672 max=632 min=273 avg=287 std=183 std^2=33666
/linux-4.4.14/arch/powerpc/platforms/pasemi/
Dpowersave.S40 std r3,8(r1); \
63 std r0, 16(r1)
66 std r3, 48(r1)
/linux-4.4.14/arch/powerpc/boot/
Dps3-hvcall.S139 std r4, 0(r11)
147 std r4, 0(r11)
149 std r5, 0(r11)
154 std r4, 0(r11)
Dcrt0.S142 std r5,(p_prom-p_base)(r10)
210 5: std r0,0(r9)
233 #define SAVE_GPR(n, base) std n,8*(n)(base)
249 std r0,16(r1)
257 std r10,8*32(r1)
259 std r10,8*33(r1)
/linux-4.4.14/drivers/media/pci/sta2x11/
Dsta2x11_vip.c139 v4l2_std_id std; member
444 static int vidioc_s_std(struct file *file, void *priv, v4l2_std_id std) in vidioc_s_std() argument
447 v4l2_std_id oldstd = vip->std, newstd; in vidioc_s_std()
450 if (V4L2_STD_ALL == std) { in vidioc_s_std()
451 v4l2_subdev_call(vip->decoder, video, s_std, std); in vidioc_s_std()
457 std = vip->std = newstd; in vidioc_s_std()
458 if (oldstd != std) { in vidioc_s_std()
459 if (V4L2_STD_525_60 & std) in vidioc_s_std()
467 if (oldstd != std) { in vidioc_s_std()
468 if (V4L2_STD_525_60 & std) in vidioc_s_std()
[all …]
/linux-4.4.14/drivers/media/v4l2-core/
Dtuner-core.c124 v4l2_std_id std; member
845 .std = t->std in set_tv_freq()
890 static v4l2_std_id tuner_fixup_std(struct tuner *t, v4l2_std_id std) in tuner_fixup_std() argument
892 if (pal[0] != '-' && (std & V4L2_STD_PAL) == V4L2_STD_PAL) { in tuner_fixup_std()
922 if (secam[0] != '-' && (std & V4L2_STD_SECAM) == V4L2_STD_SECAM) { in tuner_fixup_std()
949 if (ntsc[0] != '-' && (std & V4L2_STD_NTSC) == V4L2_STD_NTSC) { in tuner_fixup_std()
965 return std; in tuner_fixup_std()
986 .std = t->std in set_radio_freq()
1063 tuner_info("Standard: 0x%08lx\n", (unsigned long)t->std); in tuner_status()
1125 static int tuner_s_std(struct v4l2_subdev *sd, v4l2_std_id std) in tuner_s_std() argument
[all …]
Dv4l2-ioctl.c42 v4l2_std_id std; member
93 for (i = 0; standards[i].std; i++) in v4l2_norm_to_name()
94 if (myid == standards[i].std) in v4l2_norm_to_name()
191 p->tuner, (unsigned long long)p->std, p->status, in v4l_print_enuminput()
202 p->modulator, (unsigned long long)p->std, p->capabilities); in v4l_print_enumoutput()
1725 while ((id & standards[j].std) != standards[j].std) in v4l_enumstd()
1727 curr_id = standards[j].std; in v4l_enumstd()
1876 v4l2_std_id std; in v4l_g_parm() local
1887 ret = ops->vidioc_g_std(file, fh, &std); in v4l_g_parm()
1889 v4l2_video_std_frame_period(std, &p->parm.capture.timeperframe); in v4l_g_parm()
/linux-4.4.14/drivers/media/platform/blackfin/
Dbfin_capture.c77 v4l2_std_id std; member
302 if (bcap_dev->std & V4L2_STD_525_60) { in bcap_start_streaming()
442 static int bcap_querystd(struct file *file, void *priv, v4l2_std_id *std) in bcap_querystd() argument
451 return v4l2_subdev_call(bcap_dev->sd, video, querystd, std); in bcap_querystd()
454 static int bcap_g_std(struct file *file, void *priv, v4l2_std_id *std) in bcap_g_std() argument
463 *std = bcap_dev->std; in bcap_g_std()
467 static int bcap_s_std(struct file *file, void *priv, v4l2_std_id std) in bcap_s_std() argument
480 ret = v4l2_subdev_call(bcap_dev->sd, video, s_std, std); in bcap_s_std()
484 bcap_dev->std = std; in bcap_s_std()
911 vfd->tvnorms |= config->inputs[i].std; in bcap_probe()
[all …]
/linux-4.4.14/drivers/media/dvb-frontends/drx39xyj/
Ddrx_driver.h2308 #define DRX_ISATVSTD(std) (((std) == DRX_STANDARD_PAL_SECAM_BG) || \ argument
2309 ((std) == DRX_STANDARD_PAL_SECAM_DK) || \
2310 ((std) == DRX_STANDARD_PAL_SECAM_I) || \
2311 ((std) == DRX_STANDARD_PAL_SECAM_L) || \
2312 ((std) == DRX_STANDARD_PAL_SECAM_LP) || \
2313 ((std) == DRX_STANDARD_NTSC) || \
2314 ((std) == DRX_STANDARD_FM))
2321 #define DRX_ISQAMSTD(std) (((std) == DRX_STANDARD_ITU_A) || \ argument
2322 ((std) == DRX_STANDARD_ITU_B) || \
2323 ((std) == DRX_STANDARD_ITU_C) || \
[all …]
/linux-4.4.14/arch/sparc/mm/
Dtsunami.S88 std t0, [dst + offset + 0x18]; \
90 std t2, [dst + offset + 0x10]; \
92 std t0, [dst + offset + 0x08]; \
94 std t2, [dst + offset + 0x00];
/linux-4.4.14/tools/testing/selftests/powerpc/stringloops/
Dmemcmp_64.S89 std r31,-8(r1)
90 std r30,-16(r1)
91 std r29,-24(r1)
92 std r28,-32(r1)
93 std r27,-40(r1)
/linux-4.4.14/drivers/media/pci/saa7146/
Dmxb.c352 v4l2_std_id std = V4L2_STD_PAL_BG; in mxb_init_done() local
360 saa7111a_call(mxb, video, s_std, std); in mxb_init_done()
382 saa7111a_call(mxb, video, s_std, std); in mxb_init_done()
383 tuner_call(mxb, video, s_std, std); in mxb_init_done()
768 v4l2_std_id std = V4L2_STD_PAL_I; in std_callback() local
774 saa7111a_call(mxb, video, s_std, std); in std_callback()
776 tuner_call(mxb, video, s_std, std); in std_callback()
778 v4l2_std_id std = V4L2_STD_PAL_BG; in std_callback() local
781 std = standard->id; in std_callback()
786 saa7111a_call(mxb, video, s_std, std); in std_callback()
[all …]
Dhexium_gemini.c333 static int std_callback(struct saa7146_dev *dev, struct saa7146_standard *std) in std_callback() argument
337 if (V4L2_STD_PAL == std->id) { in std_callback()
341 } else if (V4L2_STD_NTSC == std->id) { in std_callback()
345 } else if (V4L2_STD_SECAM == std->id) { in std_callback()
/linux-4.4.14/drivers/media/usb/go7007/
Ds2250-board.c122 v4l2_std_id std; member
334 vidsys = (state->std == V4L2_STD_NTSC) ? 0x01 : 0x00; in s2250_s_video_routing()
367 state->std = norm; in s2250_s_std()
459 v4l2_info(sd, "Standard: %s\n", state->std == V4L2_STD_NTSC ? "NTSC" : in s2250_log_status()
460 state->std == V4L2_STD_PAL ? "PAL" : in s2250_log_status()
461 state->std == V4L2_STD_SECAM ? "SECAM" : in s2250_log_status()
550 state->std = V4L2_STD_NTSC; in s2250_probe()
Dgo7007-v4l2.c588 static int vidioc_g_std(struct file *file, void *priv, v4l2_std_id *std) in vidioc_g_std() argument
592 *std = go->std; in vidioc_g_std()
598 if (go->std & V4L2_STD_625_50) { in go7007_s_std()
606 call_all(&go->v4l2_dev, video, s_std, go->std); in go7007_s_std()
611 static int vidioc_s_std(struct file *file, void *priv, v4l2_std_id std) in vidioc_s_std() argument
618 go->std = std; in vidioc_s_std()
623 static int vidioc_querystd(struct file *file, void *priv, v4l2_std_id *std) in vidioc_querystd() argument
627 return call_all(&go->v4l2_dev, video, querystd, std); in vidioc_querystd()
654 inp->std = video_devdata(file)->tvnorms; in vidioc_enum_input()
656 inp->std = 0; in vidioc_enum_input()
/linux-4.4.14/arch/sparc/kernel/
Dentry.S889 std %g4, [%o4 + AOFF_task_thread + AOFF_thread_fork_kpsr]
913 std %g4, [%o4 + AOFF_task_thread + AOFF_thread_fork_kpsr]
929 std %g4, [%o4 + AOFF_task_thread + AOFF_thread_fork_kpsr]
1094 std %fq, [%o2]
1106 std %f0, [%o0 + 0x00]
1107 std %f2, [%o0 + 0x08]
1108 std %f4, [%o0 + 0x10]
1109 std %f6, [%o0 + 0x18]
1110 std %f8, [%o0 + 0x20]
1111 std %f10, [%o0 + 0x28]
[all …]
Dhead_32.S154 std %g4, [%g1]
156 std %g4, [%g1+8]
165 std %g4, [%g3]
167 std %g4, [%g3 + 0x8] ! Copy proms handler
/linux-4.4.14/Documentation/virtual/kvm/
Dppc-pv.txt132 The "ld" and "std" instructions are transformed to "lwz" and "stw" instructions
154 mtmsr rX std rX, magic_page->msr
155 mtsprg 0, rX std rX, magic_page->sprg0
156 mtsprg 1, rX std rX, magic_page->sprg1
157 mtsprg 2, rX std rX, magic_page->sprg2
158 mtsprg 3, rX std rX, magic_page->sprg3
159 mtsrr0 rX std rX, magic_page->srr0
160 mtsrr1 rX std rX, magic_page->srr1
161 mtdar rX std rX, magic_page->dar
/linux-4.4.14/net/ipv4/
Dcipso_ipv4.c555 kfree(doi_def->map.std->lvl.cipso); in cipso_v4_doi_free()
556 kfree(doi_def->map.std->lvl.local); in cipso_v4_doi_free()
557 kfree(doi_def->map.std->cat.cipso); in cipso_v4_doi_free()
558 kfree(doi_def->map.std->cat.local); in cipso_v4_doi_free()
740 if (doi_def->map.std->lvl.cipso[level] < CIPSO_V4_INV_LVL) in cipso_v4_map_lvl_valid()
769 if (host_lvl < doi_def->map.std->lvl.local_size && in cipso_v4_map_lvl_hton()
770 doi_def->map.std->lvl.local[host_lvl] < CIPSO_V4_INV_LVL) { in cipso_v4_map_lvl_hton()
771 *net_lvl = doi_def->map.std->lvl.local[host_lvl]; in cipso_v4_map_lvl_hton()
803 map_tbl = doi_def->map.std; in cipso_v4_map_lvl_ntoh()
806 *host_lvl = doi_def->map.std->lvl.cipso[net_lvl]; in cipso_v4_map_lvl_ntoh()
[all …]
/linux-4.4.14/Documentation/DocBook/
Dlibata.xml.db31 API-ata-std-prereset
33 API-sata-std-hardreset
34 API-ata-std-postreset
36 API-ata-std-qc-defer
107 API-ata-std-bios-param
142 API-ata-scsiop-inq-std
Drapidio.xml.db107 API-rio-std-route-add-entry
108 API-rio-std-route-get-entry
109 API-rio-std-route-clr-table
Dmtdnand.xml.db62 API-nand-read-oob-std
64 API-nand-write-oob-std
/linux-4.4.14/drivers/media/platform/s5p-tv/
Dsdo_drv.c138 static int sdo_g_tvnorms_output(struct v4l2_subdev *sd, v4l2_std_id *std) in sdo_g_tvnorms_output() argument
140 *std = V4L2_STD_NTSC_M | V4L2_STD_PAL_M | V4L2_STD_PAL | in sdo_g_tvnorms_output()
146 static int sdo_s_std_output(struct v4l2_subdev *sd, v4l2_std_id std) in sdo_s_std_output() argument
150 fmt = sdo_find_format(std); in sdo_s_std_output()
157 static int sdo_g_std_output(struct v4l2_subdev *sd, v4l2_std_id *std) in sdo_g_std_output() argument
159 *std = sd_to_sdev(sd)->fmt->id; in sdo_g_std_output()
/linux-4.4.14/drivers/media/i2c/cx25840/
Dcx25840-vbi.c96 int is_pal = !(state->std & V4L2_STD_525_60); in cx25840_g_sliced_fmt()
131 int is_pal = !(state->std & V4L2_STD_525_60); in cx25840_s_raw_fmt()
147 int is_pal = !(state->std & V4L2_STD_525_60); in cx25840_s_sliced_fmt()
Dcx25840-core.c776 v4l2_std_id std = state->std; in cx25840_std_setup() local
783 if (std & ~V4L2_STD_NTSC) in cx25840_std_setup()
788 if (std & V4L2_STD_625_50) { in cx25840_std_setup()
798 if (std & V4L2_STD_SECAM) { in cx25840_std_setup()
802 } else if (std == V4L2_STD_PAL_Nc) { in cx25840_std_setup()
819 if (std == V4L2_STD_PAL_60) { in cx25840_std_setup()
826 } else if (std == V4L2_STD_PAL_M) { in cx25840_std_setup()
911 if (std & V4L2_STD_625_50) { in cx25840_std_setup()
925 v4l2_std_id std = state->std; in input_change() local
928 if (std & V4L2_STD_SECAM) { in input_change()
[all …]
Dcx25840-core.h63 v4l2_std_id std; member
/linux-4.4.14/drivers/media/dvb-frontends/
Dau8522_decoder.c252 if (state->std == V4L2_STD_PAL_M) { in setup_decoder_defaults()
638 static int au8522_s_std(struct v4l2_subdev *sd, v4l2_std_id std) in au8522_s_std() argument
642 if ((std & (V4L2_STD_PAL_M | V4L2_STD_NTSC_M)) == 0) in au8522_s_std()
645 state->std = std; in au8522_s_std()
793 state->std = V4L2_STD_NTSC_M; in au8522_probe()
Ddib0090.h40 int std; member
/linux-4.4.14/drivers/media/pci/saa7164/
Dsaa7164-api.c568 tvaudio.std = TU_STANDARD_NTSC_M; in saa7164_api_set_audio_std()
571 tvaudio.std = TU_STANDARD_PAL_I; in saa7164_api_set_audio_std()
680 int saa7164_api_configure_dif(struct saa7164_port *port, u32 std) in saa7164_api_configure_dif() argument
685 dprintk(DBGLVL_API, "%s(nr=%d, 0x%x)\n", __func__, port->nr, std); in saa7164_api_configure_dif()
687 if (std & V4L2_STD_NTSC) { in saa7164_api_configure_dif()
691 } else if (std & V4L2_STD_PAL_I) { in saa7164_api_configure_dif()
695 } else if (std & V4L2_STD_PAL_M) { in saa7164_api_configure_dif()
699 } else if (std & V4L2_STD_PAL_N) { in saa7164_api_configure_dif()
703 } else if (std & V4L2_STD_PAL_Nc) { in saa7164_api_configure_dif()
707 } else if (std & V4L2_STD_PAL_B) { in saa7164_api_configure_dif()
[all …]
Dsaa7164-encoder.c223 port->std = id; in saa7164_s_std()
244 *id = port->std; in saa7164_g_std()
274 i->std |= saa7164_tvnorms[n].id; in saa7164_enum_input()
381 .std = port->encodernorm.id, in saa7164_s_frequency()
1091 port->std = V4L2_STD_NTSC_M; in saa7164_encoder_register()
Dsaa7164.h391 v4l2_std_id std; member
549 int saa7164_api_configure_dif(struct saa7164_port *port, u32 std);
/linux-4.4.14/arch/arm/mach-davinci/
Dboard-dm355-evm.c193 .std = TVP514X_STD_ALL,
199 .std = TVP514X_STD_ALL,
290 .std = VENC_STD_ALL,
Dboard-dm646x-evm.c501 .std = V4L2_STD_ALL,
522 .std = V4L2_STD_ALL,
647 .std = TVP514X_STD_ALL,
662 .std = TVP514X_STD_ALL,
Dboard-dm365-evm.c324 .std = TVP514X_STD_ALL,
330 .std = TVP514X_STD_ALL,
481 .std = VENC_STD_ALL,
Dboard-dm644x-evm.c208 .std = TVP514X_STD_ALL,
214 .std = TVP514X_STD_ALL,
688 .std = VENC_STD_ALL,
Dboard-da850-evm.c1189 .std = TVP514X_STD_ALL,
1204 .std = TVP514X_STD_ALL,
1283 .std = V4L2_STD_ALL,
1294 .std = V4L2_STD_ALL,
/linux-4.4.14/include/media/
Dv4l2-subdev.h396 int (*s_std_output)(struct v4l2_subdev *sd, v4l2_std_id std);
397 int (*g_std_output)(struct v4l2_subdev *sd, v4l2_std_id *std);
398 int (*querystd)(struct v4l2_subdev *sd, v4l2_std_id *std);
399 int (*g_tvnorms)(struct v4l2_subdev *sd, v4l2_std_id *std);
400 int (*g_tvnorms_output)(struct v4l2_subdev *sd, v4l2_std_id *std);
/linux-4.4.14/scripts/
Dbootgraph.pl53 my $std=shift;
54 if ($std == 1) {
D.check-lc_ctype.cmd1 …d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu89 -I./tools/i…
/linux-4.4.14/arch/alpha/lib/
Dcallback_srm.S26 ldq $27,0($2) # DISPATCH procedure descriptor (VMS call std)
29 extwl $25,2,$25 # argument information (VMS calling std)
/linux-4.4.14/drivers/media/pci/dt3155/
Ddt3155.c349 *norm = pd->std; in dt3155_g_std()
357 if (pd->std == norm) in dt3155_s_std()
361 pd->std = norm; in dt3155_s_std()
362 if (pd->std & V4L2_STD_525_60) { in dt3155_s_std()
385 input->std = V4L2_STD_ALL; in dt3155_enum_input()
532 pd->std = V4L2_STD_625_50; in dt3155_probe()
Ddt3155.h189 v4l2_std_id std; member
/linux-4.4.14/tools/testing/selftests/capabilities/
DMakefile10 CFLAGS := -O2 -g -std=gnu99 -Wall -lcap-ng
/linux-4.4.14/drivers/of/
Dunittest.c1550 struct unittest_i2c_bus_data *std = i2c_get_adapdata(adap); in unittest_i2c_master_xfer() local
1552 (void)std; in unittest_i2c_master_xfer()
1571 struct unittest_i2c_bus_data *std; in unittest_i2c_bus_probe() local
1583 std = devm_kzalloc(dev, sizeof(*std), GFP_KERNEL); in unittest_i2c_bus_probe()
1584 if (!std) { in unittest_i2c_bus_probe()
1590 std->pdev = pdev; in unittest_i2c_bus_probe()
1591 platform_set_drvdata(pdev, std); in unittest_i2c_bus_probe()
1593 adap = &std->adap; in unittest_i2c_bus_probe()
1594 i2c_set_adapdata(adap, std); in unittest_i2c_bus_probe()
1617 struct unittest_i2c_bus_data *std = platform_get_drvdata(pdev); in unittest_i2c_bus_remove() local
[all …]
/linux-4.4.14/drivers/media/usb/cx231xx/
Dcx231xx-dvb.c81 .dvbt_6 = { .if_freq = 4000, .agc_mode = 3, .std = 4,
83 .dvbt_7 = { .if_freq = 4000, .agc_mode = 3, .std = 5,
85 .dvbt_8 = { .if_freq = 4000, .agc_mode = 3, .std = 6,
90 .dvbt_6 = { .if_freq = 4000, .agc_mode = 3, .std = 4,
130 .atsc_6 = { .if_freq = 3250, .agc_mode = 3, .std = 4,
132 .qam_6 = { .if_freq = 4000, .agc_mode = 3, .std = 5,
419 params.std = dev->norm; in cx231xx_set_analog_freq()
/linux-4.4.14/Documentation/vDSO/
DMakefile11 HOSTCFLAGS := -I$(objtree)/usr/include -std=gnu99
/linux-4.4.14/drivers/media/pci/ttpci/
Dav7110_v4l.c103 .std = V4L2_STD_PAL_BG|V4L2_STD_NTSC_M,
112 .std = V4L2_STD_PAL_BG|V4L2_STD_NTSC_M,
121 .std = V4L2_STD_PAL_BG|V4L2_STD_NTSC_M,
130 .std = V4L2_STD_PAL_BG|V4L2_STD_NTSC_M,
918 static int std_callback(struct saa7146_dev* dev, struct saa7146_standard *std) in std_callback() argument
922 if (std->id & V4L2_STD_PAL) { in std_callback()
926 else if (std->id & V4L2_STD_NTSC) { in std_callback()
/linux-4.4.14/arch/blackfin/mach-bf561/boards/
Dezkit.c452 .std = V4L2_STD_ALL,
459 .std = V4L2_STD_ALL,
466 .std = V4L2_STD_ALL,
/linux-4.4.14/drivers/staging/panel/
Dpanel.c204 } std; member
1846 if (input->u.std.press_fct) in input_state_high()
1847 input->u.std.press_fct(input->u.std.press_data); in input_state_high()
1924 void (*release_fct)(int) = input->u.std.release_fct; in input_state_falling()
1927 release_fct(input->u.std.release_data); in input_state_falling()
2151 callback->u.std.press_fct = press_fct;
2152 callback->u.std.press_data = press_data;
2153 callback->u.std.release_fct = release_fct;
2154 callback->u.std.release_data = release_data;
/linux-4.4.14/drivers/staging/rtl8192u/
DMakefile3 ccflags-y := -std=gnu89
/linux-4.4.14/drivers/crypto/marvell/
Dcipher.c87 struct mv_cesa_ablkcipher_std_req *sreq = &creq->req.std; in mv_cesa_ablkcipher_std_step()
116 struct mv_cesa_ablkcipher_std_req *sreq = &creq->req.std; in mv_cesa_ablkcipher_std_process()
136 struct mv_cesa_ablkcipher_std_req *sreq = &creq->req.std; in mv_cesa_ablkcipher_process()
179 struct mv_cesa_ablkcipher_std_req *sreq = &creq->req.std; in mv_cesa_ablkcipher_std_prepare()
383 struct mv_cesa_ablkcipher_std_req *sreq = &creq->req.std; in mv_cesa_ablkcipher_std_req_init()
Dcesa.h564 struct mv_cesa_ablkcipher_std_req std; member
609 struct mv_cesa_ahash_std_req std; member
/linux-4.4.14/tools/lib/api/
DMakefile19 CFLAGS += -ggdb3 -Wall -Wextra -std=gnu99 -Werror -O6 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIC
/linux-4.4.14/tools/testing/selftests/x86/
DMakefile15 CFLAGS := -O2 -g -std=gnu99 -pthread -Wall
/linux-4.4.14/drivers/media/usb/s2255/
Ds2255drv.c226 v4l2_std_id std; member
431 return (vc->std & V4L2_STD_525_60) ? in norm_maxw()
437 return (vc->std & V4L2_STD_525_60) ? in norm_maxh()
443 return (vc->std & V4L2_STD_525_60) ? in norm_minw()
449 return (vc->std & V4L2_STD_525_60) ? in norm_minh()
764 int is_ntsc = vc->std & V4L2_STD_525_60; in vidioc_g_fmt_vid_cap()
787 int is_ntsc = vc->std & V4L2_STD_525_60; in vidioc_try_fmt_vid_cap()
1164 vc->std = i; in vidioc_s_std()
1174 *i = vc->std; in vidioc_g_std()
1195 inp->std = S2255_NORMS; in vidioc_enum_input()
[all …]
/linux-4.4.14/tools/testing/selftests/powerpc/primitives/asm/
Dasm-compat.h23 #define PPC_STL stringify_in_c(std)
/linux-4.4.14/drivers/media/usb/hdpvr/
Dhdpvr-video.c582 v4l2_std_id std) in vidioc_s_std() argument
592 if (std & V4L2_STD_525_60) in vidioc_s_std()
594 dev->cur_std = std; in vidioc_s_std()
602 v4l2_std_id *std) in vidioc_g_std() argument
609 *std = dev->cur_std; in vidioc_g_std()
769 i->std = n ? V4L2_STD_ALL : 0; in vidioc_enum_input()
/linux-4.4.14/arch/x86/xen/
Dxen-asm_32.S230 1: std
/linux-4.4.14/drivers/media/platform/davinci/
Dvpbe_venc.c71 v4l2_std_id std; member
580 venc->std = V4L2_STD_525_60; in venc_initialize()
588 ret = venc_s_std_output(sd, venc->std); in venc_initialize()
/linux-4.4.14/arch/blackfin/mach-bf609/boards/
Dezkit.c904 .std = V4L2_STD_UNKNOWN,
943 .std = V4L2_STD_ALL,
950 .std = V4L2_STD_ALL,
1135 .std = V4L2_STD_ALL,
1142 .std = V4L2_STD_ALL,
1149 .std = V4L2_STD_ALL,
/linux-4.4.14/Documentation/powerpc/
Dtransactional_memory.txt30 std r4, SAVINGS_ACCT(r3)
31 std r5, CURRENT_ACCT(r3)
52 performed. Even though the normal ld/std instructions are used (note no
/linux-4.4.14/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2.c432 input->std = solo_dev->vfd->tvnorms; in solo_enum_input()
553 static int solo_s_std(struct file *file, void *priv, v4l2_std_id std) in solo_s_std() argument
557 return solo_set_video_type(solo_dev, std & V4L2_STD_625_50); in solo_s_std()
/linux-4.4.14/Documentation/networking/
Dray_cs.txt3 Copyright (c) 1998 Corey Thomas (corey@world.std.com)
17 and I can be emailed at corey@world.std.com
/linux-4.4.14/include/net/
Dcipso_ipv4.h84 struct cipso_v4_std_map_tbl *std; member
/linux-4.4.14/arch/x86/boot/compressed/
Dhead_32.S169 std
/linux-4.4.14/arch/x86/lib/
Dmemmove_64.S104 std
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-tpg.h209 void tpg_fill_plane_buffer(struct tpg_data *tpg, v4l2_std_id std,
211 void tpg_fillbuffer(struct tpg_data *tpg, v4l2_std_id std,
/linux-4.4.14/tools/usb/usbip/
Dconfigure.ac21 AC_SUBST([EXTRA_CFLAGS], ["-Wall -Werror -Wextra -std=gnu99"])

12