Searched refs:func (Results 126 - 150 of 1898) sorted by relevance

1234567891011>>

/linux-master/drivers/bluetooth/
H A Dbtmrvl_sdio.c52 struct device *dev = &card->func->dev;
339 reg = sdio_readb(card->func, card->reg->card_rx_unit, &ret);
353 fws0 = sdio_readb(card->func, card->reg->card_fw_status0, &ret);
357 fws1 = sdio_readb(card->func, card->reg->card_fw_status1, &ret);
371 reg = sdio_readb(card->func, card->reg->card_rx_len, &ret);
383 sdio_writeb(card->func, mask, card->reg->host_int_mask, &ret);
398 host_int_mask = sdio_readb(card->func, card->reg->host_int_mask, &ret);
404 sdio_writeb(card->func, host_int_mask, card->reg->host_int_mask, &ret);
420 status = sdio_readb(card->func, card->reg->card_status, &ret);
445 sdio_claim_host(card->func);
899 btmrvl_sdio_interrupt(struct sdio_func *func) argument
936 struct sdio_func *func; local
1235 u8 loop, func, data; local
1331 struct sdio_func *func = dev_to_sdio_func(dev); local
1509 btmrvl_sdio_probe(struct sdio_func *func, const struct sdio_device_id *id) argument
1583 btmrvl_sdio_remove(struct sdio_func *func) argument
1609 struct sdio_func *func = dev_to_sdio_func(dev); local
1679 struct sdio_func *func = dev_to_sdio_func(dev); local
[all...]
/linux-master/arch/powerpc/math-emu/
H A Dmath.c233 int (*func)(void *, void *, void *, void *);
241 case LFS: func = lfs; type = D; break;
242 case LFSU: func = lfs; type = DU; break;
243 case LFD: func = lfd; type = D; break;
244 case LFDU: func = lfd; type = DU; break;
245 case STFS: func = stfs; type = D; break;
246 case STFSU: func = stfs; type = DU; break;
247 case STFD: func = stfd; type = D; break;
248 case STFDU: func = stfd; type = DU; break;
252 case LFSX: func
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dbase.c47 return engn->func->chsw ? engn->func->chsw(engn) : false;
57 return fifo->func->pause(fifo, flags);
63 return fifo->func->start(fifo, flags);
69 return fifo->func->mmu_fault->recover(fifo, info);
78 if (oclass->engn == &fifo->func->cgrp.user)
81 if (oclass->engn == &fifo->func->chan.user)
97 const struct nvkm_fifo_func_cgrp *cgrp = &fifo->func->cgrp;
98 const struct nvkm_fifo_func_chan *chan = &fifo->func->chan;
105 oclass->engn = &fifo->func
375 nvkm_fifo_new_(const struct nvkm_fifo_func *func, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fifo **pfifo) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/pci/
H A Dbase.c36 pci->func->msi_rearm(pci);
42 return pci->func->rd32(pci, addr);
48 pci->func->wr08(pci, addr, data);
54 pci->func->wr32(pci, addr, data);
60 u32 data = pci->func->rd32(pci, addr);
61 pci->func->wr32(pci, addr, (data & ~mask) | value);
125 if (pci->func->init)
126 pci->func->init(pci);
132 pci->func->msi_rearm(pci);
160 nvkm_pci_new_(const struct nvkm_pci_func *func, struc argument
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dtracepoint.h37 TP_PROTO(const char *func, struct va_format *vaf),
38 TP_ARGS(func, vaf),
40 __string(func, func)
44 __assign_str(func, func);
47 TP_printk("%s: %s", __get_str(func), __get_str(msg))
51 TP_PROTO(u32 level, const char *func, struct va_format *vaf),
52 TP_ARGS(level, func, vaf),
55 __string(func, fun
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dpad.c31 if (pad->func->mode)
32 pad->func->mode(pad, mode);
96 nvkm_i2c_pad_ctor(const struct nvkm_i2c_pad_func *func, struct nvkm_i2c *i2c, argument
99 pad->func = func;
109 nvkm_i2c_pad_new_(const struct nvkm_i2c_pad_func *func, struct nvkm_i2c *i2c, argument
114 nvkm_i2c_pad_ctor(func, i2c, id, *ppad);
/linux-master/scripts/tracing/
H A Ddraw_functrace.py35 def __init__(self, func, time = None, parent = None):
36 self._func = func
44 def calls(self, func, calltime):
49 child = CallTree(func, calltime, self)
53 def getParent(self, func):
55 has the name given by func. If this function is not
60 while tree != CallTree.ROOT and tree._func != func:
63 child = CallTree.ROOT.calls(func, None)
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dbrcms_trace_brcmsmac_msg.h65 TP_PROTO(u32 level, const char *func, struct va_format *vaf),
66 TP_ARGS(level, func, vaf),
69 __string(func, func)
74 __assign_str(func, func);
77 TP_printk("%s: %s", __get_str(func), __get_str(msg))
/linux-master/drivers/hwmon/pmbus/
H A Dbel-pfe.c41 .func[0] = PMBUS_HAVE_VOUT | PMBUS_HAVE_STATUS_VOUT |
62 .func[0] = PMBUS_HAVE_VOUT | PMBUS_HAVE_STATUS_VOUT |
72 .func[1] = PMBUS_HAVE_VOUT | PMBUS_HAVE_STATUS_VOUT |
84 .func[2] = PMBUS_HAVE_VOUT,
85 .func[4] = PMBUS_HAVE_VOUT,
86 .func[5] = PMBUS_HAVE_VOUT,
87 .func[6] = PMBUS_HAVE_VOUT,
H A Dpmbus.c35 info->func[0] |= PMBUS_HAVE_VIN;
37 info->func[0] |= PMBUS_HAVE_VCAP;
39 info->func[0] |= PMBUS_HAVE_IIN;
41 info->func[0] |= PMBUS_HAVE_PIN;
42 if (info->func[0]
44 info->func[0] |= PMBUS_HAVE_STATUS_INPUT;
47 info->func[0] |= PMBUS_HAVE_FAN12;
49 info->func[0] |= PMBUS_HAVE_STATUS_FAN12;
53 info->func[0] |= PMBUS_HAVE_FAN34;
55 info->func[
[all...]
/linux-master/drivers/ras/amd/atl/
H A Daccess.c65 static int __df_indirect_read(u16 node, u8 func, u16 reg, u8 instance_id, u32 *lo) argument
101 ficaa |= FIELD_PREP(DF_FICAA_FUNC_NUM, func);
115 pr_debug("node=%u inst=0x%x func=0x%x reg=0x%x val=0x%x",
116 node, instance_id, func, reg << 2, *lo);
125 int df_indirect_read_instance(u16 node, u8 func, u16 reg, u8 instance_id, u32 *lo) argument
127 return __df_indirect_read(node, func, reg, instance_id, lo);
130 int df_indirect_read_broadcast(u16 node, u8 func, u16 reg, u32 *lo) argument
132 return __df_indirect_read(node, func, reg, DF_BROADCAST, lo);
/linux-master/drivers/pinctrl/aspeed/
H A Dpinmux-aspeed.h519 #define SIG_EXPR_DECL_(sig, group, func) \
523 .function = #func, \
533 * @func: The function in which the signal is participating
545 #define SIG_EXPR_DECL(sig, group, func, ...) \
547 SIG_EXPR_DECL_(sig, group, func)
553 * @func: The macro symbol name for the function (subjected to token pasting)
605 * @func: A macro symbol name for the function
612 #define SIG_EXPR_LIST_DECL_SESG(pin, sig, func, ...) \
613 SIG_DESC_LIST_DECL(sig, func, __VA_ARGS__); \
614 SIG_EXPR_DECL_(sig, func, fun
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/timer/
H A Dbase.c65 return tmr->func->read(tmr);
81 tmr->func->alarm_init(tmr, alarm->timestamp);
95 tmr->func->alarm_fini(tmr);
101 alarm->func(alarm);
132 tmr->func->alarm_init(tmr, alarm->timestamp);
148 tmr->func->intr(tmr);
155 tmr->func->alarm_fini(tmr);
163 if (tmr->func->init)
164 tmr->func->init(tmr);
165 tmr->func
185 nvkm_timer_new_(const struct nvkm_timer_func *func, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_timer **ptmr) argument
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dsdio_mcu.c58 return sdio_readl(sdio->func, MCR_D2HRM3R, NULL);
66 val = sdio_readl(sdio->func, MCR_D2HRM3R, NULL);
68 sdio_writel(sdio->func, H2D_SW_INT_CLEAR_MAILBOX_ACK,
102 struct sdio_func *func = dev->mt76.sdio.func; local
108 sdio_claim_host(func);
110 sdio_writel(func, WHLPCR_FW_OWN_REQ_CLR, MCR_WHLPCR, NULL);
120 sdio_release_host(func);
138 struct sdio_func *func = dev->mt76.sdio.func; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Dsubdev.c41 if (subdev->func->intr)
42 subdev->func->intr(subdev);
48 if (subdev->func->info)
49 return subdev->func->info(subdev, mthd, data);
63 if (subdev->func->fini) {
64 int ret = subdev->func->fini(subdev, suspend);
88 if (subdev->func->preinit) {
89 int ret = subdev->func->preinit(subdev);
107 if (!subdev->func->oneinit || subdev->oneinit)
112 ret = subdev->func
249 __nvkm_subdev_ctor(const struct nvkm_subdev_func *func, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_subdev *subdev) argument
268 nvkm_subdev_new_(const struct nvkm_subdev_func *func, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_subdev **psubdev) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/sw/
H A Dnvsw.c48 if (nvsw->func->mthd)
49 return nvsw->func->mthd(nvsw, mthd, data, size);
61 nvkm_nvsw_new_(const struct nvkm_nvsw_func *func, struct nvkm_sw_chan *chan, argument
72 nvsw->func = func;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dbase.c82 nvkm_instobj_ctor(const struct nvkm_memory_func *func, argument
85 nvkm_memory_ctor(func, &iobj->memory);
99 if (!imem->func->memory_wrap)
102 ret = imem->func->memory_wrap(imem, memory, pmemory);
119 ret = imem->func->memory_new(imem, size, align, zero, &memory);
128 if (!imem->func->zero && zero) {
154 return imem->func->rd32(imem, addr);
160 return imem->func->wr32(imem, addr, data);
185 ret = imem->func->suspend(imem);
192 if (imem->func
244 nvkm_instmem_ctor(const struct nvkm_instmem_func *func, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_instmem *imem) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Devent.h10 const struct nvkm_event_func *func; member in struct:nvkm_event
28 int __nvkm_event_init(const struct nvkm_event_func *func, struct nvkm_subdev *, int types_nr,
37 nvkm_event_init(const struct nvkm_event_func *func, struct nvkm_subdev *subdev, argument
42 return __nvkm_event_init(func, subdev, types_nr, index_nr, event);
57 nvkm_event_func func; member in struct:nvkm_event_ntfy
/linux-master/arch/s390/include/asm/
H A Dcpacf.h172 * @func: the function code to test for
175 * and checks if @func is available
177 * Returns 1 if @func is available for @opcode, 0 otherwise
228 static inline int cpacf_test_func(cpacf_mask_t *mask, unsigned int func) argument
230 return (mask->bytes[func >> 3] & (0x80 >> (func & 7))) != 0;
233 static __always_inline int cpacf_query_func(unsigned int opcode, unsigned int func) argument
238 return cpacf_test_func(&mask, func);
244 * @func: the function code passed to KM; see CPACF_KM_xxx defines
245 * @param: address of parameter block; see POP for details on each func
253 cpacf_km(unsigned long func, void *param, u8 *dest, const u8 *src, long src_len) argument
285 cpacf_kmc(unsigned long func, void *param, u8 *dest, const u8 *src, long src_len) argument
314 cpacf_kimd(unsigned long func, void *param, const u8 *src, long src_len) argument
339 cpacf_klmd(unsigned long func, void *param, const u8 *src, long src_len) argument
367 cpacf_kmac(unsigned long func, void *param, const u8 *src, long src_len) argument
399 cpacf_kmctr(unsigned long func, void *param, u8 *dest, const u8 *src, long src_len, u8 *counter) argument
432 cpacf_prno(unsigned long func, void *param, u8 *dest, unsigned long dest_len, const u8 *seed, unsigned long seed_len) argument
484 cpacf_pcc(unsigned long func, void *param) argument
505 cpacf_pckmo(long func, void *param) argument
528 cpacf_kma(unsigned long func, void *param, u8 *dest, const u8 *src, unsigned long src_len, const u8 *aad, unsigned long aad_len) argument
[all...]
/linux-master/drivers/usb/cdns3/
H A Dcdns3-pci-wrap.c45 struct pci_dev *func; local
53 func = pci_get_device(pdev->vendor, pdev->device, NULL);
54 if (unlikely(!func))
57 if (func->devfn == pdev->devfn) {
58 func = pci_get_device(pdev->vendor, pdev->device, func);
59 if (unlikely(!func))
63 if (func->devfn != PCI_DEV_FN_HOST_DEVICE &&
64 func->devfn != PCI_DEV_FN_OTG) {
68 return func;
77 struct pci_dev *func; local
180 struct pci_dev *func; local
[all...]
/linux-master/scripts/
H A Dbootgraph.pl71 my $func = $2;
73 $start{$func} = $1;
74 $type{$func} = 0;
80 $pids{$func} = $1;
87 my $func;
89 $func = "wait_" . $pid . "_1";
93 $func = "wait_" . $pid . "_" . $pidctr{$pid};
96 $start{$func} = $1;
97 $type{$func} = 1;
102 $pids{$func}
[all...]
/linux-master/drivers/scsi/qedf/
H A Dqedf_dbg.c10 qedf_dbg_err(struct qedf_dbg_ctx *qedf, const char *func, u32 line, argument
23 func, line, qedf->host_no, &vaf);
25 pr_err("[0000:00:00.0]:[%s:%d]: %pV", func, line, &vaf);
31 qedf_dbg_warn(struct qedf_dbg_ctx *qedf, const char *func, u32 line, argument
47 func, line, qedf->host_no, &vaf);
49 pr_warn("[0000:00:00.0]:[%s:%d]: %pV", func, line, &vaf);
56 qedf_dbg_notice(struct qedf_dbg_ctx *qedf, const char *func, u32 line, argument
72 dev_name(&(qedf->pdev->dev)), func, line,
75 pr_notice("[0000:00:00.0]:[%s:%d]: %pV", func, line, &vaf);
82 qedf_dbg_info(struct qedf_dbg_ctx *qedf, const char *func, u3 argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dhead.c55 nvkm_head_new_(const struct nvkm_head_func *func, argument
61 head->func = func;
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Devent.h14 nvif_event_func func; member in struct:nvif_event
27 nvif_event_ctor(struct nvif_object *parent, const char *name, u32 handle, nvif_event_func func, argument
30 return nvif_event_ctor_(parent, name, handle, func, wait, args, argc, true, event);
/linux-master/drivers/pinctrl/mediatek/
H A Dpinctrl-mtmips.h14 .func = _func, .gpio = _mask, \
19 .func = _func, .gpio = _gpio, \
46 struct mtmips_pmx_func *func; member in struct:mtmips_pmx_group

Completed in 408 milliseconds

1234567891011>>