Home
last modified time | relevance | path

Searched refs:box (Results 1 – 25 of 129) sorted by relevance

123456

/linux/arch/x86/events/intel/
H A Duncore.c170 u64 uncore_msr_read_counter(struct intel_uncore_box *box, struct perf_event *event) in uncore_mmio_read_counter()
179 void uncore_mmio_exit_box(struct intel_uncore_box *box)
181 if (box->io_addr)
182 iounmap(box->io_addr); in uncore_get_constraint() argument
185 u64 uncore_mmio_read_counter(struct intel_uncore_box *box, in uncore_get_constraint()
188 if (!box->io_addr) in uncore_get_constraint()
191 if (!uncore_mmio_is_valid_offset(box, event->hw.event_base)) in uncore_get_constraint()
194 return readq(box->io_addr + event->hw.event_base); in uncore_get_constraint()
201 uncore_get_constraint(struct intel_uncore_box *box, struct perf_event *event) in uncore_get_constraint()
210 * reg->alloc can be set due to existing state, so for fake box w in uncore_get_constraint()
151 uncore_msr_read_counter(struct intel_uncore_box * box,struct perf_event * event) uncore_msr_read_counter() argument
160 uncore_mmio_exit_box(struct intel_uncore_box * box) uncore_mmio_exit_box() argument
166 uncore_mmio_read_counter(struct intel_uncore_box * box,struct perf_event * event) uncore_mmio_read_counter() argument
219 uncore_put_constraint(struct intel_uncore_box * box,struct perf_event * event) uncore_put_constraint() argument
240 uncore_shared_reg_config(struct intel_uncore_box * box,int idx) uncore_shared_reg_config() argument
255 uncore_assign_hw_event(struct intel_uncore_box * box,struct perf_event * event,int idx) uncore_assign_hw_event() argument
276 uncore_perf_event_update(struct intel_uncore_box * box,struct perf_event * event) uncore_perf_event_update() argument
308 struct intel_uncore_box *box; uncore_pmu_hrtimer() local
331 uncore_pmu_start_hrtimer(struct intel_uncore_box * box) uncore_pmu_start_hrtimer() argument
337 uncore_pmu_cancel_hrtimer(struct intel_uncore_box * box) uncore_pmu_cancel_hrtimer() argument
342 uncore_pmu_init_hrtimer(struct intel_uncore_box * box) uncore_pmu_init_hrtimer() argument
351 struct intel_uncore_box *box; uncore_alloc_box() local
380 is_box_event(struct intel_uncore_box * box,struct perf_event * event) is_box_event() argument
386 uncore_collect_events(struct intel_uncore_box * box,struct perf_event * leader,bool dogrp) uncore_collect_events() argument
424 uncore_get_event_constraint(struct intel_uncore_box * box,struct perf_event * event) uncore_get_event_constraint() argument
448 uncore_put_event_constraint(struct intel_uncore_box * box,struct perf_event * event) uncore_put_event_constraint() argument
455 uncore_assign_events(struct intel_uncore_box * box,int assign[],int n) uncore_assign_events() argument
506 struct intel_uncore_box *box = uncore_event_to_box(event); uncore_pmu_event_start() local
544 struct intel_uncore_box *box = uncore_event_to_box(event); uncore_pmu_event_stop() local
579 struct intel_uncore_box *box = uncore_event_to_box(event); uncore_pmu_event_add() local
651 struct intel_uncore_box *box = uncore_event_to_box(event); uncore_pmu_event_del() local
682 struct intel_uncore_box *box = uncore_event_to_box(event); uncore_pmu_event_read() local
732 struct intel_uncore_box *box; uncore_pmu_event_init() local
813 struct intel_uncore_box *box; uncore_pmu_enable() local
828 struct intel_uncore_box *box; uncore_pmu_disable() local
1144 struct intel_uncore_box *box; uncore_pci_pmu_register() local
1230 struct intel_uncore_box *box = pmu->boxes[die]; uncore_pci_pmu_unregister() local
1241 struct intel_uncore_box *box; uncore_pci_remove() local
1459 struct intel_uncore_box *box; uncore_change_type_ctx() local
1503 struct intel_uncore_box *box; uncore_box_unref() local
1548 struct intel_uncore_box *box, *tmp; allocate_boxes() local
1589 struct intel_uncore_box *box; uncore_box_ref() local
[all...]
H A Duncore_discovery.c212 pr_info("Invalid address is detected for uncore type %d box %d, " in uncore_insert_box_info()
234 /* Store generic information for the first box */ in uncore_insert_box_info()
480 static u64 intel_generic_uncore_box_ctl(struct intel_uncore_box *box) in intel_generic_uncore_box_ctl()
484 unit = intel_uncore_find_discovery_unit(box->pmu->type->boxes, in intel_generic_uncore_box_ctl()
485 box->dieid, box->pmu->pmu_idx); in intel_generic_uncore_box_ctl()
492 void intel_generic_uncore_msr_init_box(struct intel_uncore_box *box) in intel_generic_uncore_msr_init_box()
494 u64 box_ctl = intel_generic_uncore_box_ctl(box); in intel_generic_uncore_msr_init_box()
502 void intel_generic_uncore_msr_disable_box(struct intel_uncore_box *box) in intel_generic_uncore_msr_enable_box()
504 u64 box_ctl = intel_generic_uncore_box_ctl(box); in intel_generic_uncore_msr_enable_box()
479 intel_generic_uncore_box_ctl(struct intel_uncore_box * box) intel_generic_uncore_box_ctl() argument
491 intel_generic_uncore_msr_init_box(struct intel_uncore_box * box) intel_generic_uncore_msr_init_box() argument
496 intel_generic_uncore_msr_disable_box(struct intel_uncore_box * box) intel_generic_uncore_msr_disable_box() argument
501 intel_generic_uncore_msr_enable_box(struct intel_uncore_box * box) intel_generic_uncore_msr_enable_box() argument
506 intel_generic_uncore_msr_enable_event(struct intel_uncore_box * box,struct perf_event * event) intel_generic_uncore_msr_enable_event() argument
514 intel_generic_uncore_msr_disable_event(struct intel_uncore_box * box,struct perf_event * event) intel_generic_uncore_msr_disable_event() argument
532 intel_generic_uncore_assign_hw_event(struct perf_event * event,struct intel_uncore_box * box) intel_generic_uncore_assign_hw_event() argument
563 intel_pci_uncore_box_ctl(struct intel_uncore_box * box) intel_pci_uncore_box_ctl() argument
568 intel_generic_uncore_pci_init_box(struct intel_uncore_box * box) intel_generic_uncore_pci_init_box() argument
577 intel_generic_uncore_pci_disable_box(struct intel_uncore_box * box) intel_generic_uncore_pci_disable_box() argument
585 intel_generic_uncore_pci_enable_box(struct intel_uncore_box * box) intel_generic_uncore_pci_enable_box() argument
593 intel_generic_uncore_pci_enable_event(struct intel_uncore_box * box,struct perf_event * event) intel_generic_uncore_pci_enable_event() argument
602 intel_generic_uncore_pci_disable_event(struct intel_uncore_box * box,struct perf_event * event) intel_generic_uncore_pci_disable_event() argument
611 intel_generic_uncore_pci_read_counter(struct intel_uncore_box * box,struct perf_event * event) intel_generic_uncore_pci_read_counter() argument
635 intel_generic_uncore_mmio_init_box(struct intel_uncore_box * box) intel_generic_uncore_mmio_init_box() argument
665 intel_generic_uncore_mmio_disable_box(struct intel_uncore_box * box) intel_generic_uncore_mmio_disable_box() argument
673 intel_generic_uncore_mmio_enable_box(struct intel_uncore_box * box) intel_generic_uncore_mmio_enable_box() argument
681 intel_generic_uncore_mmio_enable_event(struct intel_uncore_box * box,struct perf_event * event) intel_generic_uncore_mmio_enable_event() argument
692 intel_generic_uncore_mmio_disable_event(struct intel_uncore_box * box,struct perf_event * event) intel_generic_uncore_mmio_disable_event() argument
[all...]
H A Duncore_snbep.c578 static void snbep_uncore_pci_disable_box(struct intel_uncore_box *box) in snbep_uncore_pci_disable_box() argument
580 struct pci_dev *pdev = box->pci_dev; in snbep_uncore_pci_disable_box()
581 int box_ctl = uncore_pci_box_ctl(box); in snbep_uncore_pci_disable_box()
590 static void snbep_uncore_pci_enable_box(struct intel_uncore_box *box) in snbep_uncore_pci_enable_box() argument
592 struct pci_dev *pdev = box->pci_dev; in snbep_uncore_pci_enable_box()
593 int box_ctl = uncore_pci_box_ctl(box); in snbep_uncore_pci_enable_box()
602 static void snbep_uncore_pci_enable_event(struct intel_uncore_box *box, struct perf_event *event) in snbep_uncore_pci_enable_event() argument
604 struct pci_dev *pdev = box->pci_dev; in snbep_uncore_pci_enable_event()
610 static void snbep_uncore_pci_disable_event(struct intel_uncore_box *box, struct perf_event *event) in snbep_uncore_pci_disable_event() argument
612 struct pci_dev *pdev = box in snbep_uncore_pci_disable_event()
618 snbep_uncore_pci_read_counter(struct intel_uncore_box * box,struct perf_event * event) snbep_uncore_pci_read_counter() argument
630 snbep_uncore_pci_init_box(struct intel_uncore_box * box) snbep_uncore_pci_init_box() argument
638 snbep_uncore_msr_disable_box(struct intel_uncore_box * box) snbep_uncore_msr_disable_box() argument
651 snbep_uncore_msr_enable_box(struct intel_uncore_box * box) snbep_uncore_msr_enable_box() argument
664 snbep_uncore_msr_enable_event(struct intel_uncore_box * box,struct perf_event * event) snbep_uncore_msr_enable_event() argument
675 snbep_uncore_msr_disable_event(struct intel_uncore_box * box,struct perf_event * event) snbep_uncore_msr_disable_event() argument
683 snbep_uncore_msr_init_box(struct intel_uncore_box * box) snbep_uncore_msr_init_box() argument
917 snbep_cbox_put_constraint(struct intel_uncore_box * box,struct perf_event * event) snbep_cbox_put_constraint() argument
934 __snbep_cbox_get_constraint(struct intel_uncore_box * box,struct perf_event * event,u64 (* cbox_filter_mask)(int fields)) __snbep_cbox_get_constraint() argument
997 snbep_cbox_get_constraint(struct intel_uncore_box * box,struct perf_event * event) snbep_cbox_get_constraint() argument
1002 snbep_cbox_hw_config(struct intel_uncore_box * box,struct perf_event * event) snbep_cbox_hw_config() argument
1066 snbep_pcu_get_constraint(struct intel_uncore_box * box,struct perf_event * event) snbep_pcu_get_constraint() argument
1107 snbep_pcu_put_constraint(struct intel_uncore_box * box,struct perf_event * event) snbep_pcu_put_constraint() argument
1119 snbep_pcu_hw_config(struct intel_uncore_box * box,struct perf_event * event) snbep_pcu_hw_config() argument
1174 snbep_qpi_hw_config(struct intel_uncore_box * box,struct perf_event * event) snbep_qpi_hw_config() argument
1190 snbep_qpi_enable_event(struct intel_uncore_box * box,struct perf_event * event) snbep_qpi_enable_event() argument
1510 ivbep_uncore_msr_init_box(struct intel_uncore_box * box) ivbep_uncore_msr_init_box() argument
1517 ivbep_uncore_pci_init_box(struct intel_uncore_box * box) ivbep_uncore_pci_init_box() argument
1732 ivbep_cbox_get_constraint(struct intel_uncore_box * box,struct perf_event * event) ivbep_cbox_get_constraint() argument
1737 ivbep_cbox_hw_config(struct intel_uncore_box * box,struct perf_event * event) ivbep_cbox_hw_config() argument
1758 ivbep_cbox_enable_event(struct intel_uncore_box * box,struct perf_event * event) ivbep_cbox_enable_event() argument
1859 ivbep_uncore_irp_enable_event(struct intel_uncore_box * box,struct perf_event * event) ivbep_uncore_irp_enable_event() argument
1868 ivbep_uncore_irp_disable_event(struct intel_uncore_box * box,struct perf_event * event) ivbep_uncore_irp_disable_event() argument
1876 ivbep_uncore_irp_read_counter(struct intel_uncore_box * box,struct perf_event * event) ivbep_uncore_irp_read_counter() argument
2159 knl_cha_get_constraint(struct intel_uncore_box * box,struct perf_event * event) knl_cha_get_constraint() argument
2164 knl_cha_hw_config(struct intel_uncore_box * box,struct perf_event * event) knl_cha_hw_config() argument
2264 knl_uncore_imc_enable_box(struct intel_uncore_box * box) knl_uncore_imc_enable_box() argument
2272 knl_uncore_imc_enable_event(struct intel_uncore_box * box,struct perf_event * event) knl_uncore_imc_enable_event() argument
2587 hswep_ubox_hw_config(struct intel_uncore_box * box,struct perf_event * event) hswep_ubox_hw_config() argument
2715 hswep_cbox_get_constraint(struct intel_uncore_box * box,struct perf_event * event) hswep_cbox_get_constraint() argument
2720 hswep_cbox_hw_config(struct intel_uncore_box * box,struct perf_event * event) hswep_cbox_hw_config() argument
2741 hswep_cbox_enable_event(struct intel_uncore_box * box,struct perf_event * event) hswep_cbox_enable_event() argument
2787 hswep_uncore_sbox_msr_init_box(struct intel_uncore_box * box) hswep_uncore_sbox_msr_init_box() argument
2837 hswep_pcu_hw_config(struct intel_uncore_box * box,struct perf_event * event) hswep_pcu_hw_config() argument
2945 hswep_uncore_irp_read_counter(struct intel_uncore_box * box,struct perf_event * event) hswep_uncore_irp_read_counter() argument
3553 skx_cha_get_constraint(struct intel_uncore_box * box,struct perf_event * event) skx_cha_get_constraint() argument
3558 skx_cha_hw_config(struct intel_uncore_box * box,struct perf_event * event) skx_cha_hw_config() argument
3636 skx_iio_enable_event(struct intel_uncore_box * box,struct perf_event * event) skx_iio_enable_event() argument
4177 skx_upi_uncore_pci_init_box(struct intel_uncore_box * box) skx_upi_uncore_pci_init_box() argument
4338 skx_m2m_uncore_pci_init_box(struct intel_uncore_box * box) skx_m2m_uncore_pci_init_box() argument
4554 snr_cha_hw_config(struct intel_uncore_box * box,struct perf_event * event) snr_cha_hw_config() argument
4566 snr_cha_enable_event(struct intel_uncore_box * box,struct perf_event * event) snr_cha_enable_event() argument
4757 snr_pcu_hw_config(struct intel_uncore_box * box,struct perf_event * event) snr_pcu_hw_config() argument
4846 snr_m2m_uncore_pci_init_box(struct intel_uncore_box * box) snr_m2m_uncore_pci_init_box() argument
4892 snr_uncore_pci_enable_event(struct intel_uncore_box * box,struct perf_event * event) snr_uncore_pci_enable_event() argument
4994 snr_uncore_mmio_map(struct intel_uncore_box * box,unsigned int box_ctl,int mem_offset,unsigned int device) snr_uncore_mmio_map() argument
5025 __snr_uncore_mmio_init_box(struct intel_uncore_box * box,unsigned int box_ctl,int mem_offset,unsigned int device) __snr_uncore_mmio_init_box() argument
5033 snr_uncore_mmio_init_box(struct intel_uncore_box * box) snr_uncore_mmio_init_box() argument
5040 snr_uncore_mmio_disable_box(struct intel_uncore_box * box) snr_uncore_mmio_disable_box() argument
5052 snr_uncore_mmio_enable_box(struct intel_uncore_box * box) snr_uncore_mmio_enable_box() argument
5064 snr_uncore_mmio_enable_event(struct intel_uncore_box * box,struct perf_event * event) snr_uncore_mmio_enable_event() argument
5079 snr_uncore_mmio_disable_event(struct intel_uncore_box * box,struct perf_event * event) snr_uncore_mmio_disable_event() argument
5195 icx_cha_hw_config(struct intel_uncore_box * box,struct perf_event * event) icx_cha_hw_config() argument
5652 icx_uncore_imc_init_box(struct intel_uncore_box * box) icx_uncore_imc_init_box() argument
5716 icx_uncore_imc_freerunning_init_box(struct intel_uncore_box * box) icx_uncore_imc_freerunning_init_box() argument
5759 spr_uncore_msr_enable_event(struct intel_uncore_box * box,struct perf_event * event) spr_uncore_msr_enable_event() argument
5771 spr_uncore_msr_disable_event(struct intel_uncore_box * box,struct perf_event * event) spr_uncore_msr_disable_event() argument
5783 spr_cha_hw_config(struct intel_uncore_box * box,struct perf_event * event) spr_cha_hw_config() argument
5910 spr_uncore_mmio_enable_event(struct intel_uncore_box * box,struct perf_event * event) spr_uncore_mmio_enable_event() argument
5958 spr_uncore_pci_enable_event(struct intel_uncore_box * box,struct perf_event * event) spr_uncore_pci_enable_event() argument
6018 spr_uncore_mmio_offs8_init_box(struct intel_uncore_box * box) spr_uncore_mmio_offs8_init_box() argument
6202 spr_uncore_imc_freerunning_init_box(struct intel_uncore_box * box) spr_uncore_imc_freerunning_init_box() argument
6896 dmr_uncore_freerunning_init_box(struct intel_uncore_box * box) dmr_uncore_freerunning_init_box() argument
[all...]
/linux/scripts/kconfig/lxdialog/
H A Dtextbox.c133 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, in refresh_text_box() argument
138 print_page(box, boxh, boxw); in refresh_text_box()
157 WINDOW *dialog, *box; in dialog_textbox() local
207 box = subwin(dialog, boxh, boxw, y + 1, x + 1); in dialog_textbox()
208 wattrset(box, dlg.dialog.atr); in dialog_textbox()
209 wbkgdset(box, dlg.dialog.atr & A_COLOR); in dialog_textbox()
211 keypad(box, TRUE); in dialog_textbox()
232 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox()
233 refresh_text_box(dialog, box, boxh, boxw, cur_y, cur_x); in dialog_textbox()
251 refresh_text_box(dialog, box, boxh, boxw, in dialog_textbox()
[all …]
/linux/Documentation/admin-guide/media/
H A Draspberrypi-pisp-be.dot8 n0000000a [label="pispbe-input\n/dev/video0", shape=box, style=filled, fillcolor=yellow]
10 n00000010 [label="pispbe-tdn_input\n/dev/video1", shape=box, style=filled, fillcolor=yellow]
12 n00000016 [label="pispbe-stitch_input\n/dev/video2", shape=box, style=filled, fillcolor=yellow]
14 n0000001c [label="pispbe-output0\n/dev/video3", shape=box, style=filled, fillcolor=yellow]
15 n00000022 [label="pispbe-output1\n/dev/video4", shape=box, style=filled, fillcolor=yellow]
16 n00000028 [label="pispbe-tdn_output\n/dev/video5", shape=box, style=filled, fillcolor=yellow]
17 n0000002e [label="pispbe-stitch_output\n/dev/video6", shape=box, style=filled, fillcolor=yellow]
18 n00000034 [label="pispbe-config\n/dev/video7", shape=box, style=filled, fillcolor=yellow]
H A Dimx6q-sabreauto.dot7 n00000005 [label="ipu1_csi0 capture\n/dev/video0", shape=box, style=filled, fillcolor=yellow]
15 n00000016 [label="ipu1_ic_prpenc capture\n/dev/video1", shape=box, style=filled, fillcolor=yellow]
18 n0000001f [label="ipu1_ic_prpvf capture\n/dev/video2", shape=box, style=filled, fillcolor=yellow]
23 n00000033 [label="ipu1_csi1 capture\n/dev/video3", shape=box, style=filled, fillcolor=yellow]
28 n00000041 [label="ipu2_csi0 capture\n/dev/video4", shape=box, style=filled, fillcolor=yellow]
36 n00000052 [label="ipu2_ic_prpenc capture\n/dev/video5", shape=box, style=filled, fillcolor=yellow]
39 n0000005b [label="ipu2_ic_prpvf capture\n/dev/video6", shape=box, style=filled, fillcolor=yellow]
44 n0000006f [label="ipu2_csi1 capture\n/dev/video7", shape=box, style=filled, fillcolor=yellow]
H A Dimx6q-sabresd.dot7 n00000005 [label="ipu1_csi0 capture\n/dev/video0", shape=box, style=filled, fillcolor=yellow]
15 n00000016 [label="ipu1_ic_prpenc capture\n/dev/video1", shape=box, style=filled, fillcolor=yellow]
18 n0000001f [label="ipu1_ic_prpvf capture\n/dev/video2", shape=box, style=filled, fillcolor=yellow]
23 n00000033 [label="ipu1_csi1 capture\n/dev/video3", shape=box, style=filled, fillcolor=yellow]
28 n00000041 [label="ipu2_csi0 capture\n/dev/video4", shape=box, style=filled, fillcolor=yellow]
36 n00000052 [label="ipu2_ic_prpenc capture\n/dev/video5", shape=box, style=filled, fillcolor=yellow]
39 n0000005b [label="ipu2_ic_prpvf capture\n/dev/video6", shape=box, style=filled, fillcolor=yellow]
44 n0000006f [label="ipu2_csi1 capture\n/dev/video7", shape=box, style=filled, fillcolor=yellow]
H A Drkisp1.dot11 n0000000c [label="rkisp1_mainpath\n/dev/video0", shape=box, style=filled, fillcolor=yellow]
12 n00000010 [label="rkisp1_selfpath\n/dev/video1", shape=box, style=filled, fillcolor=yellow]
13 n00000014 [label="rkisp1_stats\n/dev/video2", shape=box, style=filled, fillcolor=yellow]
14 n00000018 [label="rkisp1_params\n/dev/video3", shape=box, style=filled, fillcolor=yellow]
H A Dqcom_camss_8x96_graph.dot78 n00000025 [label="msm_vfe0_video0\n/dev/video0", shape=box, style=filled, fillcolor=yellow]
81 n0000002e [label="msm_vfe0_video1\n/dev/video1", shape=box, style=filled, fillcolor=yellow]
84 n00000037 [label="msm_vfe0_video2\n/dev/video2", shape=box, style=filled, fillcolor=yellow]
87 n00000040 [label="msm_vfe0_video3\n/dev/video3", shape=box, style=filled, fillcolor=yellow]
90 n00000049 [label="msm_vfe1_video0\n/dev/video4", shape=box, style=filled, fillcolor=yellow]
93 n00000052 [label="msm_vfe1_video1\n/dev/video5", shape=box, style=filled, fillcolor=yellow]
96 n0000005b [label="msm_vfe1_video2\n/dev/video6", shape=box, style=filled, fillcolor=yellow]
99 n00000064 [label="msm_vfe1_video3\n/dev/video7", shape=box, style=filled, fillcolor=yellow]
H A Dqcom_camss_graph.dot29 n00000016 [label="msm_vfe0_video0\n/dev/video0", shape=box, style=filled, fillcolor=yellow]
32 n0000001f [label="msm_vfe0_video1\n/dev/video1", shape=box, style=filled, fillcolor=yellow]
35 n00000028 [label="msm_vfe0_video2\n/dev/video2", shape=box, style=filled, fillcolor=yellow]
38 n00000031 [label="msm_vfe0_video3\n/dev/video3", shape=box, style=filled, fillcolor=yellow]
H A Dvimc.dot19 n0000000b [label="Raw Capture 0\n/dev/video0", shape=box, style=filled, fillcolor=yellow]
20 n0000000f [label="Raw Capture 1\n/dev/video1", shape=box, style=filled, fillcolor=yellow]
25 n00000018 [label="RGB/YUV Capture\n/dev/video2", shape=box, style=filled, fillcolor=yellow]
/linux/sound/pci/ice1712/
H A Dhoontech.c68 static void snd_ice1712_stdsp24_box_channel(struct snd_ice1712 *ice, int box, int chn, int activate) in snd_ice1712_stdsp24_box_channel() argument
75 ICE1712_STDSP24_0_BOX(spec->boxbits, box); in snd_ice1712_stdsp24_box_channel()
116 static void snd_ice1712_stdsp24_box_midi(struct snd_ice1712 *ice, int box, int master) in snd_ice1712_stdsp24_box_midi() argument
123 ICE1712_STDSP24_0_BOX(spec->boxbits, box); in snd_ice1712_stdsp24_box_midi()
154 int box, chn; in hoontech_init() local
230 for (box = 0; box < 4; box++) { in hoontech_init()
231 if (spec->boxconfig[box] & ICE1712_STDSP24_BOX_MIDI2) in hoontech_init()
234 snd_ice1712_stdsp24_box_channel(ice, box, chn, in hoontech_init()
235 (spec->boxconfig[box] & (1 << chn)) ? 1 : 0); in hoontech_init()
236 if (spec->boxconfig[box] & ICE1712_STDSP24_BOX_MIDI1) in hoontech_init()
[all …]
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cursor_plane.c325 SVGA3dCopyBox *box; in vmw_kms_cursor_snoop() local
350 DRM_ERROR("at least one full copy box must be given\n"); in vmw_kms_cursor_snoop()
354 box = (SVGA3dCopyBox *)&cmd[1]; in vmw_kms_cursor_snoop()
359 box->x != 0 || box->y != 0 || box->z != 0 || in vmw_kms_cursor_snoop()
360 box->srcx != 0 || box->srcy != 0 || box->srcz != 0 || in vmw_kms_cursor_snoop()
361 box in vmw_kms_cursor_snoop()
[all...]
H A Dvmwgfx_surface.c1771 SVGA3dBox *box = &dirty->boxes[loc_start->sub_resource]; in vmw_subres_dirty_add() local
1774 u32 box_c2 = box->z + box->d; in vmw_subres_dirty_add()
1779 if (box->d == 0 || box->z > loc_start->z) in vmw_subres_dirty_add()
1780 box->z = loc_start->z; in vmw_subres_dirty_add()
1782 box->d = loc_end->z - box->z; in vmw_subres_dirty_add()
1785 box_c2 = box->y + box->h; in vmw_subres_dirty_add()
1786 if (box->h == 0 || box->y > loc_start->y) in vmw_subres_dirty_add()
1787 box->y = loc_start->y; in vmw_subres_dirty_add()
1789 box->h = loc_end->y - box->y; in vmw_subres_dirty_add()
1792 box_c2 = box->x + box->w; in vmw_subres_dirty_add()
[all …]
H A Dvmwgfx_stdu.c67 * @left: Left side of bounding box.
68 * @right: Right side of bounding box.
69 * @top: Top side of bounding box.
70 * @bottom: Bottom side of bounding box.
71 * @fb_left: Left side of the framebuffer/content bounding box
72 * @fb_top: Top of the framebuffer/content bounding box
257 * bounding box.
261 * @left: Left side of bounding box.
262 * @right: Right side of bounding box.
263 * @top: Top side of bounding box
1205 SVGA3dBox *box = &cmd_img->body.box; vmw_stdu_bo_populate_update_cpu() local
1316 struct SVGA3dCopyBox *box = cmd; vmw_stdu_surface_populate_clip() local
[all...]
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-intel_sdsi4 Contact: "David E. Box" <david.e.box@linux.intel.com>
33 Contact: "David E. Box" <david.e.box@linux.intel.com>
43 Contact: "David E. Box" <david.e.box@linux.intel.com>
54 Contact: "David E. Box" <david.e.box@linux.intel.com>
63 Contact: "David E. Box" <david.e.box@linux.intel.com>
75 Contact: "David E. Box" <david.e.box@linux.intel.com>
85 Contact: "David E. Box" <david.e.box@linux.intel.com>
H A Dsysfs-class-intel_pmt4 Contact: David Box <david.e.box@linux.intel.com>
13 Contact: David Box <david.e.box@linux.intel.com>
26 Contact: David Box <david.e.box@linux.intel.com>
34 Contact: David Box <david.e.box@linux.intel.com>
43 Contact: David Box <david.e.box@linux.intel.com>
51 Contact: David Box <david.e.box@linux.intel.com>
72 Contact: David Box <david.e.box@linux.intel.com>
/linux/arch/mips/include/asm/mach-loongson64/
H A Dloongson_regs.h243 #define CSR_MAIL_SEND_BOX_LOW(box) (box << 1) argument
244 #define CSR_MAIL_SEND_BOX_HIGH(box) ((box << 1) + 1) argument
/linux/Documentation/gpu/dp-mst/
H A Dtopology-figure-2.dot52 driver [label="DRM driver";style=filled;shape=box;fillcolor=lightblue];
54 payload1 [label="Payload #1";style=filled;shape=box;fillcolor=lightblue];
55 payload2 [label="Payload #2";style=filled;shape=box;fillcolor=lightblue];
H A Dtopology-figure-3.dot55 driver [label="DRM driver";style=filled;shape=box;fillcolor=lightblue];
57 payload1 [label="Payload #1";style=filled;shape=box;fillcolor=lightblue];
58 payload2 [label="Payload #2";style=filled;shape=box;fillcolor=lightblue;penwidth=3];
H A Dtopology-figure-1.dot38 driver [label="DRM driver";style=filled;shape=box;fillcolor=lightblue];
40 payload1 [label="Payload #1";style=filled;shape=box;fillcolor=lightblue];
41 payload2 [label="Payload #2";style=filled;shape=box;fillcolor=lightblue];
/linux/Documentation/scsi/
H A Dbfa.rst73 Troubleshooting Guide, and Release Notes for the corresponding out-of-box
78 and use the following inbox and out-of-box driver version mapping to find
82 Inbox Version Out-of-box Version
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6ull-dhcor-maveo-box.dts9 * maveo box PCB number: 525-200 or newer
17 model = "DH electronics i.MX6ULL DHCOR on maveo box";
18 compatible = "marantec,imx6ull-dhcor-maveo-box", "dh,imx6ull-dhcor-som",
214 pinctrl_hog_maveo_box: hog-maveo-box-grp {
334 pinctrl_snvs_hog_maveo_box: snvs-hog-maveo-box-grp {
/linux/Documentation/networking/
H A Dip_dynaddr.rst9 It is implemented for TCP diald-box connections(1) and IP_MASQuerading(2).
14 while in SYN_SENT state (diald-box processes).
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_ioctl.c272 args->layer_stride, &args->box, objs, fence); in virtio_gpu_transfer_from_host_ioctl()
309 args->box.w, args->box.h, args->box.x, args->box.y, in virtio_gpu_transfer_to_host_ioctl()
332 args->stride, args->layer_stride, &args->box, objs, in virtio_gpu_transfer_to_host_ioctl()

123456