Searched refs:NULL (Results 1 - 25 of 24310) sorted by path

1234567891011>>

/linux-master/arch/alpha/kernel/
H A Dconsole.c41 struct pci_controller *hose = NULL;
42 struct pci_dev *dev = NULL;
48 for(dev=NULL; (dev=pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, dev));) {
H A Dcore_apecs.c353 hose->sg_pci = NULL;
H A Dcore_lca.c282 hose->sg_pci = NULL;
H A Dcore_polaris.c174 hose->sg_isa = hose->sg_pci = NULL;
H A Dcore_t2.c356 hose->sg_pci = NULL;
H A Derr_common.c40 annotation = NULL;
71 NULL);
77 NULL);
87 static struct el_subpacket_handler *subpacket_handler_list = NULL;
88 static struct el_subpacket_annotation *subpacket_annotation_list = NULL;
102 return NULL;
137 return NULL;
161 struct el_subpacket *next = NULL;
199 struct el_subpacket *next = NULL;
209 if (NULL
[all...]
H A Derr_ev6.c265 dik_show_regs(get_irq_regs(), NULL); local
H A Derr_ev7.c35 return NULL;
48 return NULL;
69 return NULL;
113 return NULL;
156 "BBOX_DAT_RMP", NULL
174 NULL
183 "RBOX_INTQ", "RBOX_INT", NULL
208 NULL
243 return NULL;
H A Derr_impl.h25 #define SUBPACKET_ANNOTATION(c, t, r, d, a) {NULL, (c), (t), (r), (d), (a)}
32 #define SUBPACKET_HANDLER_INIT(c, h) {NULL, (c), (h)}
H A Derr_marvel.c44 { 0, NULL }
808 return NULL;
815 for (io7 = NULL; NULL != (io7 = marvel_next_io7(io7)); ) {
836 return NULL;
1050 int (*process_frame)(struct ev7_lf_subpackets *, int) = NULL;
1051 struct ev7_lf_subpackets subpacket_collection = { NULL, };
1053 struct ev7_lf_subpackets *lf_subpackets = NULL;
1056 char *error_type = NULL;
H A Derr_titan.c452 dik_show_regs(get_irq_regs(), NULL); local
488 "P0_GTBA3", NULL
502 "P1_GTBA3", NULL
508 "P1_GPCTL", "P1_SCTL", NULL
531 NULL)
541 return NULL;
H A Dsmc37c669.c976 static SMC37c669_CONFIG_REGS *SMC37c669 __initdata = NULL;
1110 ** the NULL pointer is returned.
1183 ** address so set the device pointer to NULL.
1185 SMC37c669 = NULL;
1682 if ( ( cp = SMC37c669_get_config ( func ) ) != NULL ) {
1834 ** parameter which is not desired can specify the NULL
1850 if ( ( cp = SMC37c669_get_config( func ) ) != NULL ) {
1851 if ( drq != NULL ) {
1855 if ( irq != NULL ) {
1859 if ( port != NULL ) {
[all...]
/linux-master/arch/arc/kernel/
H A Dmodule.c31 mod->arch.unw_info = NULL;
H A Dreset.c30 void (*pm_power_off) (void) = NULL;
/linux-master/arch/arc/lib/
H A Dstrcmp-archs.S21 ;; Detect NULL char in str1
/linux-master/arch/arc/plat-tb10x/
H A Dtb10x.c15 NULL,
/linux-master/arch/arm/common/
H A Dmcpm_platsmp.c39 mcpm_set_entry_vector(pcpu, pcluster, NULL);
77 mcpm_set_entry_vector(pcpu, pcluster, NULL);
/linux-master/arch/arm/include/asm/
H A DbL_switcher.h22 return bL_switch_request_cb(cpu, new_cluster_id, NULL, NULL);
/linux-master/arch/arm/kernel/
H A Ddma.c31 return NULL;
145 dma->sg = NULL;
162 dma->sg = NULL;
278 proc_create_single("dma", 0, NULL, proc_dma_show);
H A Dsmp_tlb.c161 smp_call_function(ipi_flush_tlb_a15_erratum, NULL, 1);
174 smp_call_function_many(&mask, ipi_flush_tlb_a15_erratum, NULL, 1);
181 on_each_cpu(ipi_flush_tlb_all, NULL, 1);
250 on_each_cpu(ipi_flush_bp_all, NULL, 1);
H A Dsmp_twd.c199 twd_clk = clk_get_sys("smp_twd", NULL);
310 twd_base = NULL;
/linux-master/arch/arm/mach-alpine/
H A Dalpine_cpu_pm.c51 np = of_find_compatible_node(NULL, NULL, "al,alpine-cpu-resume");
/linux-master/arch/arm/mach-artpec/
H A Dboard-artpec6.c57 NULL
/linux-master/arch/arm/mach-at91/
H A Dat91rm9200.c19 of_platform_default_populate(NULL, NULL, NULL);
26 NULL
/linux-master/arch/arm/mach-axxia/
H A Daxxia.c14 NULL

Completed in 255 milliseconds

1234567891011>>