Searched refs:cx (Results 51 - 75 of 157) sorted by relevance

1234567

/linux-master/drivers/acpi/
H A Dacpi_processor.c851 struct acpi_processor_cx cx; local
864 memset(&cx, 0, sizeof(cx));
896 cx.type = obj->integer.value;
902 if (i == 1 && cx.type != ACPI_STATE_C1)
905 cx.address = reg->address;
906 cx.index = last_index + 1;
909 if (!acpi_processor_ffh_cstate_probe(cpu, &cx, reg)) {
916 if (cx.type == ACPI_STATE_C1 &&
918 cx
[all...]
/linux-master/drivers/media/pci/cx18/
H A Dcx18-driver.h161 v4l2_info(&cx->v4l2_dev, " " type ": " fmt , ## args); \
175 v4l2_info(&cx->v4l2_dev, " " type ": " fmt , ## args); \
187 #define CX18_ERR(fmt, args...) v4l2_err(&cx->v4l2_dev, fmt , ## args)
188 #define CX18_WARN(fmt, args...) v4l2_warn(&cx->v4l2_dev, fmt , ## args)
189 #define CX18_INFO(fmt, args...) v4l2_info(&cx->v4l2_dev, fmt , ## args)
305 u32 id; /* index into cx->scb->cpu_mdl[] of 1st cx18_mdl_ent */
356 struct cx18 *cx; member in struct:cx18_in_work_order
371 struct cx18 *cx; /* for ease of use */ member in struct:cx18_stream
419 struct cx18 *cx; member in struct:cx18_open_id
555 struct cx18 *cx; member in struct:cx18_i2c_algo_callback_data
688 cx18_raw_vbi(const struct cx18 *cx) argument
[all...]
H A Dcx18-cards.h137 int cx18_get_input(struct cx18 *cx, u16 index, struct v4l2_input *input);
138 int cx18_get_audio_input(struct cx18 *cx, u16 index, struct v4l2_audio *input);
H A Dcx18-queue.h18 dma_sync_single_for_cpu(&s->cx->pci_dev->dev, buf->dma_handle,
25 dma_sync_single_for_device(&s->cx->pci_dev->dev, buf->dma_handle,
H A Dcx18-cards.c580 int cx18_get_input(struct cx18 *cx, u16 index, struct v4l2_input *input) argument
583 cx->card->video_inputs + index;
593 if (index >= cx->nof_inputs)
600 input->audioset = (1 << cx->nof_audio_inputs) - 1;
602 cx->tuner_std : V4L2_STD_ALL;
606 int cx18_get_audio_input(struct cx18 *cx, u16 index, struct v4l2_audio *audio) argument
609 cx->card->audio_inputs + index;
617 if (index >= cx->nof_audio_inputs)
/linux-master/arch/x86/boot/
H A Dbioscall.S34 movw $11, %cx
65 movw 68(%esp), %di /* Original %cx == 3rd argument */
69 movw $11, %cx
H A Dpmjump.S34 movw $__BOOT_DS, %cx
72 lldt %cx
H A Dtty.c44 ireg.cx = 0x0001;
/linux-master/drivers/s390/char/
H A Dcon3270.c96 unsigned int cx, cy; /* Current output position. */ member in struct:tty3270
1264 if (line->len <= tp->cx) {
1265 while (line->len < tp->cx) {
1273 cell = line->cells + tp->cx;
1284 tp->cx = 0;
1330 while (line->len < tp->cx)
1332 if (n > tp->view.cols - tp->cx)
1333 n = tp->view.cols - tp->cx;
1334 k = min_t(int, line->len - tp->cx, tp->view.cols - tp->cx
1526 tty3270_goto_xy(struct tty3270 *tp, int cx, int cy) argument
[all...]
/linux-master/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DEventClass.py60 flags, ip, ax, bx, cx, dx, si, di, bp, sp = struct.unpack('QQQQQQQQQQ', tmp_buf)
65 self.cx = cx
/linux-master/arch/s390/include/uapi/asm/
H A Dguarded_storage.h28 __u8 cx : 1; member in struct:gs_epl::__anon937::__anon938
/linux-master/arch/x86/include/asm/
H A Duser_64.h81 unsigned long cx; member in struct:user_regs_struct
H A Duser_32.h80 unsigned long cx; member in struct:user_regs_struct
H A Dasm.h47 #define _ASM_CX __ASM_REG(cx)
70 #define _ASM_ARG3W cx
103 #define _ASM_ARG4W cx
H A Dptrace.h28 unsigned long cx; member in struct:pt_regs
122 unsigned long cx; member in struct:pt_regs
431 offsetof(struct pt_regs, cx),
437 offsetof(struct pt_regs, cx),
/linux-master/drivers/char/
H A Dtoshiba.c350 unsigned short bx,cx; local
380 cx = readw(bios + address);
381 address = 9+bx+cx;
382 cx = readw(bios + address);
383 address = 0xa+cx;
384 cx = readw(bios + address);
388 id = ((cx & 0xff)<<8)+((cx & 0xff00)>>8);
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvbox_irq.c84 hintsj->dx + (hintsj->cx & 0x8fff) &&
85 hintsi->dx + (hintsi->cx & 0x8fff) >
101 vbox->last_mode_hints[i].cx & 0x8fff;
139 vbox_conn->mode_hint.width = hints->cx;
154 hints->cx * 4, hints->cx,
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c771 struct rtw89_btc_cx *cx = &btc->cx; local
772 struct rtw89_btc_wl_info *wl = &cx->wl;
809 struct rtw89_btc_cx *cx = &btc->cx; local
810 struct rtw89_btc_wl_info *wl = &btc->cx.wl;
811 struct rtw89_btc_bt_info *bt = &btc->cx.bt;
819 memset(cx, 0, sizeof(*cx));
989 struct rtw89_btc_cx *cx local
2966 struct rtw89_btc_cx *cx = &btc->cx; local
4046 struct rtw89_btc_cx *cx = &btc->cx; local
4881 struct rtw89_btc_cx *cx = &btc->cx; local
4936 struct rtw89_btc_cx *cx = &btc->cx; local
6322 struct rtw89_btc_cx *cx = &btc->cx; local
6359 struct rtw89_btc_cx *cx = &btc->cx; local
6381 struct rtw89_btc_cx *cx = &btc->cx; local
6445 struct rtw89_btc_cx *cx = &btc->cx; local
6468 struct rtw89_btc_cx *cx = &btc->cx; local
6856 struct rtw89_btc_cx *cx = &btc->cx; local
7012 struct rtw89_btc_cx *cx = &btc->cx; local
7332 struct rtw89_btc_cx *cx = &btc->cx; local
7829 struct rtw89_btc_cx *cx = &btc->cx; local
7932 struct rtw89_btc_cx *cx = &btc->cx; local
9600 struct rtw89_btc_cx *cx = &btc->cx; local
9678 struct rtw89_btc_cx *cx = &btc->cx; local
9756 struct rtw89_btc_cx *cx = &btc->cx; local
9826 struct rtw89_btc_cx *cx = &btc->cx; local
9930 struct rtw89_btc_cx *cx = &btc->cx; local
10042 struct rtw89_btc_cx *cx = &btc->cx; local
10157 struct rtw89_btc_cx *cx = &btc->cx; local
10271 struct rtw89_btc_cx *cx = &rtwdev->btc.cx; local
10373 struct rtw89_btc_cx *cx = &btc->cx; local
[all...]
/linux-master/drivers/xen/
H A Dxen-acpi-processor.c60 struct acpi_processor_cx *cx; local
70 cx = &_pr->power.states[i];
71 if (!cx->valid)
77 if (cx->entry_method == ACPI_CSTATE_SYSTEMIO) {
83 if (cx->entry_method == ACPI_CSTATE_FFH) {
90 dst_cx->reg.address = cx->address;
92 dst_cx->type = cx->type;
93 dst_cx->latency = cx->latency;
118 cx = &_pr->power.states[i];
119 if (!cx
[all...]
/linux-master/tools/arch/x86/include/asm/
H A Dasm.h45 #define _ASM_CX __ASM_REG(cx)
65 #define _ASM_ARG3W cx
98 #define _ASM_ARG4W cx
/linux-master/arch/x86/math-emu/
H A Dreg_norm.S53 subw %cx,EXP(%ebx) /* This can cause an underflow */
131 subw %cx,EXP(%ebx) /* This can cause an underflow */
H A Dreg_u_sub.S79 cmpw $32,%cx /* shrd only works for 0..31 bits */
89 cmpw $64,%cx
114 cmpw $65,%cx
226 subw %cx,EXP(%edi) /* Can get underflow here */
/linux-master/arch/x86/kernel/
H A Ddoublefault_32.c70 regs.cx = TSS(cx);
H A Dasm-offsets_64.c30 ENTRY(cx);
/linux-master/arch/x86/kvm/
H A Dtss.h46 u16 cx; member in struct:tss_segment_16

Completed in 517 milliseconds

1234567