Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_uncore.h81 struct intel_uncore_box ** __percpu box; member
149 static inline unsigned uncore_pci_box_ctl(struct intel_uncore_box *box) in uncore_pci_box_ctl() argument
151 return box->pmu->type->box_ctl; in uncore_pci_box_ctl()
154 static inline unsigned uncore_pci_fixed_ctl(struct intel_uncore_box *box) in uncore_pci_fixed_ctl() argument
156 return box->pmu->type->fixed_ctl; in uncore_pci_fixed_ctl()
159 static inline unsigned uncore_pci_fixed_ctr(struct intel_uncore_box *box) in uncore_pci_fixed_ctr() argument
161 return box->pmu->type->fixed_ctr; in uncore_pci_fixed_ctr()
165 unsigned uncore_pci_event_ctl(struct intel_uncore_box *box, int idx) in uncore_pci_event_ctl() argument
167 return idx * 4 + box->pmu->type->event_ctl; in uncore_pci_event_ctl()
171 unsigned uncore_pci_perf_ctr(struct intel_uncore_box *box, int idx) in uncore_pci_perf_ctr() argument
[all …]
Dperf_event_intel_uncore.c92 struct intel_uncore_box *box; in uncore_pmu_to_box() local
94 box = *per_cpu_ptr(pmu->box, cpu); in uncore_pmu_to_box()
95 if (box) in uncore_pmu_to_box()
96 return box; in uncore_pmu_to_box()
100 if (*per_cpu_ptr(pmu->box, cpu)) in uncore_pmu_to_box()
102 list_for_each_entry(box, &pmu->box_list, list) { in uncore_pmu_to_box()
103 if (box->phys_id == topology_physical_package_id(cpu)) { in uncore_pmu_to_box()
104 atomic_inc(&box->refcnt); in uncore_pmu_to_box()
105 *per_cpu_ptr(pmu->box, cpu) = box; in uncore_pmu_to_box()
112 return *per_cpu_ptr(pmu->box, cpu); in uncore_pmu_to_box()
[all …]
Dperf_event_intel_uncore_snb.c74 static void snb_uncore_msr_enable_event(struct intel_uncore_box *box, struct perf_event *event) in snb_uncore_msr_enable_event() argument
84 static void snb_uncore_msr_disable_event(struct intel_uncore_box *box, struct perf_event *event) in snb_uncore_msr_disable_event() argument
89 static void snb_uncore_msr_init_box(struct intel_uncore_box *box) in snb_uncore_msr_init_box() argument
91 if (box->pmu->pmu_idx == 0) { in snb_uncore_msr_init_box()
212 static void snb_uncore_imc_init_box(struct intel_uncore_box *box) in snb_uncore_imc_init_box() argument
214 struct pci_dev *pdev = box->pci_dev; in snb_uncore_imc_init_box()
229 box->io_addr = ioremap(addr, SNB_UNCORE_PCI_IMC_MAP_SIZE); in snb_uncore_imc_init_box()
230 box->hrtimer_duration = UNCORE_SNB_IMC_HRTIMER_INTERVAL; in snb_uncore_imc_init_box()
233 static void snb_uncore_imc_enable_box(struct intel_uncore_box *box) in snb_uncore_imc_enable_box() argument
236 static void snb_uncore_imc_disable_box(struct intel_uncore_box *box) in snb_uncore_imc_disable_box() argument
[all …]
Dperf_event_intel_uncore_nhmex.c199 static void nhmex_uncore_msr_init_box(struct intel_uncore_box *box) in nhmex_uncore_msr_init_box() argument
204 static void nhmex_uncore_msr_disable_box(struct intel_uncore_box *box) in nhmex_uncore_msr_disable_box() argument
206 unsigned msr = uncore_msr_box_ctl(box); in nhmex_uncore_msr_disable_box()
211 config &= ~((1ULL << uncore_num_counters(box)) - 1); in nhmex_uncore_msr_disable_box()
213 if (uncore_msr_fixed_ctl(box)) in nhmex_uncore_msr_disable_box()
219 static void nhmex_uncore_msr_enable_box(struct intel_uncore_box *box) in nhmex_uncore_msr_enable_box() argument
221 unsigned msr = uncore_msr_box_ctl(box); in nhmex_uncore_msr_enable_box()
226 config |= (1ULL << uncore_num_counters(box)) - 1; in nhmex_uncore_msr_enable_box()
228 if (uncore_msr_fixed_ctl(box)) in nhmex_uncore_msr_enable_box()
234 static void nhmex_uncore_msr_disable_event(struct intel_uncore_box *box, struct perf_event *event) in nhmex_uncore_msr_disable_event() argument
[all …]
Dperf_event_intel_uncore_snbep.c263 static void snbep_uncore_pci_disable_box(struct intel_uncore_box *box) in snbep_uncore_pci_disable_box() argument
265 struct pci_dev *pdev = box->pci_dev; in snbep_uncore_pci_disable_box()
266 int box_ctl = uncore_pci_box_ctl(box); in snbep_uncore_pci_disable_box()
275 static void snbep_uncore_pci_enable_box(struct intel_uncore_box *box) in snbep_uncore_pci_enable_box() argument
277 struct pci_dev *pdev = box->pci_dev; in snbep_uncore_pci_enable_box()
278 int box_ctl = uncore_pci_box_ctl(box); in snbep_uncore_pci_enable_box()
287 static void snbep_uncore_pci_enable_event(struct intel_uncore_box *box, struct perf_event *event) in snbep_uncore_pci_enable_event() argument
289 struct pci_dev *pdev = box->pci_dev; in snbep_uncore_pci_enable_event()
295 static void snbep_uncore_pci_disable_event(struct intel_uncore_box *box, struct perf_event *event) in snbep_uncore_pci_disable_event() argument
297 struct pci_dev *pdev = box->pci_dev; in snbep_uncore_pci_disable_event()
[all …]
/linux-4.4.14/scripts/kconfig/lxdialog/
Dtextbox.c39 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, in refresh_text_box() argument
43 print_page(box, boxh, boxw, update_text, data); in refresh_text_box()
62 WINDOW *dialog, *box; in dialog_textbox() local
112 box = subwin(dialog, boxh, boxw, y + 1, x + 1); in dialog_textbox()
113 wattrset(box, dlg.dialog.atr); in dialog_textbox()
114 wbkgdset(box, dlg.dialog.atr & A_COLOR); in dialog_textbox()
116 keypad(box, TRUE); in dialog_textbox()
137 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox()
138 refresh_text_box(dialog, box, boxh, boxw, cur_y, cur_x, update_text, in dialog_textbox()
157 refresh_text_box(dialog, box, boxh, boxw, in dialog_textbox()
[all …]
Dutil.c478 chtype box, chtype border) in draw_box() argument
491 waddch(win, box | ACS_URCORNER); in draw_box()
493 waddch(win, box | ACS_LRCORNER); in draw_box()
497 waddch(win, box | ACS_HLINE); in draw_box()
501 waddch(win, box | ACS_VLINE); in draw_box()
503 waddch(win, box | ' '); in draw_box()
Ddialog.h226 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box,
/linux-4.4.14/sound/pci/ice1712/
Dhoontech.c82 static void snd_ice1712_stdsp24_box_channel(struct snd_ice1712 *ice, int box, int chn, int activate) in snd_ice1712_stdsp24_box_channel() argument
89 ICE1712_STDSP24_0_BOX(spec->boxbits, box); in snd_ice1712_stdsp24_box_channel()
132 static void snd_ice1712_stdsp24_box_midi(struct snd_ice1712 *ice, int box, int master) in snd_ice1712_stdsp24_box_midi() argument
139 ICE1712_STDSP24_0_BOX(spec->boxbits, box); in snd_ice1712_stdsp24_box_midi()
172 int box, chn; in snd_ice1712_hoontech_init() local
238 for (box = 0; box < 4; box++) { in snd_ice1712_hoontech_init()
239 if (spec->boxconfig[box] & ICE1712_STDSP24_BOX_MIDI2) in snd_ice1712_hoontech_init()
242 snd_ice1712_stdsp24_box_channel(ice, box, chn, in snd_ice1712_hoontech_init()
243 (spec->boxconfig[box] & (1 << chn)) ? 1 : 0); in snd_ice1712_hoontech_init()
244 if (spec->boxconfig[box] & ICE1712_STDSP24_BOX_MIDI1) in snd_ice1712_hoontech_init()
[all …]
/linux-4.4.14/drivers/gpu/drm/mga/
Dmga_state.c44 struct drm_clip_rect *box) in mga_emit_clip_rect() argument
62 MGA_CXBNDRY, ((box->x2 - 1) << 16) | box->x1, in mga_emit_clip_rect()
63 MGA_YTOP, box->y1 * pitch, MGA_YBOT, (box->y2 - 1) * pitch); in mga_emit_clip_rect()
502 struct drm_clip_rect *box = &pbox[i]; in mga_dma_dispatch_clear() local
503 u32 height = box->y2 - box->y1; in mga_dma_dispatch_clear()
506 box->x1, box->y1, box->x2, box->y2); in mga_dma_dispatch_clear()
513 MGA_YDSTLEN, (box->y1 << 16) | height, in mga_dma_dispatch_clear()
514 MGA_FXBNDRY, (box->x2 << 16) | box->x1); in mga_dma_dispatch_clear()
529 MGA_YDSTLEN, (box->y1 << 16) | height, in mga_dma_dispatch_clear()
530 MGA_FXBNDRY, (box->x2 << 16) | box->x1); in mga_dma_dispatch_clear()
[all …]
/linux-4.4.14/drivers/gpu/drm/radeon/
Dr300_cmdbuf.c62 struct drm_clip_rect box; in r300_emit_cliprects() local
79 (&box, &cmdbuf->boxes[n + i], sizeof(box))) { in r300_emit_cliprects()
84 box.x2--; /* Hardware expects inclusive bottom-right corner */ in r300_emit_cliprects()
85 box.y2--; in r300_emit_cliprects()
88 box.x1 = (box.x1) & in r300_emit_cliprects()
90 box.y1 = (box.y1) & in r300_emit_cliprects()
92 box.x2 = (box.x2) & in r300_emit_cliprects()
94 box.y2 = (box.y2) & in r300_emit_cliprects()
97 box.x1 = (box.x1 + R300_CLIPRECT_OFFSET) & in r300_emit_cliprects()
99 box.y1 = (box.y1 + R300_CLIPRECT_OFFSET) & in r300_emit_cliprects()
[all …]
Dradeon_state.c450 struct drm_clip_rect * box) in radeon_emit_clip_rect() argument
455 box->x1, box->y1, box->x2, box->y2); in radeon_emit_clip_rect()
459 OUT_RING((box->y1 << 16) | box->x1); in radeon_emit_clip_rect()
461 OUT_RING(((box->y2 - 1) << 16) | (box->x2 - 1)); in radeon_emit_clip_rect()
2782 struct drm_clip_rect box; in radeon_emit_packet3_cliprect() local
2802 if (copy_from_user(&box, &boxes[i], sizeof(box))) in radeon_emit_packet3_cliprect()
2821 radeon_emit_clip_rect(dev_priv, &box); in radeon_emit_packet3_cliprect()
/linux-4.4.14/drivers/gpu/drm/virtio/
Dvirtgpu_ioctl.c372 struct virtio_gpu_box box; in virtio_gpu_transfer_from_host_ioctl() local
392 convert_to_hw_box(&box, &args->box); in virtio_gpu_transfer_from_host_ioctl()
396 &box, &fence); in virtio_gpu_transfer_from_host_ioctl()
417 struct virtio_gpu_box box; in virtio_gpu_transfer_to_host_ioctl() local
436 convert_to_hw_box(&box, &args->box); in virtio_gpu_transfer_to_host_ioctl()
440 box.w, box.h, box.x, box.y, NULL); in virtio_gpu_transfer_to_host_ioctl()
445 args->level, &box, &fence); in virtio_gpu_transfer_to_host_ioctl()
Dvirtgpu_vq.c816 struct virtio_gpu_box *box, in virtio_gpu_cmd_transfer_to_host_3d() argument
828 cmd_p->box = *box; in virtio_gpu_cmd_transfer_to_host_3d()
838 struct virtio_gpu_box *box, in virtio_gpu_cmd_transfer_from_host_3d() argument
850 cmd_p->box = *box; in virtio_gpu_cmd_transfer_from_host_3d()
Dvirtgpu_drv.h310 struct virtio_gpu_box *box,
315 struct virtio_gpu_box *box,
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c272 SVGA3dCopyBox *box; in vmw_kms_cursor_snoop() local
298 box = (SVGA3dCopyBox *)&cmd[1]; in vmw_kms_cursor_snoop()
303 box->x != 0 || box->y != 0 || box->z != 0 || in vmw_kms_cursor_snoop()
304 box->srcx != 0 || box->srcy != 0 || box->srcz != 0 || in vmw_kms_cursor_snoop()
305 box->d != 1 || box_count != 1) { in vmw_kms_cursor_snoop()
311 box->srcx, box->srcy, box->srcz, in vmw_kms_cursor_snoop()
312 box->x, box->y, box->z, in vmw_kms_cursor_snoop()
313 box->w, box->h, box->d, box_count, in vmw_kms_cursor_snoop()
333 if (box->w == 64 && cmd->dma.guest.pitch == 64*4) { in vmw_kms_cursor_snoop()
337 for (i = 0; i < box->h; i++) in vmw_kms_cursor_snoop()
[all …]
/linux-4.4.14/arch/arm/mach-sti/
DKconfig33 Electronics family StiH415 parts, primarily targeted at set-top-box
43 Electronics family StiH416 parts, primarily targeted at set-top-box
53 Electronics family StiH407 parts, targetted at set-top-box
/linux-4.4.14/net/ipx/
DKconfig21 To turn your Linux box into a fully featured NetWare file server and
30 Unless you want to integrate your Linux box with a local Novell
38 useful to give an IPX "network" address to your Linux box as well
39 (for example if your box is acting as a file server for different
42 "network" inside your box and to assign an IPX address to this
/linux-4.4.14/drivers/net/appletalk/
DKconfig9 on a network. If your Linux box is connected to such a network and you
11 so that your Linux box can act as a print and file server for Macs as
36 on a network. If your Linux box is connected to such a network, and wish
85 box is stuck on an AppleTalk only network) or decapsulate (e.g. if
86 you want your Linux box to act as an Internet gateway for a zoo of
106 IP packets inside AppleTalk frames; this is useful if your Linux box
/linux-4.4.14/Documentation/scsi/
Dbfa.txt64 Troubleshooting Guide, and Release Notes for the corresponding out-of-box
69 and use the following inbox and out-of-box driver version mapping to find
72 Inbox Version Out-of-box Version
Daha152x.txt14 least on my ancient test box; a i486/33Mhz/20MB).
Dscsi-changer.txt76 changer command set should work out-of-the-box with this driver. If it
Daic7xxx.txt321 included inside the box with your product. The TSID helps us
Daic79xx.txt424 included inside the box with your product. The TSID helps us
Dtmscsim.txt410 having your box spending most of its time doing the logging.
DChangeLog.lpfc255 the sli layer which checks the mbox_cmpl == 0 to free mail box
551 register for programming config_port mail box command.
1731 link event and the memory allocation for read_la mail box
/linux-4.4.14/net/hsr/
DKconfig8 If you say Y here, then your Linux box will be able to act as a
10 your Linux box needs (at least) two physical Ethernet interfaces,
/linux-4.4.14/Documentation/networking/
Dip_dynaddr.txt5 It is implemented for TCP diald-box connections(1) and IP_MASQuerading(2).
9 while in SYN_SENT state (diald-box processes).
Dipddp.txt13 Through this driver you can either allow your Linux box to communicate
54 You will also need to add the proper routes to route your Linux box's IP
64 Encapsulation has been used to allow a Linux box stuck on a LocalTalk
Dtproxy.txt13 socket on your box, set the packet mark to a certain value, and then match on that
D6pack.txt57 available on any packet radio box where PC/FlexNet can be found. The name of
Deql.txt21 bandwidth. All without having to have a special black box on either
Dz8530drv.txt630 box...
Darcnet-hardware.txt2361 came with a jumper box for each bank.
2385 manufacturer on the Installation manual nor on the shipping box. The only
2917 - Sorry this sat in my to-do box for so long, Andrew! (yikes - over a
Darcnet.txt389 a router to my Internet provider. The other Linux box (insight) also has
Dbonding.txt1536 the box. The ifenslave-2.6 package should be installed to provide bonding
/linux-4.4.14/include/uapi/drm/
Dvirtgpu_drm.h106 struct drm_virtgpu_3d_box box; member
113 struct drm_virtgpu_3d_box box; member
/linux-4.4.14/Documentation/arm/sti/
Dstih416-overview.txt7 The STiH416 is the next generation of HD, AVC set-top box processors
Dstih415-overview.txt7 The STiH415 is the next generation of HD, AVC set-top box processors
/linux-4.4.14/net/ax25/
DKconfig9 If you want to connect your Linux box to an amateur radio, answer Y
28 that connects your Linux box to your amateur radio. You can either
58 If you say Y here, your Linux box will act as a DAMA slave; this is
73 If you say Y here, your Linux box will act as a DAMA master; this is
/linux-4.4.14/arch/arm/mach-zx/
DKconfig5 set-top-box processor is supported. More will be
/linux-4.4.14/drivers/media/usb/b2c2/
DKconfig5 Support for the Air/Sky/Cable2PC USB1.1 box (DVB/ATSC) by Technisat/B2C2,
/linux-4.4.14/Documentation/dvb/
Dtechnisat.txt9 First start your linux box with a shipped kernel:
20 If the Flexcop / Technisat is the only DVB / TV / Radio device in your box
Dcards.txt11 out of the box with every card, because of different wiring.
15 the demodulator and tuner/PLL chip are inside a metal box for
16 shielding, and the whole metal box has its own part number.
/linux-4.4.14/arch/m68k/ifpsp060/src/
DREADME-SRC5 The code provided here will not assemble out of the box using the GNU
/linux-4.4.14/net/
DKconfig113 that pass through your Linux box.
115 The most common use of packet filtering is to run your Linux box as
129 You should also say Y here if you intend to use your Linux box as
133 the outside, your box can "masquerade" as that computer, i.e. it
136 firewall box itself. It works both ways: if the outside host
137 replies, the Linux box will silently forward the traffic to the
147 box can transparently forward the traffic to a local server,
/linux-4.4.14/drivers/net/wan/
DKconfig15 inexpensive WAN interface card can allow your Linux box to directly
46 V.36 interface) to your Linux box. The cards can work as the
70 V.24, V.35 or V.36 interface) to your Linux box.
73 box directly to a T1 or E1 circuit.
101 Say Y to this option if your Linux box contains a WAN (Wide Area
103 connect the box to a WAN.
321 physical line from your box to the local "switch" (i.e. the entry
/linux-4.4.14/Documentation/filesystems/nfs/
D00-INDEX18 - short guide on setting up a diskless box with NFS root filesystem.
/linux-4.4.14/Documentation/ko_KR/
Dstable_api_nonsense.txt186 리눅스는 다른 운영 체제보다 "쉽게 쓸수 있는(out of the box)" 많은 다른 장치들을
/linux-4.4.14/fs/coda/
DKconfig13 If you say Y here, your Linux box will be able to act as a Coda
/linux-4.4.14/drivers/net/slip/
DKconfig11 other local Unix box or if you want to configure your Linux box as a
/linux-4.4.14/scripts/kconfig/
Dnconf.gui.c301 box(win, 0, 0); in btn_dialog()
404 box(win, 0, 0); in dialog_inputbox()
587 box(win, 0, 0); in show_scroll_win()
Dnconf.c963 box(main_window, 0, 0); in show_menu()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_cmd.h1693 SVGA3dBox box; member
1748 SVGA3dBox box; member
1792 SVGA3dBox box; member
Dsvga3d_dx.h610 SVGA3dCopyBox box; member
693 SVGA3dBox box; member
770 SVGA3dCopyBox box; member
/linux-4.4.14/Documentation/blockdev/drbd/
Ddrbd-connection-state-overview.dot50 node [shape=box,fontcolor=black]
/linux-4.4.14/net/x25/
DKconfig9 frame relay; the one physical line from your box to the X.25 network
/linux-4.4.14/drivers/gpu/drm/i810/
Di810_dma.c714 struct drm_clip_rect *box = sarea_priv->boxes; in i810_dma_dispatch_vertex() local
753 OUT_RING(box[i].x1 | (box[i].y1 << 16)); in i810_dma_dispatch_vertex()
754 OUT_RING((box[i].x2 - in i810_dma_dispatch_vertex()
755 1) | ((box[i].y2 - 1) << 16)); in i810_dma_dispatch_vertex()
/linux-4.4.14/Documentation/isdn/
DREADME.x2562 - You might want to access a public X.25 data network from your Linux box.
81 box. A lot of those teleservices run on top of the ISO-8208
115 To access an X.25 network switch via isdn (your linux box is the DTE), use
/linux-4.4.14/drivers/isdn/i4l/
DKconfig66 your Linux box as an ISDN-answering machine. Of course, this must be
77 (mgetty+sendfax, hylafax), you will be able to use your Linux box as
/linux-4.4.14/include/uapi/linux/
Dvirtio_gpu.h209 struct virtio_gpu_box box; member
/linux-4.4.14/drivers/net/plip/
DKconfig11 local machines. A PLIP link from a Linux box is a popular means to
/linux-4.4.14/Documentation/filesystems/
Dspufs.txt79 box, the return value is set to -1 and errno becomes EAGAIN.
93 box and the file descriptor has been opened with O_NONBLOCK, the
96 If there is no data available in the mail box and the file
113 is no space available in the mail box and the file descriptor has been
117 If there is no space available in the mail box and the file descriptor
142 wbox_stat) the respective mail box without blocking or resulting
/linux-4.4.14/Documentation/
DIRQ-affinity.txt19 it to CPU4-7 (this is an 8-CPU SMP box):
Dgcov.txt139 box for setups where kernels are built and run on the same machine. In
Dstable_api_nonsense.txt179 As Linux supports a larger number of different devices "out of the box"
Dmemory-hotplug.txt125 - As a related configuration, if your box has a feature of NUMA-node hotplug
Dxillybus.txt103 driver is used to work out of the box with any Xillybus IP core.
Dkernel-parameters.txt1126 Address Range Mirroring feature even if your box
2362 need the box quickly up again.
/linux-4.4.14/Documentation/sound/oss/
DVIBRA1678 Enjoy your new noisy Linux box! ;)
Dbtaudio31 should'nt crash your box. It might not work as expected, have bugs,
/linux-4.4.14/net/bridge/
DKconfig11 If you say Y here, then your Linux box will be able to act as an
/linux-4.4.14/Documentation/fb/
Daty128fb.txt33 box) and aty128fb (for graphics mode). You should not compile-in vesafb
Dfbcon.txt279 framebuffer console driver if you are in an X86 box:
Dmatroxfb.txt32 box) and matroxfb (for graphics mode). You should not compile-in vesafb
/linux-4.4.14/arch/m68k/
DKconfig.bus44 inside your box. Other bus systems are PCI, EISA, MicroChannel
/linux-4.4.14/block/partitions/
DKconfig166 This is mainly used to carry data from a UnixWare box to your
167 Linux box via a removable medium like magneto-optical, ZIP or
234 your Linux box via a removable medium like magneto-optical or ZIP
/linux-4.4.14/arch/arm/boot/dts/
Dsun6i-a31s-cs908.dts49 model = "CSQ CS908 top set box";
Dkirkwood-nsa320.dts1 /* Device tree file for the Zyxel NSA 320 NAS box.
Dsun6i-a31-i7.dts51 model = "Mele I7 Quad top set box";
Dsun6i-a31-m9.dts51 model = "Mele M9 top set box";
Dsun6i-a31-mele-a1000g-quad.dts51 model = "Mele A1000G Quad top set box";
/linux-4.4.14/tools/thermal/tmon/
Dtui.c300 box(w, 0, 0); in show_dialogue()
501 box(cooling_device_window, 10, 0); in handle_tui_events()
/linux-4.4.14/net/atm/
DKconfig13 In order to participate in an ATM network, your Linux box needs an
/linux-4.4.14/Documentation/video4linux/bttv/
DREADME.freeze2 If the box freezes hard with bttv ...
DREADME.quirks7 stability problems you can try if one of these options makes your box
DCards132 2) These cards have a number printed on the PCB just above the tuner metal box:
/linux-4.4.14/net/ipv4/
DKconfig17 If you intend to run your Linux box mostly as a router, i.e. as a
26 Note that your box can only act as a router if you enable IP
122 If you want your Linux box to mount its whole root file system (the
139 If you want your Linux box to mount its whole root file system (the
154 If you want your Linux box to mount its whole root file system (the
/linux-4.4.14/Documentation/vm/
Dpage_owner.txt59 more accurately. On 2GB memory x86-64 VM box, 13343 early allocated pages
/linux-4.4.14/arch/unicore32/
DKconfig134 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
/linux-4.4.14/Documentation/input/
Dxpad.txt68 correctly out of the box.
88 box in the future.
Devent-codes.txt277 bounding box, or just some of them, for instance the two most recent
Delantech.txt552 In case the box has unstable power supply or other electricity issues, or
/linux-4.4.14/arch/arm/mach-bcm/
DKconfig169 This enables support for Broadcom ARM-based set-top box chipsets,
/linux-4.4.14/fs/fat/
DKconfig23 Linux box, say Y here, mount the floppy under Linux with an MSDOS
/linux-4.4.14/Documentation/misc-devices/
Dlis3lv02d71 (aka "can play neverball out of the box"):
/linux-4.4.14/fs/ncpfs/
DKconfig16 You do not have to say Y here if you want your Linux box to act as a
/linux-4.4.14/Documentation/x86/i386/
DIO-APIC.txt15 If your box boots fine with enabled IO-APIC IRQs, then your
/linux-4.4.14/Documentation/video4linux/
Dpxa_camera.txt70 Legend: - each box is a FSM state
/linux-4.4.14/drivers/scsi/
Dhpsa.h82 u8 box[8]; member
DKconfig443 sold under the Adaptec name. If it doesn't work out of the box, you
456 of the box, you may have to change some settings in
518 out of the box, you may have to change the jumpers for IRQ or
792 of the box, you may have to change some settings in
807 of the box, you may have to change some settings in
1248 of the box, you may have to change some settings in
1383 of the box, you may have to change some settings in
1398 the box, you may have to change some settings in
1448 of the box, you may have to change some settings in
Dhpsa.c763 u8 box; in path_info_show() local
804 box = hdev->box[i]; in path_info_show()
817 if (box == 0 || box == 0xFF) { in path_info_show()
826 box, bay, active); in path_info_show()
828 } else if (box != 0 && box != 0xFF) { in path_info_show()
831 box, active); in path_info_show()
3897 memcpy(&this_device->box, in hpsa_get_path_info()
3899 sizeof(this_device->box)); in hpsa_get_path_info()
/linux-4.4.14/Documentation/power/
Dbasic-pm-debugging.txt172 techniques to find the problem. First, if there is a serial port in your box,
200 it does not work "out of the box", you may need to boot it with
/linux-4.4.14/Documentation/usb/
Dgadget_multi.txt112 out-of-the-box.
Dusb-serial.txt97 Most devices supported by ActiveSync are supported out of the box.
119 and unchecking the "Automatically synchronize ..." box. Go to
/linux-4.4.14/Documentation/ia64/
Dserial.txt151 box after changing console configuration.
/linux-4.4.14/Documentation/cdrom/
Dcdrom-standard.tex310 as a juke-box, or otherwise~1. The parameters are declared $const$
391 $disc_nr$ identifies a specific slot in a juke-box, it should be
450 If the drive can store multiple discs (a juke-box) this function
560 CDC_SELECT_DISC& drive is juke-box\cr
878 \item[CDROM_SELECT_DISC] Select disc numbered $arg$ from a juke-box.
880 maximum number of discs in the juke-box found in the $cdrom_dops$.
937 juke-box.
/linux-4.4.14/drivers/net/hamradio/
DKconfig84 These cards are used to connect your Linux box to an amateur radio
/linux-4.4.14/arch/m32r/
DKconfig339 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
/linux-4.4.14/Documentation/misc-devices/mei/
Dmei.txt208 A Local Agent enables IT personnel to configure Intel AMT out-of-the-box
/linux-4.4.14/arch/alpha/
DKconfig321 inside your box. Other bus systems are PCI, EISA, MicroChannel
337 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
/linux-4.4.14/net/netfilter/ipvs/
DKconfig69 needed for your box.
/linux-4.4.14/drivers/input/mouse/
DKconfig338 be used on any box capable of RS232 (with some adaptor
/linux-4.4.14/Documentation/s390/
D3270.txt31 Linux box.
DDebugging390.txt218 this processor (if an smp box).
/linux-4.4.14/Documentation/ioctl/
Dbotching-up-ioctls.txt112 entire box (by means of an unkillable X process). If the state recovery is
Dcdrom.txt481 should just be the Medium Catalog Number on the box. Note,
/linux-4.4.14/arch/powerpc/
DKconfig716 inside your box. If you have an Apple machine, say N here; if you
808 your box. If you say Y here, the kernel will include drivers and
/linux-4.4.14/arch/xtensa/
DKconfig288 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
/linux-4.4.14/arch/sparc/
DKconfig463 your box. If you say Y here, the kernel will include drivers and
/linux-4.4.14/Documentation/acpi/
Denumeration.txt38 some other non-ACPI platform, the driver might work out of the box or needs
/linux-4.4.14/drivers/net/
DKconfig10 You can say N here if you don't intend to connect your Linux box to
/linux-4.4.14/fs/befs/
DChangeLog217 I've done some serious testing on it now (on my box anyhow), and it
/linux-4.4.14/Documentation/sysctl/
Dkernel.txt281 hostname of your box in exactly the same way as the commands
581 computing it is preferable that the box is taken out and the error
Dvm.txt320 in /proc/zoneinfo like followings. (This is an example of x86-64 box).
/linux-4.4.14/arch/sh/
DKconfig849 your box. If you have PCI, say Y, otherwise N.
/linux-4.4.14/drivers/tty/
DKconfig217 your Linux box, for instance in order to become a dial-in server.
/linux-4.4.14/Documentation/crypto/
Ddescore-readme.txt313 S-box mapping order or something) into the right format for you.
/linux-4.4.14/drivers/char/
DKconfig99 box (as opposed to using a serial printer; if the connector at the
/linux-4.4.14/arch/arm/crypto/
Daes-armv4.S13 @ Code uses single 1K S-box and is >2 times faster than code generated
/linux-4.4.14/drivers/hid/
DKconfig132 and Mac Pros. This receiver is also used in the Apple TV set-top box
/linux-4.4.14/arch/arm/
DKconfig1257 inside your box. Other bus systems are PCI, EISA, MicroChannel
1275 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
/linux-4.4.14/arch/mips/
DKconfig176 box chips. Note that CONFIG_CPU_BIG_ENDIAN/CONFIG_CPU_LITTLE_ENDIAN
2847 your box. Other bus systems are ISA, EISA, or VESA. If you have PCI,
/linux-4.4.14/drivers/video/fbdev/
DKconfig949 Say Y here if you have a PowerVR 2 card in your box. If you plan to
1221 Matrox G400, G450 or G550 card in your box.
/linux-4.4.14/Documentation/cgroups/
Dmemory.txt339 box can still run out of non-reclaimable memory.
/linux-4.4.14/arch/x86/
DKconfig2318 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
2420 inside your box. Other bus systems are PCI, EISA, MicroChannel
/linux-4.4.14/scripts/
Danalyze_suspend.py2351 .callgraph {margin-top: 30px;box-shadow: 5px 5px 20px black;}\n\
/linux-4.4.14/net/netfilter/
DKconfig288 box, you may want to enable this feature.
/linux-4.4.14/drivers/tty/serial/
DKconfig1021 box, for instance in order to become a dial-in server. This driver
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3968 firewalling somewhere between the UML and the other box. You track
4305 o dedicated a box (uml.ists.dartmouth.edu) to support UML development
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt747 kernel address parsing functions will work out of the box. If you
/linux-4.4.14/
DCREDITS2504 D: Sparc and blue box hacker