/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel_uncore.h | 81 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 …]
|
D | perf_event_intel_uncore.c | 92 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 …]
|
D | perf_event_intel_uncore_snb.c | 74 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 …]
|
D | perf_event_intel_uncore_nhmex.c | 199 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 …]
|
D | perf_event_intel_uncore_snbep.c | 263 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/ |
D | textbox.c | 39 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 …]
|
D | util.c | 478 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()
|
D | dialog.h | 226 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box,
|
/linux-4.4.14/sound/pci/ice1712/ |
D | hoontech.c | 82 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/ |
D | mga_state.c | 44 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/ |
D | r300_cmdbuf.c | 62 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 …]
|
D | radeon_state.c | 450 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/ |
D | virtgpu_ioctl.c | 372 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()
|
D | virtgpu_vq.c | 816 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()
|
D | virtgpu_drv.h | 310 struct virtio_gpu_box *box, 315 struct virtio_gpu_box *box,
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.c | 272 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/ |
D | Kconfig | 33 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/ |
D | Kconfig | 21 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/ |
D | Kconfig | 9 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/ |
D | bfa.txt | 64 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
|
D | aha152x.txt | 14 least on my ancient test box; a i486/33Mhz/20MB).
|
D | scsi-changer.txt | 76 changer command set should work out-of-the-box with this driver. If it
|
D | aic7xxx.txt | 321 included inside the box with your product. The TSID helps us
|
D | aic79xx.txt | 424 included inside the box with your product. The TSID helps us
|
D | tmscsim.txt | 410 having your box spending most of its time doing the logging.
|
D | ChangeLog.lpfc | 255 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/ |
D | Kconfig | 8 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/ |
D | ip_dynaddr.txt | 5 It is implemented for TCP diald-box connections(1) and IP_MASQuerading(2). 9 while in SYN_SENT state (diald-box processes).
|
D | ipddp.txt | 13 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
|
D | tproxy.txt | 13 socket on your box, set the packet mark to a certain value, and then match on that
|
D | 6pack.txt | 57 available on any packet radio box where PC/FlexNet can be found. The name of
|
D | eql.txt | 21 bandwidth. All without having to have a special black box on either
|
D | z8530drv.txt | 630 box...
|
D | arcnet-hardware.txt | 2361 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
|
D | arcnet.txt | 389 a router to my Internet provider. The other Linux box (insight) also has
|
D | bonding.txt | 1536 the box. The ifenslave-2.6 package should be installed to provide bonding
|
/linux-4.4.14/include/uapi/drm/ |
D | virtgpu_drm.h | 106 struct drm_virtgpu_3d_box box; member 113 struct drm_virtgpu_3d_box box; member
|
/linux-4.4.14/Documentation/arm/sti/ |
D | stih416-overview.txt | 7 The STiH416 is the next generation of HD, AVC set-top box processors
|
D | stih415-overview.txt | 7 The STiH415 is the next generation of HD, AVC set-top box processors
|
/linux-4.4.14/net/ax25/ |
D | Kconfig | 9 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/ |
D | Kconfig | 5 set-top-box processor is supported. More will be
|
/linux-4.4.14/drivers/media/usb/b2c2/ |
D | Kconfig | 5 Support for the Air/Sky/Cable2PC USB1.1 box (DVB/ATSC) by Technisat/B2C2,
|
/linux-4.4.14/Documentation/dvb/ |
D | technisat.txt | 9 First start your linux box with a shipped kernel: 20 If the Flexcop / Technisat is the only DVB / TV / Radio device in your box
|
D | cards.txt | 11 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/ |
D | README-SRC | 5 The code provided here will not assemble out of the box using the GNU
|
/linux-4.4.14/net/ |
D | Kconfig | 113 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/ |
D | Kconfig | 15 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/ |
D | 00-INDEX | 18 - short guide on setting up a diskless box with NFS root filesystem.
|
/linux-4.4.14/Documentation/ko_KR/ |
D | stable_api_nonsense.txt | 186 리눅스는 다른 운영 체제보다 "쉽게 쓸수 있는(out of the box)" 많은 다른 장치들을
|
/linux-4.4.14/fs/coda/ |
D | Kconfig | 13 If you say Y here, your Linux box will be able to act as a Coda
|
/linux-4.4.14/drivers/net/slip/ |
D | Kconfig | 11 other local Unix box or if you want to configure your Linux box as a
|
/linux-4.4.14/scripts/kconfig/ |
D | nconf.gui.c | 301 box(win, 0, 0); in btn_dialog() 404 box(win, 0, 0); in dialog_inputbox() 587 box(win, 0, 0); in show_scroll_win()
|
D | nconf.c | 963 box(main_window, 0, 0); in show_menu()
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/ |
D | svga3d_cmd.h | 1693 SVGA3dBox box; member 1748 SVGA3dBox box; member 1792 SVGA3dBox box; member
|
D | svga3d_dx.h | 610 SVGA3dCopyBox box; member 693 SVGA3dBox box; member 770 SVGA3dCopyBox box; member
|
/linux-4.4.14/Documentation/blockdev/drbd/ |
D | drbd-connection-state-overview.dot | 50 node [shape=box,fontcolor=black]
|
/linux-4.4.14/net/x25/ |
D | Kconfig | 9 frame relay; the one physical line from your box to the X.25 network
|
/linux-4.4.14/drivers/gpu/drm/i810/ |
D | i810_dma.c | 714 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/ |
D | README.x25 | 62 - 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/ |
D | Kconfig | 66 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/ |
D | virtio_gpu.h | 209 struct virtio_gpu_box box; member
|
/linux-4.4.14/drivers/net/plip/ |
D | Kconfig | 11 local machines. A PLIP link from a Linux box is a popular means to
|
/linux-4.4.14/Documentation/filesystems/ |
D | spufs.txt | 79 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/ |
D | IRQ-affinity.txt | 19 it to CPU4-7 (this is an 8-CPU SMP box):
|
D | gcov.txt | 139 box for setups where kernels are built and run on the same machine. In
|
D | stable_api_nonsense.txt | 179 As Linux supports a larger number of different devices "out of the box"
|
D | memory-hotplug.txt | 125 - As a related configuration, if your box has a feature of NUMA-node hotplug
|
D | xillybus.txt | 103 driver is used to work out of the box with any Xillybus IP core.
|
D | kernel-parameters.txt | 1126 Address Range Mirroring feature even if your box 2362 need the box quickly up again.
|
/linux-4.4.14/Documentation/sound/oss/ |
D | VIBRA16 | 78 Enjoy your new noisy Linux box! ;)
|
D | btaudio | 31 should'nt crash your box. It might not work as expected, have bugs,
|
/linux-4.4.14/net/bridge/ |
D | Kconfig | 11 If you say Y here, then your Linux box will be able to act as an
|
/linux-4.4.14/Documentation/fb/ |
D | aty128fb.txt | 33 box) and aty128fb (for graphics mode). You should not compile-in vesafb
|
D | fbcon.txt | 279 framebuffer console driver if you are in an X86 box:
|
D | matroxfb.txt | 32 box) and matroxfb (for graphics mode). You should not compile-in vesafb
|
/linux-4.4.14/arch/m68k/ |
D | Kconfig.bus | 44 inside your box. Other bus systems are PCI, EISA, MicroChannel
|
/linux-4.4.14/block/partitions/ |
D | Kconfig | 166 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/ |
D | sun6i-a31s-cs908.dts | 49 model = "CSQ CS908 top set box";
|
D | kirkwood-nsa320.dts | 1 /* Device tree file for the Zyxel NSA 320 NAS box.
|
D | sun6i-a31-i7.dts | 51 model = "Mele I7 Quad top set box";
|
D | sun6i-a31-m9.dts | 51 model = "Mele M9 top set box";
|
D | sun6i-a31-mele-a1000g-quad.dts | 51 model = "Mele A1000G Quad top set box";
|
/linux-4.4.14/tools/thermal/tmon/ |
D | tui.c | 300 box(w, 0, 0); in show_dialogue() 501 box(cooling_device_window, 10, 0); in handle_tui_events()
|
/linux-4.4.14/net/atm/ |
D | Kconfig | 13 In order to participate in an ATM network, your Linux box needs an
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README.freeze | 2 If the box freezes hard with bttv ...
|
D | README.quirks | 7 stability problems you can try if one of these options makes your box
|
D | Cards | 132 2) These cards have a number printed on the PCB just above the tuner metal box:
|
/linux-4.4.14/net/ipv4/ |
D | Kconfig | 17 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/ |
D | page_owner.txt | 59 more accurately. On 2GB memory x86-64 VM box, 13343 early allocated pages
|
/linux-4.4.14/arch/unicore32/ |
D | Kconfig | 134 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
|
/linux-4.4.14/Documentation/input/ |
D | xpad.txt | 68 correctly out of the box. 88 box in the future.
|
D | event-codes.txt | 277 bounding box, or just some of them, for instance the two most recent
|
D | elantech.txt | 552 In case the box has unstable power supply or other electricity issues, or
|
/linux-4.4.14/arch/arm/mach-bcm/ |
D | Kconfig | 169 This enables support for Broadcom ARM-based set-top box chipsets,
|
/linux-4.4.14/fs/fat/ |
D | Kconfig | 23 Linux box, say Y here, mount the floppy under Linux with an MSDOS
|
/linux-4.4.14/Documentation/misc-devices/ |
D | lis3lv02d | 71 (aka "can play neverball out of the box"):
|
/linux-4.4.14/fs/ncpfs/ |
D | Kconfig | 16 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/ |
D | IO-APIC.txt | 15 If your box boots fine with enabled IO-APIC IRQs, then your
|
/linux-4.4.14/Documentation/video4linux/ |
D | pxa_camera.txt | 70 Legend: - each box is a FSM state
|
/linux-4.4.14/drivers/scsi/ |
D | hpsa.h | 82 u8 box[8]; member
|
D | Kconfig | 443 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
|
D | hpsa.c | 763 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/ |
D | basic-pm-debugging.txt | 172 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/ |
D | gadget_multi.txt | 112 out-of-the-box.
|
D | usb-serial.txt | 97 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/ |
D | serial.txt | 151 box after changing console configuration.
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 310 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/ |
D | Kconfig | 84 These cards are used to connect your Linux box to an amateur radio
|
/linux-4.4.14/arch/m32r/ |
D | Kconfig | 339 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
|
/linux-4.4.14/Documentation/misc-devices/mei/ |
D | mei.txt | 208 A Local Agent enables IT personnel to configure Intel AMT out-of-the-box
|
/linux-4.4.14/arch/alpha/ |
D | Kconfig | 321 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/ |
D | Kconfig | 69 needed for your box.
|
/linux-4.4.14/drivers/input/mouse/ |
D | Kconfig | 338 be used on any box capable of RS232 (with some adaptor
|
/linux-4.4.14/Documentation/s390/ |
D | 3270.txt | 31 Linux box.
|
D | Debugging390.txt | 218 this processor (if an smp box).
|
/linux-4.4.14/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 112 entire box (by means of an unkillable X process). If the state recovery is
|
D | cdrom.txt | 481 should just be the Medium Catalog Number on the box. Note,
|
/linux-4.4.14/arch/powerpc/ |
D | Kconfig | 716 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/ |
D | Kconfig | 288 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
|
/linux-4.4.14/arch/sparc/ |
D | Kconfig | 463 your box. If you say Y here, the kernel will include drivers and
|
/linux-4.4.14/Documentation/acpi/ |
D | enumeration.txt | 38 some other non-ACPI platform, the driver might work out of the box or needs
|
/linux-4.4.14/drivers/net/ |
D | Kconfig | 10 You can say N here if you don't intend to connect your Linux box to
|
/linux-4.4.14/fs/befs/ |
D | ChangeLog | 217 I've done some serious testing on it now (on my box anyhow), and it
|
/linux-4.4.14/Documentation/sysctl/ |
D | kernel.txt | 281 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
|
D | vm.txt | 320 in /proc/zoneinfo like followings. (This is an example of x86-64 box).
|
/linux-4.4.14/arch/sh/ |
D | Kconfig | 849 your box. If you have PCI, say Y, otherwise N.
|
/linux-4.4.14/drivers/tty/ |
D | Kconfig | 217 your Linux box, for instance in order to become a dial-in server.
|
/linux-4.4.14/Documentation/crypto/ |
D | descore-readme.txt | 313 S-box mapping order or something) into the right format for you.
|
/linux-4.4.14/drivers/char/ |
D | Kconfig | 99 box (as opposed to using a serial printer; if the connector at the
|
/linux-4.4.14/arch/arm/crypto/ |
D | aes-armv4.S | 13 @ Code uses single 1K S-box and is >2 times faster than code generated
|
/linux-4.4.14/drivers/hid/ |
D | Kconfig | 132 and Mac Pros. This receiver is also used in the Apple TV set-top box
|
/linux-4.4.14/arch/arm/ |
D | Kconfig | 1257 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/ |
D | Kconfig | 176 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/ |
D | Kconfig | 949 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/ |
D | memory.txt | 339 box can still run out of non-reclaimable memory.
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 2318 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/ |
D | analyze_suspend.py | 2351 .callgraph {margin-top: 30px;box-shadow: 5px 5px 20px black;}\n\
|
/linux-4.4.14/net/netfilter/ |
D | Kconfig | 288 box, you may want to enable this feature.
|
/linux-4.4.14/drivers/tty/serial/ |
D | Kconfig | 1021 box, for instance in order to become a dial-in server. This driver
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3968 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/ |
D | booting-without-of.txt | 747 kernel address parsing functions will work out of the box. If you
|
/linux-4.4.14/ |
D | CREDITS | 2504 D: Sparc and blue box hacker
|