/linux/drivers/mtd/nand/raw/ |
A D | fsl_upm.c | 51 fun->chip.controller = &fun->base; in fun_chip_init() 67 ret = nand_scan(&fun->chip, fun->mchip_count); in fun_chip_init() 81 u32 mar, reg_offs = fun->mchip_offsets[fun->mchip_number]; in func_exec_instr() 88 fsl_upm_start_pattern(&fun->upm, fun->upm_cmd_offset); in func_exec_instr() 91 fsl_upm_run_pattern(&fun->upm, fun->io_base + reg_offs, mar); in func_exec_instr() 96 fsl_upm_start_pattern(&fun->upm, fun->upm_addr_offset); in func_exec_instr() 100 fsl_upm_run_pattern(&fun->upm, fun->io_base + reg_offs, mar); in func_exec_instr() 118 if (!fun->rnb_gpio[fun->mchip_number]) in func_exec_instr() 121 return nand_gpio_waitrdy(chip, fun->rnb_gpio[fun->mchip_number], in func_exec_instr() 171 fun = devm_kzalloc(&ofdev->dev, sizeof(*fun), GFP_KERNEL); in fun_probe() [all …]
|
/linux/include/trace/events/ |
A D | cpuhp.h | 15 int (*fun)(unsigned int)), 17 TP_ARGS(cpu, target, idx, fun), 23 __field( void *, fun ) 30 __entry->fun = fun; 34 __entry->cpu, __entry->target, __entry->idx, __entry->fun) 42 int (*fun)(unsigned int, struct hlist_node *), 45 TP_ARGS(cpu, target, idx, fun, node), 51 __field( void *, fun ) 58 __entry->fun = fun; 62 __entry->cpu, __entry->target, __entry->idx, __entry->fun)
|
/linux/include/linux/surface_aggregator/ |
A D | device.h | 95 #define SSAM_DEVICE(d, cat, tid, iid, fun) \ argument 98 | (((fun) != SSAM_ANY_FUN) ? SSAM_MATCH_FUNCTION : 0), \ 103 .function = __builtin_choose_expr((fun) != SSAM_ANY_FUN, (fun), 0) 125 #define SSAM_VDEV(cat, tid, iid, fun) \ argument 126 SSAM_DEVICE(SSAM_DOMAIN_VIRTUAL, SSAM_VIRTUAL_TC_##cat, tid, iid, fun) 148 #define SSAM_SDEV(cat, tid, iid, fun) \ argument 149 SSAM_DEVICE(SSAM_DOMAIN_SERIALHUB, SSAM_SSH_TC_##cat, tid, iid, fun)
|
/linux/drivers/block/paride/ |
A D | pcd.c | 345 if (fun) in pcd_wait() 348 cd->name, fun, msg, r, s, e, j, p); in pcd_wait() 375 printk("%s: %s: command phase error\n", cd->name, fun); in pcd_command() 394 fun, "completion")) { in pcd_completion() 405 cd->name, fun, n); in pcd_completion() 412 cd->name, fun, p, d, k); in pcd_completion() 424 (cd, IDE_BUSY, IDE_DRQ | IDE_READY | IDE_ERR, fun, in pcd_completion() 451 if (fun) in pcd_req_sense() 466 r = pcd_command(cd, cmd, dlen, fun); in pcd_atapi() 469 r = pcd_completion(cd, buf, fun); in pcd_atapi() [all …]
|
A D | pt.c | 288 if (fun) in pt_wait() 291 tape->name, fun, msg, r, s, e, j, p); in pt_wait() 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() 379 r = pt_command(tape, cmd, dlen, fun); in pt_atapi() 382 r = pt_completion(tape, buf, fun); in pt_atapi() 384 pt_req_sense(tape, !fun); in pt_atapi() 427 if (pt_command(tape, cmd, 0, fun)) { in pt_media_access_cmd() [all …]
|
A D | pf.c | 400 if (fun) in pf_wait() 403 pf->name, fun, msg, r, s, e, j, p); in pf_wait() 415 if (pf_wait(pf, STAT_BUSY | STAT_DRQ, 0, fun, "before command")) { in pf_command() 424 if (pf_wait(pf, STAT_BUSY, STAT_DRQ, fun, "command DRQ")) { in pf_command() 430 printk("%s: %s: command phase error\n", pf->name, fun); in pf_command() 440 static int pf_completion(struct pf_unit *pf, char *buf, char *fun) in pf_completion() argument 445 fun, "completion"); in pf_completion() 453 s = pf_wait(pf, STAT_BUSY, STAT_READY | STAT_ERR, fun, "data done"); in pf_completion() 481 r = pf_command(pf, cmd, dlen, fun); in pf_atapi() 484 r = pf_completion(pf, buf, fun); in pf_atapi() [all …]
|
/linux/drivers/comedi/drivers/ni_routing/tools/ |
A D | ni_names.py | 36 for fun in ni_macros: 37 f = getattr(comedi_h, fun) 39 '{}({})'.format(fun,i):f(i) for i in range(1 + f(-1) - f(0))
|
/linux/arch/mips/include/asm/dec/ |
A D | prom.h | 109 #define __DEC_PROM_O32(fun, arg) fun arg __asm__(#fun); \ argument 110 __asm__(#fun " = call_o32")
|
/linux/arch/mips/fw/sni/ |
A D | sniprom.c | 49 #define __PROM_O32(fun, arg) fun arg __asm__(#fun); \ argument 50 __asm__(#fun " = call_o32")
|
/linux/arch/x86/include/asm/ |
A D | switch_to.h | 81 unsigned long fun, unsigned long arg) in kthread_frame_init() argument 83 frame->bx = fun; in kthread_frame_init()
|
/linux/drivers/pinctrl/bcm/ |
A D | pinctrl-bcm6368.c | 397 const struct bcm6368_function *fun = &bcm6368_funcs[selector]; in bcm6368_pinctrl_set_mux() local 400 if (fun->basemode) { in bcm6368_pinctrl_set_mux() 410 regmap_field_write(priv->overlays, fun->basemode); in bcm6368_pinctrl_set_mux() 430 if (fun->dir_out & BIT(pin)) in bcm6368_pinctrl_set_mux()
|
/linux/arch/powerpc/platforms/pasemi/ |
A D | dma_lib.c | 459 void pasemi_dma_free_fun(int fun) in pasemi_dma_free_fun() argument 461 BUG_ON(test_bit(fun, fun_free)); in pasemi_dma_free_fun() 462 BUG_ON(fun >= MAX_FLAGS); in pasemi_dma_free_fun() 463 set_bit(fun, fun_free); in pasemi_dma_free_fun()
|
/linux/arch/alpha/include/asm/ |
A D | core_irongate.h | 137 #define IGCSR(dev,fun,reg) ( IRONGATE_CONF | \ argument 139 ((fun)<<8) | \
|
/linux/net/netfilter/ |
A D | nf_tables_core.c | 138 #define X(e, fun) \ in expr_call_ops_eval() argument 139 do { if ((e) == (unsigned long)(fun)) \ in expr_call_ops_eval() 140 return fun(expr, regs, pkt); } while (0) in expr_call_ops_eval()
|
/linux/drivers/pci/controller/ |
A D | pcie-mediatek.c | 53 #define PCIE_CONF_FUN(fun) (((fun) << 8) & GENMASK(10, 8)) argument 56 #define PCIE_CONF_ADDR(regn, fun, dev, bus) \ argument 57 (PCIE_CONF_REG(regn) | PCIE_CONF_FUN(fun) | \ 121 #define CFG_DW2_FUN(fun) (((fun) << 16) & GENMASK(18, 16)) argument 128 #define CFG_HEADER_DW2(regn, fun, dev, bus) \ argument 129 (CFG_DW2_REGN(regn) | CFG_DW2_FUN(fun) | \
|
/linux/include/linux/soundwire/ |
A D | sdw_registers.h | 332 #define SDW_SDCA_CTL(fun, ent, ctl, ch) (BIT(30) | \ argument 333 (((fun) & 0x7) << 22) | \
|
/linux/drivers/edac/ |
A D | i10nm_base.c | 187 unsigned int dev, unsigned int fun) in pci_get_dev_wrapper() argument 191 pdev = pci_get_domain_bus_and_slot(dom, bus, PCI_DEVFN(dev, fun)); in pci_get_dev_wrapper() 194 bus, dev, fun); in pci_get_dev_wrapper() 200 bus, dev, fun); in pci_get_dev_wrapper()
|
/linux/drivers/crypto/qat/qat_common/ |
A D | adf_cfg_common.h | 50 __u8 fun; member
|
/linux/drivers/firmware/ |
A D | pcdp.h | 69 u8 fun; member
|
/linux/drivers/net/ethernet/pasemi/ |
A D | pasemi_mac.h | 54 int fun; member
|
A D | pasemi_mac.c | 305 ring->fun = pasemi_dma_alloc_fun(); in pasemi_mac_setup_csring() 306 if (ring->fun < 0) in pasemi_mac_setup_csring() 310 PAS_DMA_TXCHAN_CFG_TATTR(ring->fun) | in pasemi_mac_setup_csring() 361 pasemi_dma_free_fun(csring->fun); in pasemi_mac_free_csring() 1355 XCT_FUN_O | XCT_FUN_FUN(csring->fun) | in pasemi_mac_queue_csdesc() 1392 CS_DESC(csring, fill++) = XCT_FUN_O | XCT_FUN_FUN(csring->fun) | in pasemi_mac_queue_csdesc()
|
/linux/tools/testing/selftests/powerpc/ptrace/ |
A D | ptrace-perf-hwbreak.c | 571 static int do_test(const char *msg, int (*fun)(pid_t arg), pid_t arg) in do_test() 575 ret = fun(arg); in do_test()
|
/linux/drivers/usb/gadget/function/ |
A D | uvc_configfs.c | 1240 int (*fun)(char *, void *), void *priv) in __uvcg_iter_frm_intrv() 1247 if (!fun) in __uvcg_iter_frm_intrv() 1260 ret = fun(buf, priv); in __uvcg_iter_frm_intrv() 1979 int (*fun)(void *, void *, void *, int, enum uvcg_strm_type type)) in __uvcg_iter_strm_cls() 1987 if (!fun) in __uvcg_iter_strm_cls() 1991 ret = fun(h, priv2, priv3, 0, UVCG_HEADER); in __uvcg_iter_strm_cls() 1995 ret = fun(f->fmt, priv2, priv3, i++, UVCG_FORMAT); in __uvcg_iter_strm_cls() 2001 ret = fun(frm, priv2, priv3, j++, UVCG_FRAME); in __uvcg_iter_strm_cls()
|
/linux/Documentation/parisc/ |
A D | debugging.rst | 35 3. Q bit fun
|
/linux/Documentation/sound/cards/ |
A D | bt87x.rst | 77 Have fun,
|