/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | gf100.c | 28 #include <core/client.h> 29 #include <core/firmware.h> 30 #include <core/option.h>
|
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | bttv-driver.c | 1862 bttv_call_all(btv, core, log_status); in bttv_log_status() 3190 bttv_call_all(btv, core, command, SAA6588_CMD_CLOSE, &cmd); in radio_release() 3271 bttv_call_all(btv, core, command, SAA6588_CMD_READ, &cmd); in radio_read() 3292 bttv_call_all(btv, core, command, SAA6588_CMD_POLL, &cmd); in radio_poll()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | tables_nphy.c | 3484 int core, offset, i; in b43_nphy_tables_init_rev7_volatile() local 3499 for (core = 0; core < 2; core++) { in b43_nphy_tables_init_rev7_volatile() 3501 offset = core ? 0x20 : 0x00; in b43_nphy_tables_init_rev7_volatile() 3504 antswlut0_values[core][i]); in b43_nphy_tables_init_rev7_volatile()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | tables_nphy.c | 3484 int core, offset, i; in b43_nphy_tables_init_rev7_volatile() local 3499 for (core = 0; core < 2; core++) { in b43_nphy_tables_init_rev7_volatile() 3501 offset = core ? 0x20 : 0x00; in b43_nphy_tables_init_rev7_volatile() 3504 antswlut0_values[core][i]); in b43_nphy_tables_init_rev7_volatile()
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | tda1997x.c | 26 #include <sound/core.h> 2029 .core = &tda1997x_core_ops,
|
H A D | mt9m111.c | 34 * Sensor core register addresses (0x000..0x0ff) 1175 .core = &mt9m111_subdev_core_ops,
|
H A D | rj54n1cb0c.c | 1254 .core = &rj54n1_subdev_core_ops,
|
H A D | ov772x.c | 1346 .core = &ov772x_subdev_core_ops,
|
H A D | ov7251.c | 574 /* OV7251 power up sequence requires core regulator in ov7251_regulators_enable() 592 dev_err(ov7251->dev, "set core voltage failed\n"); in ov7251_regulators_enable() 613 dev_err(ov7251->dev, "core regulator disable failed\n"); in ov7251_regulators_disable() 1249 .core = &ov7251_core_ops, 1323 dev_err(dev, "cannot get core regulator\n"); in ov7251_probe()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | machine.c | 2877 if (!((evsel->core.attr.sample_type & PERF_SAMPLE_REGS_USER) && in thread__resolve_callchain_unwind() 2878 (evsel->core.attr.sample_type & PERF_SAMPLE_STACK_USER))) in thread__resolve_callchain_unwind()
|
H A D | hist.c | 2726 scnprintf(sample_freq_str, sizeof(sample_freq_str), " %d Hz,", evsel->core.attr.sample_freq); in __hists__scnprintf_title() 2731 nr_samples, unit, evsel->core.nr_members > 1 ? "s" : "", in __hists__scnprintf_title()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | tda1997x.c | 26 #include <sound/core.h> 2045 .core = &tda1997x_core_ops,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | sock.h | 1535 this_cpu_add(net->core.prot_inuse->val[prot->inuse_idx], val); in sock_prot_inuse_add() 1540 this_cpu_add(net->core.prot_inuse->all, val); in sock_inuse_add() 1952 /* Initialise core socket variables using an explicit uid. */ 1955 /* Initialise core socket variables.
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.c | 2789 scnprintf(sample_freq_str, sizeof(sample_freq_str), " %d Hz,", evsel->core.attr.sample_freq); in __hists__scnprintf_title() 2794 nr_samples, unit, evsel->core.nr_members > 1 ? "s" : "", in __hists__scnprintf_title()
|
/third_party/mksh/ |
H A D | Build.sh | 607 rmf a.exe* a.out* conftest.c conftest.exe* *core core.* ${tfn}* *.bc *.dbg \
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderCommonFunctionTests.cpp | 1937 && !glu::contextSupports(context.getRenderContext().getType(), glu::ApiType::core(4, 5))) 1945 && !glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)))
|
H A D | es31fTextureGatherTests.cpp | 89 glu::contextSupports(context.getRenderContext().getType(), glu::ApiType::core(4, 5))) in specializeShader() 1255 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)); in init()
|
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
H A D | hv-24x7.c | 156 * - y = indexes in the domain (core, chip, vcpu, node, etc) 179 EVENT_DEFINE_RANGE_FORMAT(core, config, 16, 31); 367 * core or in one of the virtual CPU domains. So the domain value for these 412 sindex = "core"; in event_fmt()
|
/kernel/linux/linux-5.10/drivers/net/dsa/ |
H A D | bcm_sf2.c | 1298 base = &priv->core; in bcm_sf2_sw_probe() 1395 "Starfighter 2 top: %x.%02x, core: %x.%02x, IRQs: %d, %d\n", in bcm_sf2_sw_probe()
|
/kernel/linux/linux-6.6/arch/powerpc/perf/ |
H A D | hv-24x7.c | 149 * - y = indexes in the domain (core, chip, vcpu, node, etc) 172 EVENT_DEFINE_RANGE_FORMAT(core, config, 16, 31); 360 * core or in one of the virtual CPU domains. So the domain value for these 405 sindex = "core"; in event_fmt()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | stmpe.c | 21 #include <linux/mfd/core.h>
|
H A D | wm8998-tables.c | 12 #include <linux/mfd/arizona/core.h>
|
H A D | wm8997-tables.c | 12 #include <linux/mfd/arizona/core.h>
|
H A D | wm8994-regmap.c | 10 #include <linux/mfd/wm8994/core.h>
|
H A D | lpc_ich.c | 45 #include <linux/mfd/core.h>
|