Searched refs:func (Results 251 - 275 of 1898) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dbase.c66 if (lsf->func->bootstrap_falcon)
101 ret = acr->func->init(acr);
105 acr->func->wpr_check(acr, &start, &limit);
146 if ((mask & acr->func->bootstrap_falcons) == mask) {
156 if ((mask & rtos->func->bootstrap_falcons) != mask)
159 if (rtos->func->bootstrap_multiple_falcons)
160 return rtos->func->bootstrap_multiple_falcons(rtos->falcon, mask);
163 int ret = rtos->func->bootstrap_falcon(rtos->falcon, id);
227 if (list_empty(&acr->hsfw) || !acr->func || !acr->func
[all...]
/linux-master/arch/x86/kernel/
H A Daperture_64.c140 static u32 __init find_cap(int bus, int slot, int func, int cap) argument
145 if (!(read_pci_config_16(bus, slot, func, PCI_STATUS) &
149 pos = read_pci_config_byte(bus, slot, func, PCI_CAPABILITY_LIST);
154 id = read_pci_config_byte(bus, slot, func, pos+PCI_CAP_LIST_ID);
159 pos = read_pci_config_byte(bus, slot, func,
166 static u32 __init read_agp(int bus, int slot, int func, int cap, u32 *order) argument
175 pr_info("pci 0000:%02x:%02x:%02x: AGP bridge\n", bus, slot, func);
176 apsizereg = read_pci_config_16(bus, slot, func, cap + 0x14);
179 bus, slot, func);
195 aper_low = read_pci_config(bus, slot, func,
236 int bus, slot, func; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Doproxy.h8 const struct nvkm_oproxy_func *func; member in struct:nvkm_oproxy
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocesspptables.h45 pp_tables_hw_clock_info_callback func);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
H A Dgf119.c39 u8 func = (data & 0x0000ff00) >> 8; local
43 if ( func == DCB_GPIO_UNUSED ||
44 (match != DCB_GPIO_UNUSED && match != func))
47 nvkm_gpio_set(gpio, 0, func, line, defs);
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Dsw.h7 const struct nvkm_sw_func *func; member in struct:nvkm_sw
H A Dxtensa.h8 const struct nvkm_xtensa_func *func; member in struct:nvkm_xtensa
H A Dnvenc.h9 const struct nvkm_nvenc_func *func; member in struct:nvkm_nvenc
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/dma/
H A Dbase.c40 ret = dma->func->class_new(dma, oclass, data, size, &dmaobj);
106 nvkm_dma_new_(const struct nvkm_dma_func *func, struct nvkm_device *device, argument
113 dma->func = func;
/linux-master/samples/kdb/
H A Dkdb_hello.c33 .func = kdb_hello_cmd,
/linux-master/arch/riscv/include/asm/
H A Dkvm_vcpu_pmu.h60 {.base = CSR_CYCLEH, .count = 31, .func = kvm_riscv_vcpu_pmu_read_hpm }, \
61 {.base = CSR_CYCLE, .count = 31, .func = kvm_riscv_vcpu_pmu_read_hpm },
64 {.base = CSR_CYCLE, .count = 31, .func = kvm_riscv_vcpu_pmu_read_hpm },
96 {.base = 0, .count = 0, .func = NULL },
/linux-master/arch/csky/include/asm/
H A Dsmp.h20 void __init set_send_ipi(void (*func)(const struct cpumask *mask), int irq);
/linux-master/drivers/hwmon/pmbus/
H A Dmax16064.c79 .func[0] = PMBUS_HAVE_VOUT | PMBUS_HAVE_TEMP
81 .func[1] = PMBUS_HAVE_VOUT | PMBUS_HAVE_STATUS_VOUT,
82 .func[2] = PMBUS_HAVE_VOUT | PMBUS_HAVE_STATUS_VOUT,
83 .func[3] = PMBUS_HAVE_VOUT | PMBUS_HAVE_STATUS_VOUT,
/linux-master/tools/testing/memblock/tests/
H A Dcommon.h149 static inline void run_top_down(int (*func)()) argument
153 func();
157 static inline void run_bottom_up(int (*func)()) argument
161 func();
/linux-master/kernel/
H A Dtask_work.c9 * task_work_add - ask the @task to execute @work->func()
29 * Otherwise @work->func() will be called when the @task goes through one of
119 return cb->func == data;
125 * @func: identifies the work to remove
127 * Find the last queued pending work with ->func == @func and remove
134 task_work_cancel(struct task_struct *task, task_work_func_t func) argument
136 return task_work_cancel_match(task, task_work_func_match, func);
154 * work->func() can do task_work_add(), do not set
180 work->func(wor
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/nvdec/
H A Dpriv.h16 const struct nvkm_nvdec_func *func; member in struct:nvkm_nvdec_fwif
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dacpi.h48 enum rtw89_acpi_dsm_func func,
/linux-master/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dsdio.c63 sdio_claim_host(sdio->func);
64 err = sdio_readsb(sdio->func, irq_data, MCR_WHISR, sizeof(*irq_data));
65 sdio_release_host(sdio->func);
88 static int mt7921s_probe(struct sdio_func *func, argument
130 ops = mt792x_get_mac80211_ops(&func->dev, &mt7921_ops,
135 mdev = mt76_alloc_device(&func->dev, sizeof(*dev), ops, &drv_ops);
142 sdio_set_drvdata(func, dev);
144 ret = mt76s_init(mdev, func, &mt7921s_ops);
148 ret = mt76s_hw_init(mdev, func, MT76_CONNAC2_SDIO);
197 static void mt7921s_remove(struct sdio_func *func) argument
206 struct sdio_func *func = dev_to_sdio_func(__dev); local
282 struct sdio_func *func = dev_to_sdio_func(__dev); local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dfan.c132 if (therm->func->fan_sense)
133 return therm->func->fan_sense(therm);
135 if (therm->fan->tach.func == DCB_GPIO_UNUSED)
143 prev = nvkm_gpio_get(gpio, 0, therm->fan->tach.func,
149 cur = nvkm_gpio_get(gpio, 0, therm->fan->tach.func,
229 struct dcb_gpio_func func; local
233 ret = nvkm_gpio_find(gpio, 0, DCB_GPIO_FAN, 0xff, &func);
236 if (func.line != 16 && func.log[0] & DCB_GPIO_LOG_DIR_IN) {
240 ret = nvkm_fanpwm_create(therm, &func);
[all...]
/linux-master/tools/testing/selftests/cgroup/
H A Dwith_stress.sh67 func=stress_$OPTARG
68 if [ "x$(type -t $func)" != "xfunction" ] ; then
72 stresses+=($func)
/linux-master/drivers/gpu/drm/nouveau/nvif/
H A Ddevice.c30 if (!device->user.func) {
38 return device->user.func->time(&device->user);
57 device->user.func = NULL;
/linux-master/drivers/firmware/imx/
H A Drm.c31 hdr->func = IMX_SC_RM_FUNC_IS_RESOURCE_OWNED;
43 return hdr->func;
76 hdr->func = IMX_SC_RM_FUNC_GET_RESOURCE_OWNER;
/linux-master/include/linux/
H A Dpeci-cpu.h32 u8 func, u16 reg, u32 *data);
35 u8 bus, u8 dev, u8 func, u16 reg, u32 *data);
38 u8 bus, u8 dev, u8 func, u64 address, u32 *data);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dior.c57 nvkm_ior_new_(const struct nvkm_ior_func *func, struct nvkm_disp *disp, argument
63 ior->func = func;
/linux-master/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dgp102.c71 if (falcon->func->reset_prep) {
72 ret = falcon->func->reset_prep(falcon);
81 return falcon->func->reset_wait_mem_scrubbing(falcon);

Completed in 615 milliseconds

<<11121314151617181920>>