Searched refs:NULL (Results 176 - 200 of 24310) sorted by relevance

1234567891011>>

/linux-master/tools/perf/arch/mips/util/
H A Ddwarf-regs.c37 return NULL;
/linux-master/arch/um/kernel/
H A Dioport.c12 return NULL;
/linux-master/arch/m68k/coldfire/
H A Dm525x.c29 CLKDEV_INIT(NULL, "pll.0", &clk_pll),
30 CLKDEV_INIT(NULL, "sys.0", &clk_sys),
31 CLKDEV_INIT("mcftmr.0", NULL, &clk_sys),
32 CLKDEV_INIT("mcftmr.1", NULL, &clk_sys),
33 CLKDEV_INIT("mcfuart.0", NULL, &clk_sys),
34 CLKDEV_INIT("mcfuart.1", NULL, &clk_sys),
35 CLKDEV_INIT("mcfqspi.0", NULL, &clk_sys),
36 CLKDEV_INIT("imx1-i2c.0", NULL, &clk_sys),
37 CLKDEV_INIT("imx1-i2c.1", NULL, &clk_sys),
/linux-master/arch/arm/mach-versatile/
H A Dv2m-mps2.c12 NULL
/linux-master/arch/arm/mach-bcm/
H A Dbcm_nsp.c8 NULL,
H A Dbcm_cygnus.c8 NULL,
H A Dbcm_hr2.c8 NULL,
/linux-master/arch/arm/mach-lpc18xx/
H A Dboard-dt.c14 NULL
/linux-master/arch/arm/mach-at91/
H A Dsama5.c35 of_platform_default_populate(NULL, NULL, NULL);
41 NULL
52 NULL
64 of_platform_default_populate(NULL, NULL, NULL);
70 NULL
H A Dsamv7.c12 NULL
/linux-master/arch/mips/include/asm/
H A Ddma-mapping.h14 return NULL;
/linux-master/sound/usb/
H A Dmixer_maps.c61 { 5, NULL }, /* DISABLED: this seems to be bogus on some firmware */
73 { 17, NULL, 1 }, /* DISABLED: PU-switch (any effect?) */
80 { 21, NULL }, /* DISABLED: EU (for what?) */
86 { 27, NULL }, /* DISABLED: EU (for what?) */
88 { 29, NULL }, /* Digital Input Playback Source? */
114 { 10, /* "Mic Capture", */ NULL, 2, .dB = &mp3plus_dB_2 },
155 { 17, NULL }, /* DISABLED: EU (for what?) */
159 { 21, NULL }, /* DISABLED: EU (for what?) */
161 { 23, NULL }, /* DISABLED: EU (for what?) */
163 { 27, NULL }, /* DISABLE
[all...]
/linux-master/arch/arm/mach-meson/
H A Dmeson.c13 NULL,
/linux-master/arch/arm/mach-hpe/
H A Dgxp.c8 NULL,
/linux-master/arch/arm/mach-berlin/
H A Dberlin.c15 NULL,
/linux-master/arch/arm/mach-alpine/
H A Dalpine_machine.c12 NULL,
/linux-master/drivers/leds/simple/
H A Dsimatic-ipc-leds-gpio-apollolake.c23 GPIO_LOOKUP_IDX("apollolake-pinctrl.0", 52, NULL, 0, GPIO_ACTIVE_LOW),
24 GPIO_LOOKUP_IDX("apollolake-pinctrl.0", 53, NULL, 1, GPIO_ACTIVE_LOW),
25 GPIO_LOOKUP_IDX("apollolake-pinctrl.0", 57, NULL, 2, GPIO_ACTIVE_LOW),
26 GPIO_LOOKUP_IDX("apollolake-pinctrl.0", 58, NULL, 3, GPIO_ACTIVE_LOW),
27 GPIO_LOOKUP_IDX("apollolake-pinctrl.0", 60, NULL, 4, GPIO_ACTIVE_LOW),
28 GPIO_LOOKUP_IDX("apollolake-pinctrl.0", 51, NULL, 5, GPIO_ACTIVE_LOW),
34 .dev_id = NULL, /* Filled during initialization */
36 GPIO_LOOKUP_IDX("apollolake-pinctrl.0", 56, NULL, 6, GPIO_ACTIVE_LOW),
37 GPIO_LOOKUP_IDX("apollolake-pinctrl.0", 59, NULL, 7, GPIO_ACTIVE_HIGH),
H A Dsimatic-ipc-leds-gpio-f7188x.c23 GPIO_LOOKUP_IDX("gpio-f7188x-2", 0, NULL, 0, GPIO_ACTIVE_LOW),
24 GPIO_LOOKUP_IDX("gpio-f7188x-2", 1, NULL, 1, GPIO_ACTIVE_LOW),
25 GPIO_LOOKUP_IDX("gpio-f7188x-2", 2, NULL, 2, GPIO_ACTIVE_LOW),
26 GPIO_LOOKUP_IDX("gpio-f7188x-2", 3, NULL, 3, GPIO_ACTIVE_LOW),
27 GPIO_LOOKUP_IDX("gpio-f7188x-2", 4, NULL, 4, GPIO_ACTIVE_LOW),
28 GPIO_LOOKUP_IDX("gpio-f7188x-2", 5, NULL, 5, GPIO_ACTIVE_LOW),
34 .dev_id = NULL, /* Filled during initialization */
36 GPIO_LOOKUP_IDX("gpio-f7188x-3", 6, NULL, 6, GPIO_ACTIVE_HIGH),
37 GPIO_LOOKUP_IDX("gpio-f7188x-3", 7, NULL, 7, GPIO_ACTIVE_HIGH),
/linux-master/tools/testing/selftests/mm/
H A Dhugetlb_fault_after_madv.c25 return NULL;
35 return NULL;
57 huge_ptr = mmap(NULL, MMAP_SIZE, PROT_READ | PROT_WRITE,
64 pthread_create(&thread1, NULL, madv, NULL);
65 pthread_create(&thread2, NULL, touch, NULL);
67 pthread_join(thread1, NULL);
68 pthread_join(thread2, NULL);
/linux-master/drivers/gpu/drm/xe/tests/
H A Dxe_test.h42 * Return: NULL if the process is not a kunit test, and NULL if the
52 return NULL;
55 return priv->id == id ? priv : NULL;
63 #define xe_cur_kunit() NULL
64 #define xe_cur_kunit_priv(_id) NULL
/linux-master/drivers/ras/
H A Ddebugfs.h10 static inline struct dentry *ras_get_debugfs_root(void) { return NULL; }
/linux-master/arch/sh/boards/mach-migor/
H A Dsetup.c460 gpio_request(GPIO_FN_STATUS0, NULL);
463 gpio_request(GPIO_FN_PDSTATUS, NULL);
466 gpio_request(GPIO_FN_IRQ0, NULL);
471 gpio_request(GPIO_FN_KEYOUT0, NULL);
472 gpio_request(GPIO_FN_KEYOUT1, NULL);
473 gpio_request(GPIO_FN_KEYOUT2, NULL);
474 gpio_request(GPIO_FN_KEYOUT3, NULL);
475 gpio_request(GPIO_FN_KEYOUT4_IN6, NULL);
476 gpio_request(GPIO_FN_KEYIN1, NULL);
477 gpio_request(GPIO_FN_KEYIN2, NULL);
[all...]
/linux-master/fs/nls/
H A Dmac-centeuro.c381 page00, page01, page02, NULL, NULL, NULL, NULL, NULL,
382 NULL, NULL, NULL, NULL, NULL, NUL
[all...]
H A Dmac-inuit.c381 page00, page01, NULL, NULL, NULL, NULL, NULL, NULL,
382 NULL, NULL, NULL, NULL, NUL
[all...]
/linux-master/arch/sh/boards/mach-se/7724/
H A Dsetup.c412 .dma_mask = NULL, /* not use dma */
441 .dma_mask = NULL, /* not use dma */
721 gpio_request(GPIO_FN_STATUS2, NULL);
724 gpio_request(GPIO_FN_STATUS0, NULL);
727 gpio_request(GPIO_FN_PDSTATUS, NULL);
736 gpio_request(GPIO_FN_INTC_IRQ0, NULL);
737 gpio_request(GPIO_FN_INTC_IRQ1, NULL);
738 gpio_request(GPIO_FN_INTC_IRQ2, NULL);
741 gpio_request(GPIO_FN_SCIF3_I_SCK, NULL);
742 gpio_request(GPIO_FN_SCIF3_I_RXD, NULL);
[all...]

Completed in 158 milliseconds

1234567891011>>