Searched refs:retVal (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/sphinx/ |
H A D | rstFlatTable.py | 296 retVal = "[ " 298 retVal += "[ " 301 retVal += ('%r' % col) 302 retVal += "\n , " 307 retVal += ('(cspan=%s, rspan=%s, %r)' 309 retVal += "]\n , " 310 retVal = retVal[:-2] 311 retVal += "]\n , " 312 retVal = retVal[:-2] 313 return retVal + "]"
|
/linux/drivers/mtd/maps/ |
H A D | esb2rom.c | 418 int retVal; in init_esb2rom() local 431 retVal = esb2rom_init_one(pdev, &esb2rom_pci_tbl[0]); in init_esb2rom() 433 printk(KERN_DEBUG "retVal = %d\n", retVal); in init_esb2rom() 434 return retVal; in init_esb2rom()
|
H A D | ck804xrom.c | 356 int retVal; in init_ck804xrom() local 365 retVal = ck804xrom_init_one(pdev, id); in init_ck804xrom() 367 return retVal; in init_ck804xrom()
|
/linux/drivers/staging/rtl8723bs/hal/ |
H A D | hal_btcoex.c | 214 u32 retVal; in halbtcoutsrc_GetWifiLinkStatus() local 222 retVal = _halbtcoutsrc_GetWifiLinkStatus(padapter); in halbtcoutsrc_GetWifiLinkStatus() 223 if (retVal) { in halbtcoutsrc_GetWifiLinkStatus() 224 portConnectedStatus |= retVal; in halbtcoutsrc_GetWifiLinkStatus() 228 retVal = (numOfConnectedPort << 16) | portConnectedStatus; in halbtcoutsrc_GetWifiLinkStatus() 230 return retVal; in halbtcoutsrc_GetWifiLinkStatus()
|
/linux/sound/oss/dmasound/ |
H A D | dmasound_core.c | 672 int retVal; in sq_poll() local 675 if ((retVal = sq_setup(&write_sq)) < 0) in sq_poll() 676 return retVal; in sq_poll()
|
/linux/sound/isa/ |
H A D | es18xx.c | 984 unsigned char retVal = 0; in snd_es18xx_put_mux() local 993 retVal = snd_es18xx_mixer_bits(chip, 0x7a, 0x08, 0x08) != 0x08; in snd_es18xx_put_mux() 996 retVal = snd_es18xx_mixer_bits(chip, 0x7a, 0x08, 0x00) != 0x00; in snd_es18xx_put_mux() 1014 return (snd_es18xx_mixer_bits(chip, 0x1c, 0x07, val) != val) || retVal; in snd_es18xx_put_mux()
|