/openbmc/linux/drivers/gpu/drm/i915/soc/ |
H A D | intel_pch.c | 12 intel_pch_type(const struct drm_i915_private *dev_priv, unsigned short id) in intel_pch_type() 153 static bool intel_is_virt_pch(unsigned short id, in intel_is_virt_pch() 167 unsigned short id = 0; in intel_virt_detect_pch() local 218 unsigned short id; in intel_detect_pch() local
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/ |
H A D | ddc_regs.h | 34 #define DDC_GPIO_REG_LIST_ENTRY(type, cd, id) \ argument 39 #define DDC_GPIO_REG_LIST(cd, id) \ argument 47 #define DDC_REG_LIST(cd, id) \ argument 51 #define DDC_REG_LIST_DCN2(cd, id) \ argument 151 #define ddc_data_regs(id) \ argument 156 #define ddc_clk_regs(id) \ argument 180 #define ddc_data_regs_dcn2(id) \ argument 185 #define ddc_clk_regs_dcn2(id) \ argument
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | audio_manager.c | 25 static struct gb_audio_manager_module *gb_audio_manager_get_locked(int id) in gb_audio_manager_get_locked() 44 int id; in gb_audio_manager_add() local 67 int gb_audio_manager_remove(int id) in gb_audio_manager_remove() 108 struct gb_audio_manager_module *gb_audio_manager_get_module(int id) in gb_audio_manager_get_module() 126 int gb_audio_manager_dump_module(int id) in gb_audio_manager_dump_module()
|
/openbmc/linux/drivers/reset/ |
H A D | reset-mpfs.c | 35 static int mpfs_assert(struct reset_controller_dev *rcdev, unsigned long id) in mpfs_assert() 51 static int mpfs_deassert(struct reset_controller_dev *rcdev, unsigned long id) in mpfs_deassert() 67 static int mpfs_status(struct reset_controller_dev *rcdev, unsigned long id) in mpfs_status() 78 static int mpfs_reset(struct reset_controller_dev *rcdev, unsigned long id) in mpfs_reset() 120 const struct auxiliary_device_id *id) in mpfs_reset_probe()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | qos.c | 27 u32 bw_share, u32 max_avg_bw, u32 *id) in mlx5_qos_create_leaf_node() 45 u32 bw_share, u32 max_avg_bw, u32 *id) in mlx5_qos_create_inner_node() 67 int mlx5_qos_create_root_node(struct mlx5_core_dev *mdev, u32 *id) in mlx5_qos_create_root_node() 73 u32 bw_share, u32 max_avg_bw, u32 id) in mlx5_qos_update_node() 88 int mlx5_qos_destroy_node(struct mlx5_core_dev *mdev, u32 id) in mlx5_qos_destroy_node()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
H A D | base.c | 35 nvkm_i2c_pad_find(struct nvkm_i2c *i2c, int id) in nvkm_i2c_pad_find() 48 nvkm_i2c_bus_find(struct nvkm_i2c *i2c, int id) in nvkm_i2c_bus_find() 76 nvkm_i2c_aux_find(struct nvkm_i2c *i2c, int id) in nvkm_i2c_aux_find() 89 nvkm_i2c_intr_fini(struct nvkm_event *event, int type, int id) in nvkm_i2c_intr_fini() 98 nvkm_i2c_intr_init(struct nvkm_event *event, int type, int id) in nvkm_i2c_intr_init() 289 const int id = NVKM_I2C_PAD_HYBRID(ccbE.share); in nvkm_i2c_new_() local 377 const int id = NVKM_I2C_PAD_EXT(dcbE.extdev); in nvkm_i2c_new_() local 389 const int id = NVKM_I2C_AUX_EXT(dcbE.extdev); in nvkm_i2c_new_() local 399 const int id = NVKM_I2C_BUS_EXT(dcbE.extdev); in nvkm_i2c_new_() local
|
/openbmc/qemu/block/ |
H A D | qapi-sysemu.c | 121 const char *id, in qmp_blockdev_open_tray() 140 const char *id, in qmp_blockdev_close_tray() 173 blockdev_remove_medium(const char *device, const char *id, Error **errp) in blockdev_remove_medium() 224 void qmp_blockdev_remove_medium(const char *id, Error **errp) in qmp_blockdev_remove_medium() 274 static void blockdev_insert_medium(const char *device, const char *id, in blockdev_insert_medium() 301 void qmp_blockdev_insert_medium(const char *id, const char *node_name, in qmp_blockdev_insert_medium() 308 const char *id, in qmp_blockdev_change_medium() 400 void qmp_eject(const char *device, const char *id, in qmp_eject() 510 const char *id, in qmp_block_latency_histogram_set()
|
/openbmc/u-boot/drivers/clk/ |
H A D | clk_zynq.c | 55 static void *zynq_clk_get_register(enum zynq_clk id) in zynq_clk_get_register() 131 static ulong zynq_clk_get_pll_rate(struct zynq_clk_priv *priv, enum zynq_clk id) in zynq_clk_get_pll_rate() 152 static enum zynq_clk_rclk zynq_clk_get_gem_rclk(enum zynq_clk id) in zynq_clk_get_gem_rclk() 169 static ulong zynq_clk_get_cpu_rate(struct zynq_clk_priv *priv, enum zynq_clk id) in zynq_clk_get_cpu_rate() 240 enum zynq_clk id, bool two_divs) in zynq_clk_get_peripheral_rate() 270 static ulong zynq_clk_get_gem_rate(struct zynq_clk_priv *priv, enum zynq_clk id) in zynq_clk_get_gem_rate() 314 enum zynq_clk id, ulong rate, in zynq_clk_set_peripheral_rate() 348 static ulong zynq_clk_set_gem_rate(struct zynq_clk_priv *priv, enum zynq_clk id, in zynq_clk_set_gem_rate() 371 enum zynq_clk id = clk->id; in zynq_clk_get_rate() local 406 enum zynq_clk id = clk->id; in zynq_clk_set_rate() local [all …]
|
/openbmc/linux/drivers/clk/qcom/ |
H A D | reset.c | 14 static int qcom_reset(struct reset_controller_dev *rcdev, unsigned long id) in qcom_reset() 26 unsigned long id, bool assert) in qcom_reset_set_assert() 44 static int qcom_reset_assert(struct reset_controller_dev *rcdev, unsigned long id) in qcom_reset_assert() 49 static int qcom_reset_deassert(struct reset_controller_dev *rcdev, unsigned long id) in qcom_reset_deassert()
|
/openbmc/linux/arch/powerpc/mm/nohash/ |
H A D | mmu_context.c | 97 static unsigned int steal_context_smp(unsigned int id) in steal_context_smp() 153 unsigned int id; in steal_all_contexts() local 182 static unsigned int steal_context_up(unsigned int id) in steal_context_up() 203 static void set_context(unsigned long id, pgd_t *pgd) in set_context() 233 unsigned int id; in switch_mmu_context() local 332 unsigned int id; in destroy_context() local
|
/openbmc/phosphor-snmp/ |
H A D | snmp_notification.hpp | 175 OBMCErrorNotification(uint32_t id, uint64_t ts, int32_t sev, in OBMCErrorNotification() 185 OID id = {1, 3, 6, 1, 4, 1, 49871, 1, 0, 0, 1}; in getTrapOID() local 196 OID id = {1, 3, 6, 1, 4, 1, 49871, 1, 0, 1, 1}; in getFieldOIDList() local 203 OID id = {1, 3, 6, 1, 4, 1, 49871, 1, 0, 1, 2}; in getFieldOIDList() local 210 OID id = {1, 3, 6, 1, 4, 1, 49871, 1, 0, 1, 3}; in getFieldOIDList() local 217 OID id = {1, 3, 6, 1, 4, 1, 49871, 1, 0, 1, 4}; in getFieldOIDList() local
|
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
H A D | ets.json | 3 "id": "e90e", string 23 "id": "b059", string 43 "id": "e8e7", string 63 "id": "233c", string 83 "id": "3d35", string 103 "id": "7f3b", string 123 "id": "4593", string 143 "id": "8938", string 163 "id": "0782", string 183 "id": "501b", string [all …]
|
/openbmc/u-boot/arch/arm/cpu/pxa/ |
H A D | cpuinfo.c | 36 uint32_t id = pxa_get_cpuid(); in cpu_is_pxa25x() local 43 uint32_t id = pxa_get_cpuid(); in cpu_is_pxa27x() local 50 uint32_t id = pxa_get_cpuid(); in cpu_is_pxa27xm() local 68 uint32_t id; in pxa25x_get_revision() local 93 uint32_t id; in pxa27x_get_revision() local
|
/openbmc/linux/drivers/thermal/ti-soc-thermal/ |
H A D | ti-thermal.h | 49 int ti_thermal_expose_sensor(struct ti_bandgap *bgp, int id, char *domain) in ti_thermal_expose_sensor() 55 int ti_thermal_remove_sensor(struct ti_bandgap *bgp, int id) in ti_thermal_remove_sensor() 61 int ti_thermal_report_sensor_temperature(struct ti_bandgap *bgp, int id) in ti_thermal_report_sensor_temperature() 67 int ti_thermal_register_cpu_cooling(struct ti_bandgap *bgp, int id) in ti_thermal_register_cpu_cooling() 73 int ti_thermal_unregister_cpu_cooling(struct ti_bandgap *bgp, int id) in ti_thermal_unregister_cpu_cooling()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | btf_dump.c | 964 __u32 id, in btf_dump_emit_struct_def() 1371 __u32 id; in btf_dump_emit_mods() local 1397 __u32 id; in btf_dump_drop_mods() local 1433 __u32 id; in btf_dump_emit_type_chain() local 1827 __u32 id, in btf_dump_base_type_check_zero() 1994 __u32 id, in btf_dump_var_data() 2086 __u32 id, in btf_dump_struct_data() 2152 __u32 id, in btf_dump_get_enum_value() 2230 __u32 id, in btf_dump_datasec_data() 2312 __u32 id, in btf_dump_type_data_check_zero() [all …]
|
/openbmc/u-boot/drivers/remoteproc/ |
H A D | rproc-uclass.c | 275 int rproc_dev_init(int id) in rproc_dev_init() 294 int rproc_load(int id, ulong addr, ulong size) in rproc_load() 351 static int _rproc_ops_wrapper(int id, enum rproc_ops op) in _rproc_ops_wrapper() 413 int rproc_start(int id) in rproc_start() 418 int rproc_stop(int id) in rproc_stop() 423 int rproc_reset(int id) in rproc_reset() 428 int rproc_ping(int id) in rproc_ping() 433 int rproc_is_running(int id) in rproc_is_running()
|
/openbmc/linux/drivers/clk/ |
H A D | clk-devres.c | 22 static struct clk *__devm_clk_get(struct device *dev, const char *id, in __devm_clk_get() 23 struct clk *(*get)(struct device *dev, const char *id), in __devm_clk_get() 63 struct clk *devm_clk_get(struct device *dev, const char *id) in devm_clk_get() 69 struct clk *devm_clk_get_prepared(struct device *dev, const char *id) in devm_clk_get_prepared() 75 struct clk *devm_clk_get_enabled(struct device *dev, const char *id) in devm_clk_get_enabled() 82 struct clk *devm_clk_get_optional(struct device *dev, const char *id) in devm_clk_get_optional() 88 struct clk *devm_clk_get_optional_prepared(struct device *dev, const char *id) in devm_clk_get_optional_prepared() 95 struct clk *devm_clk_get_optional_enabled(struct device *dev, const char *id) in devm_clk_get_optional_enabled()
|
/openbmc/u-boot/include/ |
H A D | libata.h | 426 #define ata_id_has_lba(id) ((id)[49] & (1 << 9)) argument 427 #define ata_id_has_dma(id) ((id)[49] & (1 << 8)) argument 428 #define ata_id_has_ncq(id) ((id)[76] & (1 << 8)) argument 434 #define ata_id_u32(id,n) \ argument 436 #define ata_id_u64(id,n) \ argument 444 static inline int ata_id_has_fua(const u16 *id) in ata_id_has_fua() 451 static inline int ata_id_has_flush(const u16 *id) in ata_id_has_flush() 496 static inline int ata_id_has_pm(const u16 *id) in ata_id_has_pm() 530 static inline int ata_id_is_sata(const u16 *id) in ata_id_is_sata() 535 static inline int ata_id_has_tpm(const u16 *id) in ata_id_has_tpm() [all …]
|
/openbmc/linux/drivers/regulator/ |
H A D | max77620-regulator.c | 100 int id) in max77620_regulator_get_fps_src() 117 int fps_src, int id) in max77620_regulator_set_fps_src() 237 int id) in max77620_regulator_get_power_mode() 445 int id = rdev_get_id(rdev); in max77620_regulator_enable() local 457 int id = rdev_get_id(rdev); in max77620_regulator_disable() local 469 int id = rdev_get_id(rdev); in max77620_regulator_is_enabled() local 489 int id = rdev_get_id(rdev); in max77620_regulator_set_mode() local 543 int id = rdev_get_id(rdev); in max77620_regulator_get_mode() local 787 int id; in max77620_regulator_probe() local 863 int id; in max77620_regulator_suspend() local [all …]
|
H A D | tps65910-regulator.c | 393 int reg, id = rdev_get_id(dev); in tps65910_set_mode() local 418 int ret, reg, value, id = rdev_get_id(dev); in tps65910_get_mode() local 439 int ret, id = rdev_get_id(dev); in tps65910_get_voltage_dcdc_sel() local 516 int ret, reg, value, id = rdev_get_id(dev); in tps65910_get_voltage_sel() local 559 int ret, id = rdev_get_id(dev); in tps65911_get_voltage_sel() local 598 int id = rdev_get_id(dev), vsel; in tps65910_set_voltage_dcdc_sel() local 636 int reg, id = rdev_get_id(dev); in tps65910_set_voltage_sel() local 667 int reg, id = rdev_get_id(dev); in tps65911_set_voltage_sel() local 701 int volt, mult = 1, id = rdev_get_id(dev); in tps65910_list_voltage_dcdc() local 724 int step_mv = 0, id = rdev_get_id(dev); in tps65911_list_voltage() local [all …]
|
H A D | mc13xxx-regulator-core.c | 31 int id = rdev_get_id(rdev); in mc13xxx_regulator_enable() local 44 int id = rdev_get_id(rdev); in mc13xxx_regulator_disable() local 56 int ret, id = rdev_get_id(rdev); in mc13xxx_regulator_is_enabled() local 71 int id = rdev_get_id(rdev); in mc13xxx_regulator_set_voltage_sel() local 82 int ret, id = rdev_get_id(rdev); in mc13xxx_regulator_get_voltage() local 115 int id = rdev_get_id(rdev); in mc13xxx_fixed_regulator_set_voltage() local
|
/openbmc/linux/drivers/clk/rockchip/ |
H A D | rst-rk3588.c | 14 #define RK3588_CRU_RESET_OFFSET(id, reg, bit) [id] = (0 + reg * 16 + bit) argument 17 #define RK3588_PHPTOPCRU_RESET_OFFSET(id, reg, bit) [id] = (0x8000*4 + reg * 16 + bit) argument 20 #define RK3588_SECURECRU_RESET_OFFSET(id, reg, bit) [id] = (0x10000*4 + reg * 16 + bit) argument 23 #define RK3588_PMU1CRU_RESET_OFFSET(id, reg, bit) [id] = (0x30000*4 + reg * 16 + bit) argument
|
/openbmc/linux/tools/power/x86/intel-speed-select/ |
H A D | isst-display.c | 169 static int print_package_info(struct isst_id *id, FILE *outf) in print_package_info() 198 static void _isst_pbf_display_information(struct isst_id *id, FILE *outf, int level, in _isst_pbf_display_information() 241 static void _isst_fact_display_information(struct isst_id *id, FILE *outf, int level, in _isst_fact_display_information() 319 void isst_ctdp_display_core_info(struct isst_id *id, FILE *outf, char *prefix, in isst_ctdp_display_core_info() 338 void isst_ctdp_display_information(struct isst_id *id, FILE *outf, int tdp_level, in isst_ctdp_display_information() 561 void isst_pbf_display_information(struct isst_id *id, FILE *outf, int level, in isst_pbf_display_information() 571 void isst_fact_display_information(struct isst_id *id, FILE *outf, int level, in isst_fact_display_information() 583 void isst_clos_display_information(struct isst_id *id, FILE *outf, int clos, in isst_clos_display_information() 625 void isst_clos_display_clos_information(struct isst_id *id, FILE *outf, in isst_clos_display_clos_information() 669 void isst_clos_display_assoc_information(struct isst_id *id, FILE *outf, int clos) in isst_clos_display_assoc_information() [all …]
|
/openbmc/linux/sound/pci/ice1712/ |
H A D | wtm.c | 68 int id, idx, change; in stac9460_dac_mute_all() local 119 int idx, id; in stac9460_dac_mute_get() local 145 int id, idx; in stac9460_dac_mute_put() local 195 int idx, id; in stac9460_dac_vol_get() local 217 int idx, id; in stac9460_dac_vol_put() local 263 int i, id; in stac9460_adc_mute_get() local 285 int i, reg, id; in stac9460_adc_mute_put() local 330 int i, reg, id; in stac9460_adc_vol_get() local 354 int i, reg, id; in stac9460_adc_vol_put() local 400 int id; in stac9460_mic_sw_get() local [all …]
|
/openbmc/linux/drivers/clk/actions/ |
H A D | owl-reset.c | 15 unsigned long id) in owl_reset_assert() 24 unsigned long id) in owl_reset_deassert() 33 unsigned long id) in owl_reset_reset() 43 unsigned long id) in owl_reset_status()
|