Searched refs:func (Results 226 - 250 of 1898) sorted by relevance

1234567891011>>

/linux-master/arch/x86/crypto/
H A Decb_cbc_helpers.h38 #define ECB_BLOCK(blocks, func) do { \
45 (func)(ctx, dst, src); \
50 #define CBC_ENC_BLOCK(func) do { \
54 (func)(ctx, dst, dst); \
61 #define CBC_DEC_BLOCK(blocks, func) do { \
71 (func)(ctx, dst, src); \
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c47 res->used_prio = (res->res_dirty) ? res->func->dirty_prio :
48 res->func->prio;
103 struct idr *idr = &dev_priv->res_idr[res->func->res_type];
119 struct idr *idr = &dev_priv->res_idr[res->func->res_type];
130 res->func->unbind != NULL) {
135 res->func->unbind(res, false, &val_buf);
140 res->func->dirty_free(res);
187 struct idr *idr = &dev_priv->res_idr[res->func->res_type];
211 * @func: Resource function table.
216 const struct vmw_res_func *func)
213 vmw_resource_init(struct vmw_private *dev_priv, struct vmw_resource *res, bool delay_id, void (*res_free) (struct vmw_resource *res), const struct vmw_res_func *func) argument
368 const struct vmw_res_func *func = res->func; local
629 const struct vmw_res_func *func = res->func; local
[all...]
/linux-master/kernel/livepatch/
H A Dtransition.c93 struct klp_func *func; local
116 * func->transition gets cleared, the handler may choose a
123 klp_for_each_func(obj, func)
124 func->transition = false;
201 * of func->transition, if klp_ftrace_handler() is called later on
214 static int klp_check_stack_func(struct klp_func *func, unsigned long *entries, argument
224 * (the func itself).
226 func_addr = (unsigned long)func->new_func;
227 func_size = func->new_size;
231 * (the previous func)
267 struct klp_func *func; local
578 struct klp_func *func; local
[all...]
/linux-master/drivers/bluetooth/
H A Dbtmtksdio.c131 struct sdio_func *func; member in struct:btmtksdio_dev
280 err = sdio_writesb(bdev->func, MTK_REG_CTDR, skb->data,
299 return sdio_readl(bdev->func, MTK_REG_CHLPCR, NULL);
304 return sdio_readl(bdev->func, MTK_REG_PD2HRM0R, NULL);
309 return sdio_readl(bdev->func, MTK_REG_CHCR, NULL);
317 sdio_claim_host(bdev->func);
321 sdio_writel(bdev->func, CSICR_CLR_MBOX_ACK, MTK_REG_CSICR,
333 sdio_writel(bdev->func, C_FW_OWN_REQ_SET, MTK_REG_CHLPCR, &err);
341 sdio_release_host(bdev->func);
354 sdio_claim_host(bdev->func);
620 btmtksdio_interrupt(struct sdio_func *func) argument
1325 btmtksdio_probe(struct sdio_func *func, const struct sdio_device_id *id) argument
1423 btmtksdio_remove(struct sdio_func *func) argument
1444 struct sdio_func *func = dev_to_sdio_func(dev); local
1466 struct sdio_func *func = dev_to_sdio_func(dev); local
1483 struct sdio_func *func = dev_to_sdio_func(dev); local
[all...]
/linux-master/drivers/usb/cdns3/
H A Dcdnsp-pci.c55 struct pci_dev *func; local
68 func = cdnsp_get_second_fun(pdev);
69 if (!func)
72 if (func->class == PCI_CLASS_SERIAL_USB_XHCI ||
85 if (pci_is_enabled(func)) {
86 cdnsp = pci_get_drvdata(func);
147 if (pci_is_enabled(func)) {
165 if (!pci_is_enabled(func))
172 pci_dev_put(func);
180 struct pci_dev *func; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dbase.c94 i2c->func->aux_mask(i2c, type, aux->intr, 0);
103 i2c->func->aux_mask(i2c, type, aux->intr, aux->intr);
119 if (!i2c->func->aux_stat)
122 i2c->func->aux_stat(i2c, &hi, &lo, &rq, &tx);
154 if ((mask = (1 << i2c->func->aux) - 1), i2c->func->aux_stat) {
155 i2c->func->aux_mask(i2c, NVKM_I2C_ANY, mask, 0);
156 i2c->func->aux_stat(i2c, &mask, &mask, &mask, &mask);
258 nvkm_i2c_new_(const struct nvkm_i2c_func *func, struct nvkm_device *device, argument
273 i2c->func
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Dintr.c94 if (intr->func->allow) {
95 if (intr->func->reset)
96 intr->func->reset(intr, leaf, mask);
97 intr->func->allow(intr, leaf, mask);
123 if (intr->func->block)
124 intr->func->block(intr, leaf, mask);
151 intr->func->rearm(intr);
160 intr->func->unarm(intr);
183 if (intr->func->pending(intr))
201 if (intr->func
232 nvkm_intr_add(const struct nvkm_intr_func *func, const struct nvkm_intr_data *data, struct nvkm_subdev *subdev, int leaves, struct nvkm_intr *intr) argument
421 nvkm_inth_add(struct nvkm_intr *intr, enum nvkm_intr_type type, enum nvkm_intr_prio prio, struct nvkm_subdev *subdev, nvkm_inth_func func, struct nvkm_inth *inth) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Duchan.c140 if (engn->func->ramht_del)
141 engn->func->ramht_del(uobj->chan, uobj->hash);
194 if (engn->func->ramht_add) {
195 uobj->hash = engn->func->ramht_add(engn, uobj->oproxy.object, uobj->chan);
215 if (engn->runl->func->runqs) {
225 if (engine->func->fifo.sclass) {
226 ret = engine->func->fifo.sclass(oclass, index);
238 while (engine->func->sclass[c].oclass) {
240 oclass->base = engine->func->sclass[index];
261 if (chan->func
[all...]
/linux-master/arch/arm/include/asm/
H A Dkgdb.h105 #define CFI_END_FRAME(func) __CFI_END_FRAME(_PC, _SPT, func)
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramgf108.c27 gf108_ram_probe_fbp_amount(const struct nvkm_ram_func *func, u32 fbpao, argument
37 size += func->probe_fbpa_amount(device, fbpa);
/linux-master/net/rds/
H A Dinfo.c73 void rds_info_register_func(int optname, rds_info_func func) argument
81 rds_info_funcs[offset] = func;
86 void rds_info_deregister_func(int optname, rds_info_func func) argument
93 BUG_ON(rds_info_funcs[offset] != func);
165 rds_info_func func; local
208 func = rds_info_funcs[optname - RDS_INFO_FIRST];
209 if (!func) {
218 func(sock, len, &iter, &lens);
/linux-master/include/linux/can/
H A Dcore.h52 void (*func)(struct sk_buff *, void *),
57 void (*func)(struct sk_buff *, void *),
/linux-master/arch/mips/lib/
H A Duncached.c38 unsigned long run_uncached(void *func) argument
41 long lfunc = (long)func, ufunc;
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Ddma.h9 const struct nvkm_dmaobj_func *func; member in struct:nvkm_dmaobj
20 const struct nvkm_dma_func *func; member in struct:nvkm_dma
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_task_queue.h20 * @func: Function to be called in tasklet (tl) context
31 int (*func)(struct iosm_imem *ipc_imem, int arg, void *msg, member in struct:ipc_task_queue_args
83 * @func: Function to be called in tasklet context
84 * @arg: Integer argument for func
85 * @msg: Message pointer argument for func
86 * @size: Size argument for func
89 * Returns: Result value returned by func or failure value if func could not
93 int (*func)(struct iosm_imem *ipc_imem, int arg,
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Doimm507b.c27 oimm507b_init_(const struct nv50_wimm_func *func, struct nouveau_drm *drm, argument
44 wndw->immd = func;
/linux-master/lib/
H A Dratelimit.c18 * @func: name of calling function
27 int ___ratelimit(struct ratelimit_state *rs, const char *func) argument
58 func, rs->missed);
/linux-master/drivers/gpu/drm/nouveau/nvif/
H A Dhead.c30 nvif_head_vblank_event_ctor(struct nvif_head *head, const char *name, nvif_event_func func, argument
34 func, wait, NULL, 0, event);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/sec2/
H A Dbase.c47 .unit_id = sec2->func->unit_unload,
69 falcon->func->disable(falcon);
103 if (sec2->func->intr_vector) {
104 intr = sec2->func->intr_vector(sec2, &type);
109 return nvkm_inth_add(intr, type, NVKM_INTR_PRIO_NORMAL, subdev, sec2->func->intr,
151 sec2->func = fwif->func;
153 ret = nvkm_falcon_ctor(sec2->func->flcn, &sec2->engine.subdev,
H A Dr535.c39 r535_sec2_new(const struct nvkm_sec2_func *func, struct nvkm_device *device, argument
52 return nvkm_falcon_ctor(func->flcn, &sec2->engine.subdev, sec2->engine.subdev.name,
/linux-master/drivers/hwmon/pmbus/
H A Dtps40422.c20 .func[0] = PMBUS_HAVE_VOUT | PMBUS_HAVE_TEMP2
23 .func[1] = PMBUS_HAVE_VOUT | PMBUS_HAVE_TEMP2
/linux-master/drivers/pinctrl/meson/
H A Dpinctrl-meson-axg-pmx.h34 unsigned int func; member in struct:meson_pmx_axg_data
39 .func = f, \
/linux-master/arch/powerpc/include/asm/
H A Dcode-patching.h132 static inline unsigned long ppc_function_entry(void *func) argument
135 u32 *insn = func;
158 return (unsigned long)func;
165 return ((struct func_desc *)func)->addr;
167 return (unsigned long)func;
171 static inline unsigned long ppc_global_function_entry(void *func) argument
175 return (unsigned long)func;
178 return ppc_function_entry(func);
/linux-master/arch/s390/include/asm/
H A Dsmp.h27 extern void smp_call_online_cpu(void (*func)(void *), void *);
28 extern void smp_call_ipl_cpu(void (*func)(void *), void *);
/linux-master/fs/btrfs/
H A Dasync-thread.h22 btrfs_func_t func; member in struct:btrfs_work
40 void btrfs_init_work(struct btrfs_work *work, btrfs_func_t func,

Completed in 373 milliseconds

1234567891011>>