/openbmc/linux/include/net/tc_act/ |
H A D | tc_sample.h | 23 return a->ops && a->ops->id == TCA_ID_SAMPLE; in is_tcf_sample()
|
/openbmc/linux/arch/arm/mach-orion5x/ |
H A D | ts78xx-fpga.h | 38 unsigned int id; member
|
/openbmc/qemu/linux-user/i386/ |
H A D | Makefile.vdso | 10 -Wl,--build-id=sha1 -Wl,--hash-style=both \
|
/openbmc/u-boot/drivers/spmi/ |
H A D | spmi-uclass.c | 36 .id = UCLASS_SPMI,
|
/openbmc/qemu/include/hw/misc/ |
H A D | mps2-scc.h | 61 uint32_t id; member
|
/openbmc/u-boot/drivers/axi/ |
H A D | axi-uclass.c | 34 .id = UCLASS_AXI,
|
/openbmc/linux/drivers/soundwire/ |
H A D | intel_auxdevice.c | 71 if (slave->id.part_id == wake_capable_list[i].part_id && in is_wake_capable() 72 slave->id.mfg_id == wake_capable_list[i].mfg_id) in is_wake_capable() 229 sdw->instance = auxdev->id; in intel_link_probe() 240 bus->link_id = auxdev->id; in intel_link_probe()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/ |
H A D | mcu.c | 160 __le32 id; in mt7601u_mcu_function_select() member 163 .id = cpu_to_le32(func), in mt7601u_mcu_function_select() 197 __le32 id; in mt7601u_mcu_calibrate() member 200 .id = cpu_to_le32(cal), in mt7601u_mcu_calibrate()
|
/openbmc/linux/drivers/media/usb/gspca/ |
H A D | conex.c | 748 const struct usb_device_id *id) in sd_config() argument 876 switch (ctrl->id) { in sd_s_ctrl() 935 const struct usb_device_id *id) in sd_probe() argument 937 return gspca_dev_probe(intf, id, &sd_desc, sizeof(struct sd), in sd_probe()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | pnp.rst | 26 - id - displays a list of support EISA IDs 211 {.id = "PNP0400", .driver_data = 0}, 213 {.id = "PNP0401", .driver_data = 0}, 214 {.id = ""}
|
/openbmc/linux/drivers/usb/musb/ |
H A D | mediatek.c | 59 glue->clks[0].id = "main"; in mtk_musb_clks_get() 60 glue->clks[1].id = "mcu"; in mtk_musb_clks_get() 61 glue->clks[2].id = "univpll"; in mtk_musb_clks_get() 396 .id = PLATFORM_DEVID_AUTO,
|
/openbmc/linux/drivers/media/platform/amphion/ |
H A D | vpu_dbg.c | 422 scnprintf(name, sizeof(name), "instance.%d.%d", inst->core->id, inst->id); in vpu_inst_create_dbgfs_file() 456 scnprintf(name, sizeof(name), "core.%d", core->id); in vpu_core_create_dbgfs_file() 464 scnprintf(name, sizeof(name), "fwlog.%d", core->id); in vpu_core_create_dbgfs_file()
|
/openbmc/linux/drivers/nfc/pn533/ |
H A D | usb.c | 478 const struct usb_device_id *id) in pn533_usb_probe() argument 543 switch (id->driver_info) { in pn533_usb_probe() 567 id->driver_info); in pn533_usb_probe() 572 priv = pn53x_common_init(id->driver_info, protocol_type, in pn533_usb_probe()
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | ad7879.c | 555 input_dev->id.bustype = bustype; in ad7879_probe() 580 input_dev->id.product = (revid & 0xff); in ad7879_probe() 581 input_dev->id.version = revid >> 8; in ad7879_probe() 582 if (input_dev->id.product != devid) { in ad7879_probe()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/ |
H A D | webkitgtk3_2.44.3.bb | 128 # https://bugs.webkit.org/show_bug.cgi?id=242172 150 # https://bugs.webkit.org/show_bug.cgi?id=100450, but this was closed as 166 # https://bugzilla.yoctoproject.org/show_bug.cgi?id=9474 167 # https://bugs.webkit.org/show_bug.cgi?id=159880
|
/openbmc/linux/drivers/spi/ |
H A D | spi-sprd-adi.c | 36 #define REG_ADI_CHN_ADDR(id) (0x44 + (id - 2) * 4) argument 533 pdev->id = of_alias_get_id(np, "spi"); in sprd_adi_probe() 580 ctlr->bus_num = pdev->id; in sprd_adi_probe()
|
/openbmc/linux/drivers/iio/adc/ |
H A D | mcp3911.c | 60 #define MCP3911_REG_READ(reg, id) ((((reg) << 1) | ((id) << 6) | (1 << 0)) & 0xff) argument 61 #define MCP3911_REG_WRITE(reg, id) ((((reg) << 1) | ((id) << 6) | (0 << 0)) & 0xff) argument
|
/openbmc/linux/drivers/mtd/spi-nor/ |
H A D | core.h | 506 u8 id[SPI_NOR_MAX_ID_LEN]; member 551 .id = { SPI_NOR_ID_3ITEMS(_jedec_id), SPI_NOR_ID_2ITEMS(_ext_id) }, \ 555 .id = { SPI_NOR_ID_3ITEMS(_jedec_id), SPI_NOR_ID_3ITEMS(_ext_id) }, \ 670 int spi_nor_read_id(struct spi_nor *nor, u8 naddr, u8 ndummy, u8 *id,
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | pmic8xxx-keypad.c | 557 kp->input->id.bustype = BUS_I2C; in pmic8xxx_kp_probe() 558 kp->input->id.version = 0x0001; in pmic8xxx_kp_probe() 559 kp->input->id.product = 0x0001; in pmic8xxx_kp_probe() 560 kp->input->id.vendor = 0x0001; in pmic8xxx_kp_probe()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | tas2562.c | 611 .id = 0, 736 const struct i2c_device_id *id; in tas2562_probe() local 742 id = i2c_match_id(tas2562_id, client); in tas2562_probe() 745 data->model_id = id->driver_data; in tas2562_probe()
|
H A D | mc13783.c | 204 if (dai->id == MC13783_ID_STEREO_DAC) in mc13783_set_fmt_async() 665 .id = MC13783_ID_STEREO_DAC, 676 .id = MC13783_ID_STEREO_CODEC, 698 .id = MC13783_ID_SYNC,
|
/openbmc/qemu/tests/qtest/ |
H A D | isl_pmbus_vr-test.c | 31 static uint16_t qmp_isl_pmbus_vr_get(const char *id, const char *property) in qmp_isl_pmbus_vr_get() argument 37 "'property': %s } }", id, property); in qmp_isl_pmbus_vr_get() 44 static void qmp_isl_pmbus_vr_set(const char *id, in qmp_isl_pmbus_vr_set() argument 51 "'property': %s, 'value': %u } }", id, property, value); in qmp_isl_pmbus_vr_set()
|
/openbmc/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bna_types.h | 250 int id; member 439 int id; member 567 int id; member 638 int id; member
|
/openbmc/qemu/qga/ |
H A D | commands.c | 46 int64_t qmp_guest_sync_delimited(int64_t id, Error **errp) in qmp_guest_sync_delimited() argument 49 return id; in qmp_guest_sync_delimited() 52 int64_t qmp_guest_sync(int64_t id, Error **errp) in qmp_guest_sync() argument 54 return id; in qmp_guest_sync()
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ |
H A D | 0019-Align-PSA-Crypto-with-TF-Mv2.1.patch | 228 + * \brief This macro is used to extract the group_id from an encoded function id 258 psa_key_id_t key_id; /*!< Key id */ 289 - psa_key_id_t id; 293 + uint32_t id;
|