/arch/um/drivers/ |
D | chan_kern.c | 21 static int not_configged_open(int input, int output, int primary, void *data, in not_configged_open() argument 111 else fd = (*chan->ops->open)(chan->input, chan->output, chan->primary, in open_one_chan() 137 if (chan->primary) in open_chan() 150 if (chan->primary && chan->output && chan->ops->winch) { in chan_enable_winch() 167 if (chan->primary) in enable_chan() 303 if (chan->primary) { in write_chan() 324 if (chan->primary) in console_write_chan() 351 if (chan->primary) { in chan_window_size() 370 if (chan->primary && chan->output) in free_one_chan() 440 if (!chan->primary) in chan_config_string() [all …]
|
D | pty.c | 42 static int pts_open(int input, int output, int primary, void *d, in pts_open() argument 115 static int pty_open(int input, int output, int primary, void *d, in pty_open() argument
|
D | null.c | 20 static int null_open(int input, int output, int primary, void *d, in null_open() argument
|
D | tty.c | 41 static int tty_open(int input, int output, int primary, void *d, in tty_open() argument
|
D | fd.c | 52 static int fd_open(int input, int output, int primary, void *d, char **dev_out) in fd_open() argument
|
D | xterm.c | 86 static int xterm_open(int input, int output, int primary, void *d, in xterm_open() argument
|
D | port_user.c | 72 static int port_open(int input, int output, int primary, void *d, in port_open() argument
|
/arch/powerpc/sysdev/ |
D | mv64x60_pci.c | 126 int primary; in mv64x60_add_bridge() local 159 primary = (hose->first_busno == 0); in mv64x60_add_bridge() 160 pci_process_bridge_OF_ranges(hose, dev, primary); in mv64x60_add_bridge()
|
D | fsl_pci.c | 304 int primary; in mpc83xx_add_bridge() local 334 primary = 1; in mpc83xx_add_bridge() 336 primary = 0; in mpc83xx_add_bridge() 365 pci_process_bridge_OF_ranges(hose, dev, primary); in mpc83xx_add_bridge()
|
D | ppc4xx_pci.c | 321 int primary = 0; in ppc4xx_probe_pci_bridge() local 345 primary = 1; in ppc4xx_probe_pci_bridge() 376 pci_process_bridge_OF_ranges(hose, np, primary); in ppc4xx_probe_pci_bridge() 526 int big_pim = 0, msi = 0, primary = 0; in ppc4xx_probe_pcix_bridge() local 551 primary = 1; in ppc4xx_probe_pcix_bridge() 587 pci_process_bridge_OF_ranges(hose, np, primary); in ppc4xx_probe_pcix_bridge() 1588 int primary = 0, busses; in ppc4xx_pciex_port_setup_hose() local 1595 primary = 1; in ppc4xx_pciex_port_setup_hose() 1676 pci_process_bridge_OF_ranges(hose, port->node, primary); in ppc4xx_pciex_port_setup_hose()
|
D | tsi108_pci.c | 199 int __init tsi108_setup_pci(struct device_node *dev, u32 cfg_phys, int primary) in tsi108_setup_pci() argument 241 pci_process_bridge_OF_ranges(hose, dev, primary); in tsi108_setup_pci()
|
/arch/powerpc/include/asm/ |
D | ppc-pci.h | 20 extern void pci_setup_phb_io(struct pci_controller *hose, int primary); 21 extern void pci_setup_phb_io_dynamic(struct pci_controller *hose, int primary);
|
D | tsi108_pci.h | 40 extern int tsi108_setup_pci(struct device_node *dev, u32 cfg_phys, int primary);
|
D | pci-bridge.h | 309 struct device_node *dev, int primary);
|
/arch/s390/kernel/ |
D | head31.S | 38 lpsw .Lentry-.LPG1(13) # jump to _stext in primary-space, 43 .long 0 # cr1: primary space segment table 47 .long .Lduct # cr5: primary-aste origin
|
D | head64.S | 106 lpswe .Lentry-.LPG1(13) # jump to _stext in primary-space, 111 .quad 0 # cr1: primary space segment table 115 .quad .Lduct # cr5: primary-aste origin
|
/arch/alpha/boot/tools/ |
D | objstrip.c | 52 int fd, ofd, i, j, verbose = 0, primary = 0; in main() local 76 primary = 1; /* make primary bootblock */ in main() 102 if (primary) { in main()
|
/arch/powerpc/platforms/maple/ |
D | pci.c | 444 int primary = 1; in maple_add_bridge() local 464 primary = 0; in maple_add_bridge() 468 primary = 1; in maple_add_bridge() 472 primary = 0; in maple_add_bridge() 479 pci_process_bridge_OF_ranges(hose, dev, primary); in maple_add_bridge()
|
/arch/powerpc/platforms/pseries/ |
D | pci_dlpar.c | 140 int primary; in init_phb_dynamic() local 144 primary = list_empty(&hose_list); in init_phb_dynamic()
|
/arch/um/include/shared/ |
D | chan_kern.h | 20 unsigned int primary:1; member
|
/arch/powerpc/platforms/powermac/ |
D | pci.c | 900 int primary = 1, has_address = 0; in pmac_add_bridge() local 927 primary = 0; in pmac_add_bridge() 931 primary = 1; in pmac_add_bridge() 935 primary = 0; in pmac_add_bridge() 944 primary = setup_uninorth(hose, &rsrc); in pmac_add_bridge() 956 primary = 0; in pmac_add_bridge() 969 pci_process_bridge_OF_ranges(hose, dev, primary); in pmac_add_bridge()
|
/arch/x86/mm/ |
D | pageattr.c | 544 int primary) in __cpa_process_fault() argument 549 if (!primary) in __cpa_process_fault() 573 static int __change_page_attr(struct cpa_data *cpa, int primary) in __change_page_attr() argument 587 return __cpa_process_fault(cpa, address, primary); in __change_page_attr() 591 return __cpa_process_fault(cpa, address, primary); in __change_page_attr()
|
/arch/sh/boards/mach-microdev/ |
D | irq.c | 65 # error Inconsistancy in defining the IRQ# for primary IDE!
|
/arch/powerpc/boot/dts/ |
D | katmai.dts | 233 primary; 279 primary; 320 primary; 361 primary;
|
/arch/ia64/sn/kernel/ |
D | setup.c | 268 u8 primary; member 338 if (! (device.primary & PCDP_PRIMARY_CONSOLE)) in sn_scan_pcdp()
|