/drivers/pinctrl/nuvoton/ |
D | pinctrl-npcm7xx.c | 640 NPCM7XX_GRP(none), 927 NPCM7XX_PINCFG(0, iox1, MFSEL1, 30, none, NONE, 0, none, NONE, 0, 0), 928 NPCM7XX_PINCFG(1, iox1, MFSEL1, 30, none, NONE, 0, none, NONE, 0, DSTR(8, 12)), 929 NPCM7XX_PINCFG(2, iox1, MFSEL1, 30, none, NONE, 0, none, NONE, 0, DSTR(8, 12)), 930 NPCM7XX_PINCFG(3, iox1, MFSEL1, 30, none, NONE, 0, none, NONE, 0, 0), 931 NPCM7XX_PINCFG(4, iox2, MFSEL3, 14, smb1d, I2CSEGSEL, 7, none, NONE, 0, SLEW), 932 NPCM7XX_PINCFG(5, iox2, MFSEL3, 14, smb1d, I2CSEGSEL, 7, none, NONE, 0, SLEW), 933 NPCM7XX_PINCFG(6, iox2, MFSEL3, 14, smb2d, I2CSEGSEL, 10, none, NONE, 0, SLEW), 934 NPCM7XX_PINCFG(7, iox2, MFSEL3, 14, smb2d, I2CSEGSEL, 10, none, NONE, 0, SLEW), 935 NPCM7XX_PINCFG(8, lkgpo1, FLOCKR1, 4, none, NONE, 0, none, NONE, 0, DSTR(8, 12)), [all …]
|
D | pinctrl-wpcm450.c | 466 WPCM450_GRP(none), 626 WPCM450_PINCFG(0, none, NONE, 0, none, NONE, 0), 627 WPCM450_PINCFG(1, none, NONE, 0, none, NONE, 0), 628 WPCM450_PINCFG(2, none, NONE, 0, none, NONE, 0), 629 WPCM450_PINCFG(3, none, NONE, 0, none, NONE, 0), 630 WPCM450_PINCFG(4, none, NONE, 0, none, NONE, 0), 631 WPCM450_PINCFG(5, none, NONE, 0, none, NONE, 0), 632 WPCM450_PINCFG(6, none, NONE, 0, none, NONE, 0), 633 WPCM450_PINCFG(7, none, NONE, 0, sdio, MFSEL1, 30), 634 WPCM450_PINCFG(8, none, NONE, 0, none, NONE, 0), [all …]
|
/drivers/target/iscsi/ |
D | iscsi_target_tpg.c | 588 unsigned char buf1[256], buf2[256], *none = NULL; in iscsit_ta_authentication() local 608 none = strstr(buf1, NONE); in iscsit_ta_authentication() 609 if (!none) in iscsit_ta_authentication() 611 if (!strncmp(none + 4, ",", 1)) { in iscsit_ta_authentication() 612 if (!strcmp(buf1, none)) in iscsit_ta_authentication() 613 sprintf(buf2, "%s", none+5); in iscsit_ta_authentication() 615 none--; in iscsit_ta_authentication() 616 *none = '\0'; in iscsit_ta_authentication() 618 none += 5; in iscsit_ta_authentication() 619 sprintf(buf2 + len, "%s", none); in iscsit_ta_authentication() [all …]
|
/drivers/auxdisplay/ |
D | cfag12864bfb.c | 73 goto none; in cfag12864bfb_probe() 96 none: in cfag12864bfb_probe() 130 goto none; in cfag12864bfb_init() 156 none: in cfag12864bfb_init()
|
D | cfag12864b.c | 324 goto none; in cfag12864b_init() 333 goto none; in cfag12864b_init() 362 none: in cfag12864b_init()
|
D | Kconfig | 254 int "Keypad type (0=none, 1=old 6 keys, 2=new 6 keys, 3=Nexcom 4 keys)" 271 int "LCD type (0=none, 1=custom, 2=old //, 3=ks0074, 4=hantronix, 5=Nexcom)"
|
/drivers/irqchip/ |
D | irq-davinci-cp-intc.c | 122 int gpir, irqnr, none; in davinci_cp_intc_handle_irq() local 131 none = gpir & DAVINCI_CP_INTC_GPIR_NONE; in davinci_cp_intc_handle_irq() 133 if (unlikely(none)) { in davinci_cp_intc_handle_irq()
|
/drivers/gpu/drm/nouveau/nvkm/engine/sw/ |
D | chan.c | 54 struct nvif_notify_uevent_req none; in nvkm_sw_chan_event_ctor() member 58 if (!(ret = nvif_unvers(ret, &data, &size, req->none))) { in nvkm_sw_chan_event_ctor()
|
/drivers/gpu/drm/nouveau/nvkm/core/ |
D | ioctl.c | 151 struct nvif_ioctl_del none; in nvkm_ioctl_del() member 156 if (!(ret = nvif_unvers(ret, &data, &size, args->none))) { in nvkm_ioctl_del() 284 struct nvif_ioctl_unmap none; in nvkm_ioctl_unmap() member 289 if (!(ret = nvif_unvers(ret, &data, &size, args->none))) { in nvkm_ioctl_unmap()
|
/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_gram.y | 76 static symbol_ref_t none; variable 367 | none 593 none: 596 if (none.symbol != NULL) { 601 none.symbol = cur_symbol; 1214 format_1_instr(AIC_OP_ADD, &none, &immed, &allzeros, $2); 1228 format_1_instr(AIC_OP_ADD, &none, &immed, &allones, $2); 1302 format_1_instr(AIC_OP_AND, &none, &immed, &allzeros, $2); 1312 format_1_instr(AIC_OP_AND, &none, &immed, &allzeros, TRUE);
|
/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | base.c | 166 struct nvif_notify_uevent_req none; in nvkm_fifo_uevent_ctor() member 170 if (!(ret = nvif_unvers(ret, &data, &size, req->none))) { in nvkm_fifo_uevent_ctor()
|
/drivers/rtc/ |
D | interface.c | 218 enum { none, day, month, year } missing = none; in __rtc_read_alarm() enumerator 310 if (missing == none) in __rtc_read_alarm() 315 if (missing == none) in __rtc_read_alarm()
|
/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-adc-ad7280a | 7 is set to a none zero value, the corresponding switch will
|
/drivers/hid/ |
D | hid-wiimote-modules.c | 1978 __u8 none, __u8 which, in wiimod_drums_report_pressure() argument 1985 if (!none && which == which_code) { in wiimod_drums_report_pressure() 1996 __u8 pressure, which, none, hhp, sx, sy; in wiimod_drums_in_ext() local 2032 none = !!(ext[2] & 0x40); in wiimod_drums_in_ext() 2050 wiimod_drums_report_pressure(wdata, none, which, pressure, in wiimod_drums_in_ext() 2053 wiimod_drums_report_pressure(wdata, none, which, pressure, in wiimod_drums_in_ext() 2056 wiimod_drums_report_pressure(wdata, none, which, pressure, in wiimod_drums_in_ext() 2059 wiimod_drums_report_pressure(wdata, none, which, pressure, in wiimod_drums_in_ext() 2062 wiimod_drums_report_pressure(wdata, none, which, pressure, in wiimod_drums_in_ext() 2067 wiimod_drums_report_pressure(wdata, none, hhp ? 0xff : which, pressure, in wiimod_drums_in_ext() [all …]
|
/drivers/gpu/drm/nouveau/nvkm/engine/pm/ |
D | base.c | 211 struct nvif_perfdom_init none; in nvkm_perfdom_init() member 218 if (!(ret = nvif_unvers(ret, &data, &size, args->none))) { in nvkm_perfdom_init() 241 struct nvif_perfdom_sample none; in nvkm_perfdom_sample() member 248 if (!(ret = nvif_unvers(ret, &data, &size, args->none))) { in nvkm_perfdom_sample()
|
/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | idle.fuc | 65 // process the process' messages until there's none left
|
/drivers/net/ethernet/sun/ |
D | sunbmac.h | 280 none = 2, enumerator
|
D | sunhme.h | 387 none = 2, enumerator
|
D | sunhme.c | 401 if (hp->tcvr_type == none) { in happy_meal_tcvr_read() 1055 hp->tcvr_type = none; /* Grrr... */ in happy_meal_transceiver_check() 1380 case none: in happy_meal_init() 1624 case none: in happy_meal_set_initial_advertisement()
|
/drivers/firmware/efi/libstub/ |
D | Makefile | 24 $(call cc-option,-mbranch-protection=none)
|
/drivers/tty/ |
D | nozomi.c | 1122 goto none; in interrupt_handler() 1130 goto none; in interrupt_handler() 1228 none: in interrupt_handler()
|
/drivers/scsi/arm/ |
D | fas216.c | 519 enum { sync, async, none, reject } res = none; in fas216_handlesync() enumerator 618 case none: in fas216_handlesync()
|
/drivers/base/firmware_loader/ |
D | Kconfig | 183 The files have to be compressed with either none or crc32
|
/drivers/parport/ |
D | parport_pc.c | 3086 int automatic, int none, int nofifo) in parport_parse_param() argument 3093 *val = none; in parport_parse_param()
|
/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | hub.fuc | 348 // none we handle; report to host and ack
|