Home
last modified time | relevance | path

Searched refs:desc (Results 2051 – 2075 of 4077) sorted by relevance

1...<<81828384858687888990>>...164

/openbmc/qemu/roms/
H A Dedk2-build.py210 desc = None
212 desc = b['desc']
324 desc = 'no description'
326 desc = cfg[build]['desc']
/openbmc/linux/drivers/usb/misc/
H A Dlvstest.c60 udev->ep0.desc.wMaxPacketSize = cpu_to_le16(512); in create_lvs_device()
396 struct usb_host_interface *desc; in lvs_rh_probe() local
403 desc = intf->cur_altsetting; in lvs_rh_probe()
405 ret = usb_find_int_in_endpoint(desc, &endpoint); in lvs_rh_probe()
/openbmc/linux/drivers/phy/samsung/
H A Dphy-exynos-mipi-video.c257 #define to_mipi_video_phy(desc) \ argument
258 container_of((desc), struct exynos_mipi_video_phy, phys[(desc)->index])
/openbmc/linux/arch/arm/mach-orion5x/
H A Ddns323-setup.c317 .desc = "Reset Button",
322 .desc = "Power Button",
336 .desc = "Power Button",
/openbmc/linux/include/linux/regulator/
H A Ddriver.h616 const struct regulator_desc *desc; member
774 int regulator_desc_list_voltage_linear_range(const struct regulator_desc *desc,
777 int regulator_desc_list_voltage_linear(const struct regulator_desc *desc,
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib.h250 memcpy(entry->data, txq->desc, entry->data_size); in cudbg_fill_qdesc_txq()
262 memcpy(entry->data, rxq->desc, entry->data_size); in cudbg_fill_qdesc_rxq()
274 memcpy(entry->data, flq->desc, entry->data_size); in cudbg_fill_qdesc_flq()
/openbmc/linux/tools/net/ynl/
H A Dethtool.py39 def print_field(reply, *desc): argument
44 if len(desc) == 0:
47 for spec in desc:
/openbmc/linux/arch/m68k/mac/
H A Dvia.c382 void via1_irq(struct irq_desc *desc) in via1_irq() argument
418 static void via2_irq(struct irq_desc *desc) in via2_irq() argument
444 static void via_nubus_irq(struct irq_desc *desc) in via_nubus_irq() argument
/openbmc/linux/drivers/gpu/drm/sti/
H A Dsti_mixer.c243 switch (plane->desc) { in sti_mixer_set_plane_depth()
263 DRM_ERROR("Unknown plane %d\n", plane->desc); in sti_mixer_set_plane_depth()
316 switch (plane->desc) { in sti_mixer_get_plane_mask()
/openbmc/qemu/hw/arm/
H A Dhighbank.c146 dc->desc = "Calxeda Highbank registers"; in highbank_regs_class_init()
352 mc->desc = "Calxeda Highbank (ECX-1000)"; in highbank_class_init()
376 mc->desc = "Calxeda Midway (ECX-2000)"; in midway_class_init()
H A Domap_sx1.c213 mc->desc = "Siemens SX1 (OMAP310) V2"; in sx1_machine_v2_class_init()
231 mc->desc = "Siemens SX1 (OMAP310) V1"; in sx1_machine_v1_class_init()
/openbmc/linux/drivers/media/rc/
H A Dstreamzap.c287 if (iface_host->desc.bNumEndpoints != 1) { in streamzap_probe()
289 __func__, iface_host->desc.bNumEndpoints); in streamzap_probe()
294 endpoint = &iface_host->endpoint[0].desc; in streamzap_probe()
H A Dimon_raw.c118 for (i = 0; i < idesc->desc.bNumEndpoints; i++) { in imon_probe()
119 struct usb_endpoint_descriptor *ep = &idesc->endpoint[i].desc; in imon_probe()
/openbmc/linux/drivers/regulator/
H A Dtps65219-regulator.c146 dev->desc->enable_mask); in tps65219_set_mode()
151 dev->desc->enable_mask); in tps65219_set_mode()
166 __func__, dev->desc->name, ret); in tps65219_get_mode()
H A Dhi655x-regulator.c78 return (value & rdev->desc->enable_mask); in hi655x_is_enabled()
86 rdev->desc->enable_mask); in hi655x_disable()
H A Dtps68470-regulator.c63 if (rdev->desc->id == TPS68470_CORE) { in tps68470_regulator_enable()
78 if (rdev->desc->id == TPS68470_CORE) in tps68470_regulator_disable()
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_cec.c161 struct drm_dp_desc desc; in drm_dp_cec_adap_status() local
162 struct drm_dp_dpcd_ident *id = &desc.ident; in drm_dp_cec_adap_status()
164 if (drm_dp_read_desc(aux, &desc, true)) in drm_dp_cec_adap_status()
/openbmc/linux/arch/powerpc/kernel/
H A Dvmlinux.lds.S321 .machine.desc : AT(ADDR(.machine.desc) - LOAD_OFFSET) {
323 KEEP(*(.machine.desc)) argument
/openbmc/qemu/semihosting/
H A Dstubs-system.c20 .desc = {
/openbmc/qemu/hw/rx/
H A Drx-gdbsim.c178 mc->desc = "gdb simulator (R5F562N7 MCU and external RAM)"; in rx62n7_class_init()
188 mc->desc = "gdb simulator (R5F562N8 MCU and external RAM)"; in rx62n8_class_init()
/openbmc/qemu/hw/microblaze/
H A Dxlnx-zynqmp-pmu.c185 mc->desc = "Xilinx ZynqMP PMU machine (big endian)"; in xlnx_zynqmp_pmu_machine_init()
188 mc->desc = "Xilinx ZynqMP PMU machine (little endian)"; in xlnx_zynqmp_pmu_machine_init()
/openbmc/linux/sound/soc/codecs/
H A Dmax9759.c74 gpiod_set_value_cansleep(priv->gpiod_gain->desc[0], in speaker_gain_control_put()
77 gpiod_set_value_cansleep(priv->gpiod_gain->desc[1], in speaker_gain_control_put()
/openbmc/linux/drivers/net/ethernet/cisco/enic/
H A Dvnic_rq.h62 void *desc; member
98 return rq->to_use->desc; in vnic_rq_next_desc()
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_intf.h160 const char * desc; member
170 char desc[128]; member
/openbmc/linux/sound/soc/sof/amd/
H A Dacp-stream.c29 const struct sof_amd_acp_desc *desc = get_chip_info(sdev->pdata); in acp_dsp_stream_config() local
102 reg_val = desc->sram_pte_offset + offset; in acp_dsp_stream_config()

1...<<81828384858687888990>>...164