/linux-4.4.14/drivers/mtd/nand/ |
D | fsl_upm.c | 57 struct fsl_upm_nand *fun = to_fsl_upm_nand(mtd); in fun_chip_ready() local 59 if (gpio_get_value(fun->rnb_gpio[fun->mchip_number])) in fun_chip_ready() 62 dev_vdbg(fun->dev, "busy\n"); in fun_chip_ready() 66 static void fun_wait_rnb(struct fsl_upm_nand *fun) in fun_wait_rnb() argument 68 if (fun->rnb_gpio[fun->mchip_number] >= 0) { in fun_wait_rnb() 71 while (--cnt && !fun_chip_ready(&fun->mtd)) in fun_wait_rnb() 74 dev_err(fun->dev, "tired waiting for RNB\n"); in fun_wait_rnb() 83 struct fsl_upm_nand *fun = to_fsl_upm_nand(mtd); in fun_cmd_ctrl() local 86 if (!(ctrl & fun->last_ctrl)) { in fun_cmd_ctrl() 87 fsl_upm_end_pattern(&fun->upm); in fun_cmd_ctrl() [all …]
|
/linux-4.4.14/drivers/block/paride/ |
D | pcd.c | 354 static int pcd_wait(struct pcd_unit *cd, int go, int stop, char *fun, char *msg) in pcd_wait() argument 369 if (fun) in pcd_wait() 372 cd->name, fun, msg, r, s, e, j, p); in pcd_wait() 378 static int pcd_command(struct pcd_unit *cd, char *cmd, int dlen, char *fun) in pcd_command() argument 384 if (pcd_wait(cd, IDE_BUSY | IDE_DRQ, 0, fun, "before command")) { in pcd_command() 393 if (pcd_wait(cd, IDE_BUSY, IDE_DRQ, fun, "command DRQ")) { in pcd_command() 399 printk("%s: %s: command phase error\n", cd->name, fun); in pcd_command() 409 static int pcd_completion(struct pcd_unit *cd, char *buf, char *fun) in pcd_completion() argument 418 fun, "completion")) { in pcd_completion() 429 cd->name, fun, n); in pcd_completion() [all …]
|
D | pt.c | 272 static int pt_wait(struct pt_unit *tape, int go, int stop, char *fun, char *msg) in pt_wait() argument 288 if (fun) in pt_wait() 291 tape->name, fun, msg, r, s, e, j, p); in pt_wait() 297 static int pt_command(struct pt_unit *tape, char *cmd, int dlen, char *fun) in pt_command() argument 304 if (pt_wait(tape, STAT_BUSY | STAT_DRQ, 0, fun, "before command")) { in pt_command() 313 if (pt_wait(tape, STAT_BUSY, STAT_DRQ, fun, "command DRQ")) { in pt_command() 319 printk("%s: %s: command phase error\n", tape->name, fun); in pt_command() 329 static int pt_completion(struct pt_unit *tape, char *buf, char *fun) in pt_completion() argument 335 fun, "completion"); in pt_completion() 347 s = pt_wait(tape, STAT_BUSY, STAT_READY | STAT_ERR, fun, "data done"); in pt_completion() [all …]
|
D | pf.c | 403 static int pf_wait(struct pf_unit *pf, int go, int stop, char *fun, char *msg) in pf_wait() argument 418 if (fun) in pf_wait() 421 pf->name, fun, msg, r, s, e, j, p); in pf_wait() 427 static int pf_command(struct pf_unit *pf, char *cmd, int dlen, char *fun) in pf_command() argument 433 if (pf_wait(pf, STAT_BUSY | STAT_DRQ, 0, fun, "before command")) { in pf_command() 442 if (pf_wait(pf, STAT_BUSY, STAT_DRQ, fun, "command DRQ")) { in pf_command() 448 printk("%s: %s: command phase error\n", pf->name, fun); in pf_command() 458 static int pf_completion(struct pf_unit *pf, char *buf, char *fun) in pf_completion() argument 463 fun, "completion"); in pf_completion() 471 s = pf_wait(pf, STAT_BUSY, STAT_READY | STAT_ERR, fun, "data done"); in pf_completion() [all …]
|
/linux-4.4.14/arch/mips/include/asm/dec/ |
D | prom.h | 113 #define __DEC_PROM_O32(fun, arg) fun arg __asm__(#fun); \ argument 114 __asm__(#fun " = call_o32")
|
/linux-4.4.14/arch/mips/fw/sni/ |
D | sniprom.c | 47 #define __PROM_O32(fun, arg) fun arg __asm__(#fun); \ argument 48 __asm__(#fun " = call_o32")
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | core_irongate.h | 136 #define IGCSR(dev,fun,reg) ( IRONGATE_CONF | \ argument 138 ((fun)<<8) | \
|
/linux-4.4.14/arch/powerpc/platforms/pasemi/ |
D | dma_lib.c | 473 void pasemi_dma_free_fun(int fun) in pasemi_dma_free_fun() argument 475 BUG_ON(test_bit(fun, fun_free)); in pasemi_dma_free_fun() 476 BUG_ON(fun >= MAX_FLAGS); in pasemi_dma_free_fun() 477 set_bit(fun, fun_free); in pasemi_dma_free_fun()
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | adf_cfg_common.h | 88 uint8_t fun; member
|
D | adf_ctl_drv.c | 416 dev_info.fun = PCI_FUNC(accel_to_pci_dev(accel_dev)->devfn); in adf_ctl_ioctl_get_status()
|
/linux-4.4.14/sound/soc/samsung/ |
D | s3c24xx_uda134x.c | 261 static int s3c24xx_uda134x_setup_pin(int pin, char *fun) in s3c24xx_uda134x_setup_pin() argument 265 "l3 %s pin already in use", fun); in s3c24xx_uda134x_setup_pin()
|
/linux-4.4.14/drivers/firmware/ |
D | pcdp.h | 72 u8 fun; member
|
/linux-4.4.14/drivers/net/ethernet/pasemi/ |
D | pasemi_mac.h | 66 int fun; member
|
D | pasemi_mac.c | 353 ring->fun = pasemi_dma_alloc_fun(); in pasemi_mac_setup_csring() 354 if (ring->fun < 0) in pasemi_mac_setup_csring() 358 PAS_DMA_TXCHAN_CFG_TATTR(ring->fun) | in pasemi_mac_setup_csring() 409 pasemi_dma_free_fun(csring->fun); in pasemi_mac_free_csring() 1403 XCT_FUN_O | XCT_FUN_FUN(csring->fun) | in pasemi_mac_queue_csdesc() 1441 CS_DESC(csring, fill++) = XCT_FUN_O | XCT_FUN_FUN(csring->fun) | in pasemi_mac_queue_csdesc()
|
/linux-4.4.14/Documentation/dvb/ |
D | readme.txt | 62 Good luck and have fun!
|
/linux-4.4.14/Documentation/parisc/ |
D | debugging | 29 3. Q bit fun
|
/linux-4.4.14/Documentation/video4linux/ |
D | README.saa7134 | 77 Have fun,
|
D | README.ir | 67 Have fun,
|
D | README.cx88 | 62 Have fun,
|
/linux-4.4.14/arch/x86/include/asm/uv/ |
D | uv_mmrs.h | 1819 unsigned long fun:16; /* RW */ member 1838 unsigned long fun:16; /* RW */ member 1864 unsigned long fun:16; /* RW */ member 1890 unsigned long fun:16; /* RW */ member 1919 unsigned long fun:16; /* RW */ member
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | uvc_configfs.c | 1106 int (*fun)(char *, void *), void *priv) in __uvcg_iter_frm_intrv() 1113 if (!fun) in __uvcg_iter_frm_intrv() 1126 ret = fun(buf, priv); in __uvcg_iter_frm_intrv() 1848 int (*fun)(void *, void *, void *, int, enum uvcg_strm_type type)) in __uvcg_iter_strm_cls() 1856 if (!fun) in __uvcg_iter_strm_cls() 1860 ret = fun(h, priv2, priv3, 0, UVCG_HEADER); in __uvcg_iter_strm_cls() 1864 ret = fun(f->fmt, priv2, priv3, i++, UVCG_FORMAT); in __uvcg_iter_strm_cls() 1870 ret = fun(frm, priv2, priv3, j++, UVCG_FRAME); in __uvcg_iter_strm_cls()
|
/linux-4.4.14/Documentation/zh_CN/ |
D | CodingStyle | 97 void fun(int a, int b, int c) 357 int fun(int a)
|
/linux-4.4.14/Documentation/usb/ |
D | iuu_phoenix.txt | 80 Have fun !
|
/linux-4.4.14/Documentation/sysctl/ |
D | README | 13 be actually used, not just for the fun of programming it :-)
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | Bt87x.txt | 72 Have fun,
|
/linux-4.4.14/Documentation/sound/oss/ |
D | btaudio | 87 Have fun,
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README | 85 Have fun with bttv,
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | pasemi_dma.h | 533 extern void pasemi_dma_free_fun(int fun);
|
/linux-4.4.14/arch/ia64/sn/kernel/ |
D | setup.c | 282 u8 fun; member
|
/linux-4.4.14/Documentation/fb/ |
D | vesafb.txt | 173 Have fun!
|
D | sstfb.txt | 33 Graphics in section "console". Compile, install, have fun... and please
|
/linux-4.4.14/Documentation/scsi/ |
D | scsi-changer.txt | 175 Have fun,
|
/linux-4.4.14/Documentation/ |
D | BUG-HUNTING | 49 - have fun
|
D | Changes | 104 32-bit UID support is now in place. Have fun!
|
D | CodingStyle | 411 int fun(int a)
|
/linux-4.4.14/Documentation/filesystems/ |
D | romfs.txt | 185 Have fun,
|
/linux-4.4.14/Documentation/networking/ |
D | 6pack.txt | 173 Have fun!
|
/linux-4.4.14/Documentation/RCU/ |
D | rcu_dereference.txt | 16 can reload the value, and won't your code have fun with two
|
D | RTFP.txt | 2289 RP fun with hash tables. 2482 RP fun with hash tables.
|
/linux-4.4.14/net/ |
D | Kconfig | 68 allows you to ping yourself (great fun, that!).
|
/linux-4.4.14/arch/sparc/lib/ |
D | checksum_32.S | 367 sll %o2, 1, %g2 ! constant multiplies are fun...
|
/linux-4.4.14/Documentation/input/ |
D | joystick-parport.txt | 542 That's all, folks! Have fun!
|
/linux-4.4.14/Documentation/isdn/ |
D | README | 596 Have fun!
|
/linux-4.4.14/Documentation/cgroups/ |
D | memory.txt | 36 for fun (to learn and hack on the VM subsystem).
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 139 Welcome to User Mode Linux. It's going to be fun. 203 9. It's extremely fun.
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 11776 # for fun, let's use only extended precision, round to zero. then, let
|