| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | perf_event_mipsxx.c | 1775 unsigned int base_id = raw_id & 0x7f; in mipsxx_pmu_map_raw_event() local 1779 if (IS_BOTH_COUNTERS_24K_EVENT(base_id)) in mipsxx_pmu_map_raw_event() 1793 if (IS_BOTH_COUNTERS_34K_EVENT(base_id)) in mipsxx_pmu_map_raw_event() 1799 if (IS_RANGE_P_34K_EVENT(raw_id, base_id)) in mipsxx_pmu_map_raw_event() 1809 if (IS_BOTH_COUNTERS_74K_EVENT(base_id)) in mipsxx_pmu_map_raw_event() 1819 if (IS_BOTH_COUNTERS_PROAPTIV_EVENT(base_id)) in mipsxx_pmu_map_raw_event() 1832 base_id = raw_id & 0xff; in mipsxx_pmu_map_raw_event() 1833 if (IS_BOTH_COUNTERS_P5600_EVENT(base_id)) in mipsxx_pmu_map_raw_event() 1845 base_id = config & 0xff; in mipsxx_pmu_map_raw_event() 1849 if (IS_BOTH_COUNTERS_1004K_EVENT(base_id)) in mipsxx_pmu_map_raw_event() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hwspinlock/ |
| H A D | hwspinlock_core.c | 384 id += hwlock->bank->base_id; in of_hwspin_lock_get_id() 487 const struct hwspinlock_ops *ops, int base_id, int num_locks) in hwspin_lock_register() argument 500 bank->base_id = base_id; in hwspin_lock_register() 509 ret = hwspin_lock_register_single(hwlock, base_id + i); in hwspin_lock_register() 518 hwspin_lock_unregister_single(base_id + i); in hwspin_lock_register() 542 tmp = hwspin_lock_unregister_single(bank->base_id + i); in hwspin_lock_unregister() 615 int base_id, int num_locks) in devm_hwspin_lock_register() argument 624 ret = hwspin_lock_register(bank, dev, ops, base_id, num_locks); in devm_hwspin_lock_register()
|
| H A D | hwspinlock_internal.h | 57 int base_id; member 66 return hwlock->bank->base_id + local_id; in hwlock_to_id()
|
| H A D | omap_hwspinlock.c | 82 int base_id = 0; in omap_hwspinlock_probe() local 135 base_id, num_locks); in omap_hwspinlock_probe()
|
| H A D | u8500_hsem.c | 120 pdata->base_id, num_locks); in u8500_hsem_probe()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fs_counters.c | 470 u32 base_id; member 494 u32 base_id; in mlx5_fc_bulk_create() local 510 err = mlx5_cmd_fc_bulk_alloc(dev, alloc_bitmask, &base_id); in mlx5_fc_bulk_create() 514 bulk->base_id = base_id; in mlx5_fc_bulk_create() 517 mlx5_fc_init(&bulk->fcs[i], bulk, base_id + i); in mlx5_fc_bulk_create() 539 mlx5_cmd_fc_free(dev, bulk->base_id); in mlx5_fc_bulk_destroy() 559 int fc_index = fc->id - bulk->base_id; in mlx5_fc_bulk_release_fc()
|
| H A D | fs_cmd.h | 113 int mlx5_cmd_fc_bulk_query(struct mlx5_core_dev *dev, u32 base_id, int bulk_len,
|
| H A D | fs_cmd.c | 674 int mlx5_cmd_fc_bulk_query(struct mlx5_core_dev *dev, u32 base_id, int bulk_len, in mlx5_cmd_fc_bulk_query() argument 682 MLX5_SET(query_flow_counter_in, in, flow_counter_id, base_id); in mlx5_cmd_fc_bulk_query()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | hwspinlock.h | 53 int base_id; member 59 const struct hwspinlock_ops *ops, int base_id, int num_locks); 80 int base_id, int num_locks);
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | panoramiXsrv.h | 53 panoramix_setup_ids(PanoramiXRes * resource, ClientPtr client, XID base_id) in panoramix_setup_ids() argument 57 resource->info[0].id = base_id; in panoramix_setup_ids()
|
| H A D | xvdix.h | 146 unsigned long base_id; member
|
| H A D | xvdisp.c | 98 swapl(&pAdaptor->base_id); in SWriteAdaptorInfo() 384 ainfo.base_id = pa->base_id; in ProcXvQueryAdaptors() 1783 port->info[k].id = MatchingAdaptors[k]->base_id + j; in XineramifyXv()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
| H A D | vpstate.h | 14 u8 base_id; member
|
| /OK3568_Linux_fs/kernel/drivers/soc/ti/ |
| H A D | knav_qmss_queue.c | 207 if (kdev->base_id <= id && in knav_queue_find_by_id() 208 kdev->base_id + kdev->num_queues > id) { in knav_queue_find_by_id() 209 id -= kdev->base_id; in knav_queue_find_by_id() 444 kdev->base_id + inst->id, inst->name); in knav_queue_debug_show_instance() 472 dev_name(kdev->dev), kdev->base_id, in knav_queue_debug_show() 473 kdev->base_id + kdev->num_queues - 1); in knav_queue_debug_show() 590 ret = qh->inst->kdev->base_id + qh->inst->id; in knav_queue_device_control() 1228 range->queue_base = temp[0] - kdev->base_id; in knav_setup_queue_range() 1797 kdev->base_id = temp[0]; in knav_queue_probe()
|
| H A D | knav_qmss_acc.c | 30 range_base = kdev->base_id + range->queue_base; in __knav_acc_notify() 96 range_base = kdev->base_id + range->queue_base; in knav_acc_int_handler()
|
| H A D | knav_qmss.h | 296 unsigned base_id; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| H A D | vpstate.c | 60 h->base_id = nvbios_rd08(b, h->offset + 0x0f); in nvbios_vpstate_parse()
|
| /OK3568_Linux_fs/u-boot/include/fsl-mc/ |
| H A D | fsl_dprc.h | 245 MC_CMD_OP(cmd, 1, 0, 32, int, range_desc->base_id); \ 270 MC_RSP_OP(cmd, 1, 0, 32, int, range_desc->base_id); \ 801 int base_id; member
|
| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | pti.c | 235 int base_id, in get_id() argument 263 mc->master = base_id; in get_id()
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | ephyrvideo.c | 312 cookie = xcb_xv_query_encodings(conn, host_adaptor->base_id); in translate_video_encodings() 353 xcb_xv_query_port_attributes(conn, host_adaptor->base_id); in translate_xv_attributes() 396 xcb_xv_list_image_formats(conn, host_adaptor->base_id); in translate_xv_image_formats() 507 base_port_id = cur_host_adaptor->base_id; in ephyrXVPrivQueryHostAdaptors()
|
| /OK3568_Linux_fs/kernel/Documentation/locking/ |
| H A D | hwspinlock.rst | 398 const struct hwspinlock_ops *ops, int base_id, int num_locks); 433 * @base_id: id index of the first lock in this device 440 int base_id;
|
| /OK3568_Linux_fs/kernel/drivers/irqchip/ |
| H A D | irq-gic-v3-its.c | 2006 u32 base_id; member 2016 range->base_id = base; in mk_lpi_range() 2032 *base = range->base_id; in alloc_lpi_range() 2033 range->base_id += nr_lpis; in alloc_lpi_range() 2056 if (a->base_id + a->span != b->base_id) in merge_lpi_ranges() 2058 b->base_id = a->base_id; in merge_lpi_ranges() 2075 if (old->base_id < base) in free_lpi_range()
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-glamor-xv.c | 268 pa->base_id = pPorts->id; in xwl_glamor_xv_add_ports()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
| H A D | base.c | 668 if (!nvbios_vpstate_entry(bios, &h, h.base_id, &base)) in nvkm_clk_ctor()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | mvpp2.c | 1266 static int base_id; variable 5583 base_id_add = base_id; in mvpp2_base_bind() 5587 base_id++; in mvpp2_base_bind()
|