/openbmc/linux/sound/drivers/mpu401/ |
H A D | mpu401.c | 22 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */ variable 132 const struct pnp_device_id *id) in snd_mpu401_pnp() 158 const struct pnp_device_id *id) in snd_mpu401_pnp_probe()
|
/openbmc/linux/drivers/clk/sunxi/ |
H A D | clk-sun9i-mmc.c | 35 unsigned long id) in sun9i_mmc_reset_assert() 57 unsigned long id) in sun9i_mmc_reset_deassert() 79 unsigned long id) in sun9i_mmc_reset_reset()
|
/openbmc/linux/drivers/crypto/marvell/octeontx2/ |
H A D | otx2_cpt_devlink.c | 6 static int otx2_cpt_dl_egrp_create(struct devlink *dl, u32 id, in otx2_cpt_dl_egrp_create() 15 static int otx2_cpt_dl_egrp_delete(struct devlink *dl, u32 id, in otx2_cpt_dl_egrp_delete() 24 static int otx2_cpt_dl_uc_info(struct devlink *dl, u32 id, in otx2_cpt_dl_uc_info()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-elektor.c | 196 static int elektor_match(struct device *dev, unsigned int id) in elektor_match() 255 static int elektor_probe(struct device *dev, unsigned int id) in elektor_probe() 284 static void elektor_remove(struct device *dev, unsigned int id) in elektor_remove()
|
/openbmc/linux/drivers/pinctrl/samsung/ |
H A D | pinctrl-s3c64xx.c | 96 #define PIN_BANK_4BIT(pins, reg, id) \ argument 105 #define PIN_BANK_4BIT_EINTG(pins, reg, id, eoffs) \ argument 117 #define PIN_BANK_4BIT_EINTW(pins, reg, id, eoffs, emask) \ argument 129 #define PIN_BANK_4BIT2_EINTG(pins, reg, id, eoffs) \ argument 141 #define PIN_BANK_4BIT2_EINTW(pins, reg, id, eoffs, emask) \ argument 153 #define PIN_BANK_4BIT2_ALIVE(pins, reg, id) \ argument 162 #define PIN_BANK_2BIT(pins, reg, id) \ argument 171 #define PIN_BANK_2BIT_EINTG(pins, reg, id, eoffs, emask) \ argument 183 #define PIN_BANK_2BIT_EINTW(pins, reg, id, eoffs) \ argument
|
/openbmc/linux/drivers/ps3/ |
H A D | ps3av.c | 481 static void ps3av_set_videomode_packet(u32 id) in ps3av_set_videomode_packet() 529 static void ps3av_set_videomode_cont(u32 id, u32 old_id) in ps3av_set_videomode_cont() 581 unsigned id:4; member 628 enum ps3av_mode_num id; in ps3av_hdmi_get_id() local 662 char id[sizeof(info->monitor_id)*3+1]; in ps3av_monitor_info_dump() local 753 int i, res, id = 0, dvi = 0, rgb = 0; in ps3av_auto_videomode() local 830 int ps3av_set_video_mode(int id) in ps3av_set_video_mode() 876 int ps3av_video_mode2res(u32 id, u32 *xres, u32 *yres) in ps3av_video_mode2res() 927 int id; in ps3av_probe() local
|
/openbmc/u-boot/cmd/ |
H A D | mtdparts.c | 328 static int part_validate_eraseblock(struct mtdids *id, struct part_info *part) in part_validate_eraseblock() 415 static int part_validate(struct mtdids *id, struct part_info *part) in part_validate() 844 struct mtdids *id; in device_parse() local 988 struct mtdids *id; in id_find() local 1012 struct mtdids *id; in id_find_by_mtd_id() local 1042 int mtd_id_parse(const char *id, const char **ret_id, u8 *dev_type, in mtd_id_parse() 1347 int find_dev_and_part(const char *id, struct mtd_device **dev, 1407 static int delete_partition(const char *id) 1615 struct mtdids *id; local 1998 struct mtdids *id; local
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
H A D | padgm200.c | 61 gm200_i2c_pad_s_new(struct nvkm_i2c *i2c, int id, struct nvkm_i2c_pad **ppad) in gm200_i2c_pad_s_new() 73 gm200_i2c_pad_x_new(struct nvkm_i2c *i2c, int id, struct nvkm_i2c_pad **ppad) in gm200_i2c_pad_x_new()
|
H A D | padg94.c | 61 g94_i2c_pad_s_new(struct nvkm_i2c *i2c, int id, struct nvkm_i2c_pad **ppad) in g94_i2c_pad_s_new() 73 g94_i2c_pad_x_new(struct nvkm_i2c *i2c, int id, struct nvkm_i2c_pad **ppad) in g94_i2c_pad_x_new()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | ior.c | 34 nvkm_ior_find(struct nvkm_disp *disp, enum nvkm_ior_type type, int id) in nvkm_ior_find() 58 enum nvkm_ior_type type, int id, bool hda) in nvkm_ior_new_()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | sddr2.c | 29 int id; member 34 ramxlat(const struct ramxlat *xlat, int id) in ramxlat()
|
/openbmc/linux/drivers/clk/at91/ |
H A D | sam9x60.c | 79 u8 id; member 95 u8 id; member 150 u8 id; member
|
/openbmc/linux/drivers/mfd/ |
H A D | tps65911-comparator.c | 53 static int comp_threshold_set(struct tps65910 *tps65910, int id, int voltage) in comp_threshold_set() 77 static int comp_threshold_get(struct tps65910 *tps65910, int id) in comp_threshold_get() 96 int id, uVolt; in comp_threshold_show() local
|
/openbmc/linux/net/bluetooth/cmtp/ |
H A D | core.c | 91 int i, id = -1; in cmtp_alloc_block_id() local 102 static inline void cmtp_free_block_id(struct cmtp_session *session, int id) in cmtp_free_block_id() 107 static inline void cmtp_add_msgpart(struct cmtp_session *session, int id, const unsigned char *buf,… in cmtp_add_msgpart() 134 __u8 hdr, hdrlen, id; in cmtp_recv_frame() local
|
/openbmc/qemu/include/hw/xen/interface/io/ |
H A D | blkif.h | 642 uint64_t id; /* private guest value, echoed in resp */ member 657 uint64_t id; /* private guest value, echoed in resp */ member 667 uint64_t id; /* private guest value, echoed in resp */ member 678 uint64_t id; /* copied from request */ member
|
/openbmc/linux/net/caif/ |
H A D | cfmuxl.c | 75 static struct cflayer *get_from_id(struct list_head *list, u16 id) in get_from_id() 123 static struct cflayer *get_up(struct cfmuxl *muxl, u16 id) in get_up() 151 struct cflayer *cfmuxl_remove_uplayer(struct cflayer *layr, u8 id) in cfmuxl_remove_uplayer() 178 u8 id; in cfmuxl_receive() local
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/tests/ |
H A D | test.js | 12 "id": 22, property in AnonymousFunction03e50b550100.layer 23 "id": 9, property in AnonymousFunction03e50b550100.AnonymousClass03e50b550201 32 "id": 10, property in AnonymousFunction03e50b550100.AnonymousClass03e50b550301 70 "id": 1, property in layer
|
/openbmc/openpower-debug-collector/dump/ |
H A D | sbe_dump_collector.cpp | 36 void SbeDumpCollector::collectDump(uint8_t type, uint32_t id, in collectDump() 138 uint8_t type, uint32_t id, const std::filesystem::path& path, in spawnDumpCollectionProcesses() 278 struct pdbg_target* chip, const std::filesystem::path& path, uint32_t id, in collectDumpFromSBE() 335 const std::filesystem::path& path, const uint32_t id, in writeDumpFile()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | dma.c | 41 #define Q_CONFIG(q, wfdma, int, id) do { \ in mt7915_dma_config() argument 48 #define MCUQ_CONFIG(q, wfdma, int, id) Q_CONFIG(q, (wfdma), (int), (id)) in mt7915_dma_config() argument 49 #define RXQ_CONFIG(q, wfdma, int, id) Q_CONFIG(__RXQ(q), (wfdma), (int), (id)) in mt7915_dma_config() argument 50 #define TXQ_CONFIG(q, wfdma, int, id) Q_CONFIG(__TXQ(q), (wfdma), (int), (id)) in mt7915_dma_config() argument
|
/openbmc/linux/include/xen/interface/io/ |
H A D | blkif.h | 200 uint64_t id; /* private guest value, echoed in resp */ member 212 uint64_t id; /* private guest value, echoed in resp */ member 224 uint64_t id; /* private guest value, echoed in resp */ member 233 uint64_t id; member 256 uint64_t id; /* copied from request */ member
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | devcom.c | 27 enum mlx5_devcom_component id; member 110 mlx5_devcom_comp_alloc(u64 id, u64 key, mlx5_devcom_event_handler_t handler) in mlx5_devcom_comp_alloc() 178 enum mlx5_devcom_component id, in devcom_component_equal() 186 enum mlx5_devcom_component id, in devcom_component_get() 210 enum mlx5_devcom_component id, in mlx5_devcom_register_component()
|
/openbmc/linux/drivers/mailbox/ |
H A D | sprd-mailbox.c | 108 int i, id; in do_outbox_isr() local 158 u32 fifo_sts, send_sts, busy, id; in sprd_mbox_inbox_isr() local 199 unsigned long id = (unsigned long)chan->con_priv; in sprd_mbox_send_data() local 218 unsigned long id = (unsigned long)chan->con_priv; in sprd_mbox_flush() local 306 unsigned long id, supp; in sprd_mbox_probe() local
|
/openbmc/linux/drivers/platform/x86/intel/ |
H A D | vsec.c | 55 u16 id; member 70 static const char *intel_vsec_name(enum intel_vsec_id id) in intel_vsec_name() 93 static bool intel_vsec_supported(u16 id, unsigned long caps) in intel_vsec_supported() 138 int ret, id; in intel_vsec_add_aux() local 361 static int intel_vsec_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id) in intel_vsec_pci_probe()
|
/openbmc/linux/drivers/phy/microchip/ |
H A D | sparx5_serdes.h | 51 int id, int tinst, int tcnt, in sdx5_addr() 79 int id, int tinst, int tcnt, in sdx5_rmw() 94 int id, int tinst, int tcnt, in sdx5_inst_rmw() 118 int id, int tinst) in sdx5_inst_get() 124 int id, int tinst, int tcnt, in sdx5_inst_addr()
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | cmd-db.c | 37 u8 id[8]; member 144 static int cmd_db_get_header(const char *id, const struct entry_header **eh, in cmd_db_get_header() 193 u32 cmd_db_read_addr(const char *id) in cmd_db_read_addr() 212 const void *cmd_db_read_aux_data(const char *id, size_t *len) in cmd_db_read_aux_data() 260 enum cmd_db_hw_type cmd_db_read_slave_id(const char *id) in cmd_db_read_slave_id()
|