/openbmc/linux/sound/isa/ |
H A D | azt2320.c | 40 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */ variable 87 const struct pnp_card_device_id *id) in snd_card_azt2320_pnp() 242 const struct pnp_card_device_id *id) in snd_azt2320_pnp_detect()
|
/openbmc/linux/arch/x86/kernel/apic/ |
H A D | apic_numachip.c | 31 unsigned int id = (x >> 24) & 0xff; in numachip1_get_apic_id() local 41 static u32 numachip1_set_apic_id(unsigned int id) in numachip1_set_apic_id() 54 static u32 numachip2_set_apic_id(unsigned int id) in numachip2_set_apic_id()
|
/openbmc/linux/sound/soc/intel/skylake/ |
H A D | skl-nhlt.c | 93 struct nhlt_fmt *fmt, u8 id) in skl_get_ssp_clks() 205 struct nhlt_fmt *fmt, u8 id) in skl_get_mclk() 254 u8 id; in skl_get_clks() local
|
/openbmc/linux/drivers/leds/ |
H A D | leds-mc13783.c | 31 int id; member 42 static unsigned int mc13xxx_max_brightness(int id) in mc13xxx_max_brightness() 184 int i, id, ret = -ENODATA; in mc13xxx_led_probe() local
|
/openbmc/linux/drivers/media/platform/mediatek/vcodec/common/ |
H A D | mtk_vcodec_fw.c | 59 int mtk_vcodec_fw_ipi_register(struct mtk_vcodec_fw *fw, int id, in mtk_vcodec_fw_ipi_register() 67 int mtk_vcodec_fw_ipi_send(struct mtk_vcodec_fw *fw, int id, void *buf, in mtk_vcodec_fw_ipi_send()
|
H A D | mtk_vcodec_fw_scp.c | 28 static int mtk_vcodec_scp_set_ipi_register(struct mtk_vcodec_fw *fw, int id, in mtk_vcodec_scp_set_ipi_register() 35 static int mtk_vcodec_scp_ipi_send(struct mtk_vcodec_fw *fw, int id, void *buf, in mtk_vcodec_scp_ipi_send()
|
/openbmc/u-boot/arch/x86/cpu/coreboot/ |
H A D | timestamp.c | 32 void timestamp_add(enum timestamp_id id, uint64_t ts_time) in timestamp_add() 44 void timestamp_add_now(enum timestamp_id id) in timestamp_add_now()
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | audio_manager_sysfs.c | 43 int id; in manager_sysfs_remove_store() local 64 int id; in manager_sysfs_dump_store() local
|
/openbmc/linux/drivers/clk/at91/ |
H A D | at91rm9200.c | 15 u8 id; member 20 u8 id; member
|
/openbmc/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | mdio_10g.h | 18 static inline unsigned ef4_mdio_id_rev(u32 id) { return id & 0xf; } in ef4_mdio_id_rev() 19 static inline unsigned ef4_mdio_id_model(u32 id) { return (id >> 4) & 0x3f; } in ef4_mdio_id_model()
|
/openbmc/u-boot/drivers/reset/ |
H A D | reset-mediatek.c | 35 int id = reset_ctl->id; in mediatek_reset_assert() local 47 int id = reset_ctl->id; in mediatek_reset_deassert() local
|
H A D | reset-socfpga.c | 33 int id = reset_ctl->id; in socfpga_reset_assert() local 45 int id = reset_ctl->id; in socfpga_reset_deassert() local
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce60/ |
H A D | hw_factory_dce60.c | 47 #define HPD_REG_LIST_DCE6(id) \ argument 58 #define hpd_regs(id) \ argument
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce80/ |
H A D | hw_factory_dce80.c | 47 #define HPD_REG_LIST_DCE8(id) \ argument 58 #define hpd_regs(id) \ argument
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls-core.c | 1594 struct v4l2_ctrl_handler *hdl, u32 id) in find_private_ref() 1615 struct v4l2_ctrl_ref *find_ref(struct v4l2_ctrl_handler *hdl, u32 id) in find_ref() 1642 struct v4l2_ctrl_ref *find_ref_lock(struct v4l2_ctrl_handler *hdl, u32 id) in find_ref_lock() 1655 struct v4l2_ctrl *v4l2_ctrl_find(struct v4l2_ctrl_handler *hdl, u32 id) in v4l2_ctrl_find() 1671 u32 id = ctrl->id; in handler_new_ref() local 1752 u32 id, const char *name, enum v4l2_ctrl_type type, in v4l2_ctrl_new() 2051 u32 id, s64 min, s64 max, u64 step, s64 def) in v4l2_ctrl_new_std() 2073 u32 id, u8 _max, u64 mask, u8 _def) in v4l2_ctrl_new_std_menu() 2105 const struct v4l2_ctrl_ops *ops, u32 id, u8 _max, in v4l2_ctrl_new_std_menu_items() 2138 const struct v4l2_ctrl_ops *ops, u32 id, in v4l2_ctrl_new_std_compound() [all …]
|
/openbmc/linux/drivers/soc/ti/ |
H A D | knav_qmss_queue.c | 193 knav_queue_match_id_to_inst(struct knav_device *kdev, unsigned id) in knav_queue_match_id_to_inst() 205 static inline struct knav_queue_inst *knav_queue_find_by_id(int id) in knav_queue_find_by_id() 219 unsigned id; in __knav_queue_open() local 261 knav_queue_open_by_id(const char *name, unsigned id, unsigned flags) in knav_queue_open_by_id() 505 unsigned id = inst->id - inst->qmgr->start_queue; in knav_queue_flush() local 526 void *knav_queue_open(const char *name, unsigned id, in knav_queue_open() 987 int id = region->id; in knav_queue_setup_region() local 1215 u32 temp[2], start, end, id, index; in knav_setup_queue_range() local 1669 static inline struct knav_qmgr_info *knav_find_qmgr(unsigned id) in knav_find_qmgr() 1684 unsigned id) in knav_queue_init_queue() [all …]
|
/openbmc/qemu/target/ppc/ |
H A D | arch_dump.c | 104 static void ppc_write_elf_prstatus(NoteFuncArg *arg, PowerPCCPU *cpu, int id) in ppc_write_elf_prstatus() 136 static void ppc_write_elf_fpregset(NoteFuncArg *arg, PowerPCCPU *cpu, int id) in ppc_write_elf_fpregset() 155 static void ppc_write_elf_vmxregset(NoteFuncArg *arg, PowerPCCPU *cpu, int id) in ppc_write_elf_vmxregset() 187 static void ppc_write_elf_vsxregset(NoteFuncArg *arg, PowerPCCPU *cpu, int id) in ppc_write_elf_vsxregset() 204 static void ppc_write_elf_speregset(NoteFuncArg *arg, PowerPCCPU *cpu, int id) in ppc_write_elf_speregset() 278 PowerPCCPU *cpu, int id, in ppc_write_all_elf_notes()
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | pm_nl_ctl.c | 464 u_int8_t id; in csf() local 585 u_int8_t id; in remove_addr() local 634 u_int32_t id = UINT_MAX; in announce_addr() local 763 u_int8_t id; in add_addr() local 893 u_int8_t id; in del_addr() local 958 uint8_t id; in print_addr() local 1083 u_int8_t id; in get_addr() local 1299 u_int8_t id; in set_flags() local
|
/openbmc/linux/net/devlink/ |
H A D | region.c | 31 u32 id; member 60 devlink_region_snapshot_get_by_id(struct devlink_region *region, u32 id) in devlink_region_snapshot_get_by_id() 279 static int __devlink_snapshot_id_increment(struct devlink *devlink, u32 id) in __devlink_snapshot_id_increment() 322 static void __devlink_snapshot_id_decrement(struct devlink *devlink, u32 id) in __devlink_snapshot_id_decrement() 365 static int __devlink_snapshot_id_insert(struct devlink *devlink, u32 id) in __devlink_snapshot_id_insert() 396 static int __devlink_region_snapshot_id_get(struct devlink *devlink, u32 *id) in __devlink_region_snapshot_id_get() 1216 int devlink_region_snapshot_id_get(struct devlink *devlink, u32 *id) in devlink_region_snapshot_id_get() 1232 void devlink_region_snapshot_id_put(struct devlink *devlink, u32 id) in devlink_region_snapshot_id_put()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn315/ |
H A D | hw_translate_dcn315.c | 68 enum gpio_id *id, in offset_to_id() 190 enum gpio_id id, in id_to_offset()
|
/openbmc/linux/drivers/ata/ |
H A D | ata_generic.c | 54 const struct pci_device_id *id = ap->host->private_data; in generic_set_mode() local 163 static int ata_generic_init_one(struct pci_dev *dev, const struct pci_device_id *id) in ata_generic_init_one()
|
/openbmc/linux/drivers/net/pse-pd/ |
H A D | pse_regulator.c | 27 pse_reg_ethtool_set_config(struct pse_controller_dev *pcdev, unsigned long id, in pse_reg_ethtool_set_config() 59 pse_reg_ethtool_get_status(struct pse_controller_dev *pcdev, unsigned long id, in pse_reg_ethtool_get_status()
|
/openbmc/linux/sound/soc/atmel/ |
H A D | atmel_wm8904.c | 135 int id, ret; in atmel_asoc_wm8904_probe() local 168 int id; in atmel_asoc_wm8904_remove() local
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | metric_report.hpp | 60 inline bool fillReport(nlohmann::json& json, const std::string& id, in fillReport() 113 const std::string& id) { in requestRoutesMetricReport()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_opp.h | 36 #define OPP_DPG_REG_LIST(id) \ argument 46 #define OPP_REG_LIST_DCN20(id) \ argument
|