/openbmc/linux/drivers/ |
H A D | Kconfig | 6 source "drivers/amba/Kconfig" 7 source "drivers/eisa/Kconfig" 8 source "drivers/pci/Kconfig" 9 source "drivers/cxl/Kconfig" 10 source "drivers/pcmcia/Kconfig" 11 source "drivers/rapidio/Kconfig" 14 source "drivers/base/Kconfig" 16 source "drivers/bus/Kconfig" 18 source "drivers/cache/Kconfig" 20 source "drivers/connector/Kconfig" [all …]
|
/openbmc/qemu/hw/ |
H A D | Kconfig | 2 source 9pfs/Kconfig 3 source acpi/Kconfig 4 source adc/Kconfig 5 source audio/Kconfig 6 source block/Kconfig 7 source char/Kconfig 8 source core/Kconfig 9 source cxl/Kconfig 10 source display/Kconfig 11 source dma/Kconfig [all …]
|
/openbmc/u-boot/drivers/ |
H A D | Kconfig | 3 source "drivers/core/Kconfig" 7 source "drivers/adc/Kconfig" 9 source "drivers/ata/Kconfig" 11 source "drivers/axi/Kconfig" 13 source "drivers/block/Kconfig" 15 source "drivers/bootcount/Kconfig" 17 source "drivers/clk/Kconfig" 19 source "drivers/cpu/Kconfig" 21 source "drivers/crypto/Kconfig" 23 source "drivers/ddr/Kconfig" [all …]
|
/openbmc/sdeventplus/src/sdeventplus/internal/ |
H A D | sdevent.cpp | 31 sd_event* event, sd_event_source** source, int fd, uint32_t events, in sd_event_add_io() argument 34 return ::sd_event_add_io(event, source, fd, events, callback, userdata); in sd_event_add_io() 38 sd_event* event, sd_event_source** source, clockid_t clock, uint64_t usec, in sd_event_add_time() argument 41 return ::sd_event_add_time(event, source, clock, usec, accuracy, callback, in sd_event_add_time() 45 int SdEventImpl::sd_event_add_defer(sd_event* event, sd_event_source** source, in sd_event_add_defer() argument 49 return ::sd_event_add_defer(event, source, callback, userdata); in sd_event_add_defer() 52 int SdEventImpl::sd_event_add_post(sd_event* event, sd_event_source** source, in sd_event_add_post() argument 56 return ::sd_event_add_post(event, source, callback, userdata); in sd_event_add_post() 59 int SdEventImpl::sd_event_add_exit(sd_event* event, sd_event_source** source, in sd_event_add_exit() argument 63 return ::sd_event_add_exit(event, source, callback, userdata); in sd_event_add_exit() [all …]
|
H A D | sdevent.hpp | 23 virtual int sd_event_add_io(sd_event* event, sd_event_source** source, 27 sd_event* event, sd_event_source** source, clockid_t clock, 30 virtual int sd_event_add_signal(sd_event* event, sd_event_source** source, 34 sd_event* event, sd_event_source** source, pid_t, int options, 36 virtual int sd_event_add_defer(sd_event* event, sd_event_source** source, 39 virtual int sd_event_add_post(sd_event* event, sd_event_source** source, 42 virtual int sd_event_add_exit(sd_event* event, sd_event_source** source, 61 sd_event_source_ref(sd_event_source* source) const = 0; 63 sd_event_source_unref(sd_event_source* source) const = 0; 66 sd_event_source_get_userdata(sd_event_source* source) const = 0; [all …]
|
/openbmc/linux/drivers/net/ethernet/ |
H A D | Kconfig | 21 source "drivers/net/ethernet/3com/Kconfig" 22 source "drivers/net/ethernet/actions/Kconfig" 23 source "drivers/net/ethernet/adaptec/Kconfig" 24 source "drivers/net/ethernet/aeroflex/Kconfig" 25 source "drivers/net/ethernet/agere/Kconfig" 26 source "drivers/net/ethernet/alacritech/Kconfig" 27 source "drivers/net/ethernet/allwinner/Kconfig" 28 source "drivers/net/ethernet/alteon/Kconfig" 29 source "drivers/net/ethernet/altera/Kconfig" 30 source "drivers/net/ethernet/amazon/Kconfig" [all …]
|
/openbmc/linux/drivers/soc/ |
H A D | Kconfig | 4 source "drivers/soc/actions/Kconfig" 5 source "drivers/soc/amlogic/Kconfig" 6 source "drivers/soc/apple/Kconfig" 7 source "drivers/soc/aspeed/Kconfig" 8 source "drivers/soc/atmel/Kconfig" 9 source "drivers/soc/bcm/Kconfig" 10 source "drivers/soc/canaan/Kconfig" 11 source "drivers/soc/fsl/Kconfig" 12 source "drivers/soc/fujitsu/Kconfig" 13 source "drivers/soc/hisilicon/Kconfig" [all …]
|
/openbmc/u-boot/drivers/qe/ |
H A D | uccf.c | 93 int source = -1; in ucc_set_clk_src() local 109 case QE_BRG1: source = 1; break; in ucc_set_clk_src() 110 case QE_BRG2: source = 2; break; in ucc_set_clk_src() 111 case QE_BRG7: source = 3; break; in ucc_set_clk_src() 112 case QE_BRG8: source = 4; break; in ucc_set_clk_src() 113 case QE_CLK9: source = 5; break; in ucc_set_clk_src() 114 case QE_CLK10: source = 6; break; in ucc_set_clk_src() 115 case QE_CLK11: source = 7; break; in ucc_set_clk_src() 116 case QE_CLK12: source = 8; break; in ucc_set_clk_src() 117 case QE_CLK15: source = 9; break; in ucc_set_clk_src() [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_pipe_crc.c | 55 static int i8xx_pipe_crc_ctl_reg(enum intel_pipe_crc_source *source, in i8xx_pipe_crc_ctl_reg() argument 58 if (*source == INTEL_PIPE_CRC_SOURCE_AUTO) in i8xx_pipe_crc_ctl_reg() 59 *source = INTEL_PIPE_CRC_SOURCE_PIPE; in i8xx_pipe_crc_ctl_reg() 61 switch (*source) { in i8xx_pipe_crc_ctl_reg() 77 enum intel_pipe_crc_source *source) in i9xx_pipe_crc_auto_source() argument 83 *source = INTEL_PIPE_CRC_SOURCE_PIPE; in i9xx_pipe_crc_auto_source() 97 *source = INTEL_PIPE_CRC_SOURCE_TV; in i9xx_pipe_crc_auto_source() 104 *source = INTEL_PIPE_CRC_SOURCE_DP_B; in i9xx_pipe_crc_auto_source() 107 *source = INTEL_PIPE_CRC_SOURCE_DP_C; in i9xx_pipe_crc_auto_source() 110 *source = INTEL_PIPE_CRC_SOURCE_DP_D; in i9xx_pipe_crc_auto_source() [all …]
|
/openbmc/qemu/target/ |
H A D | Kconfig | 1 source alpha/Kconfig 2 source arm/Kconfig 3 source avr/Kconfig 4 source hppa/Kconfig 5 source i386/Kconfig 6 source loongarch/Kconfig 7 source m68k/Kconfig 8 source microblaze/Kconfig 9 source mips/Kconfig 10 source openrisc/Kconfig [all …]
|
/openbmc/linux/drivers/media/pci/ |
H A D | Kconfig | 16 source "drivers/media/pci/solo6x10/Kconfig" 17 source "drivers/media/pci/sta2x11/Kconfig" 18 source "drivers/media/pci/tw5864/Kconfig" 19 source "drivers/media/pci/tw68/Kconfig" 20 source "drivers/media/pci/tw686x/Kconfig" 21 source "drivers/media/pci/zoran/Kconfig" 28 source "drivers/media/pci/dt3155/Kconfig" 29 source "drivers/media/pci/ivtv/Kconfig" 30 source "drivers/media/pci/saa7146/Kconfig" 37 source "drivers/media/pci/bt8xx/Kconfig" [all …]
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | rsmisc.c | 40 void *source; in acpi_rs_convert_aml_to_resource() local 79 source = ACPI_ADD_PTR(void, aml, info->aml_offset); in acpi_rs_convert_aml_to_resource() 106 ((ACPI_GET8(source) >> info->value) & 0x01)); in acpi_rs_convert_aml_to_resource() 114 ((ACPI_GET8(source) >> info->value) & 0x03)); in acpi_rs_convert_aml_to_resource() 122 ((ACPI_GET8(source) >> info->value) & 0x07)); in acpi_rs_convert_aml_to_resource() 130 ((ACPI_GET8(source) >> info->value) & 0x3F)); in acpi_rs_convert_aml_to_resource() 135 item_count = ACPI_GET8(source); in acpi_rs_convert_aml_to_resource() 154 item_count = ACPI_GET16(target) - ACPI_GET16(source); in acpi_rs_convert_aml_to_resource() 163 item_count = ACPI_GET8(source); in acpi_rs_convert_aml_to_resource() 182 ACPI_GET16(target) - ACPI_GET16(source); in acpi_rs_convert_aml_to_resource() [all …]
|
/openbmc/linux/sound/soc/ |
H A D | Kconfig | 80 source "sound/soc/adi/Kconfig" 81 source "sound/soc/amd/Kconfig" 82 source "sound/soc/apple/Kconfig" 83 source "sound/soc/atmel/Kconfig" 84 source "sound/soc/au1x/Kconfig" 85 source "sound/soc/bcm/Kconfig" 86 source "sound/soc/cirrus/Kconfig" 87 source "sound/soc/dwc/Kconfig" 88 source "sound/soc/fsl/Kconfig" 89 source "sound/soc/google/Kconfig" [all …]
|
/openbmc/linux/drivers/staging/ |
H A D | Kconfig | 27 source "drivers/staging/wlan-ng/Kconfig" 29 source "drivers/staging/olpc_dcon/Kconfig" 31 source "drivers/staging/rtl8192u/Kconfig" 33 source "drivers/staging/rtl8192e/Kconfig" 35 source "drivers/staging/rtl8723bs/Kconfig" 37 source "drivers/staging/rtl8712/Kconfig" 39 source "drivers/staging/rts5208/Kconfig" 41 source "drivers/staging/octeon/Kconfig" 43 source "drivers/staging/vt6655/Kconfig" 45 source "drivers/staging/vt6656/Kconfig" [all …]
|
/openbmc/qemu/io/ |
H A D | channel-watch.c | 58 qio_channel_fd_source_prepare(GSource *source G_GNUC_UNUSED, in qio_channel_fd_source_prepare() 68 qio_channel_fd_source_check(GSource *source) in qio_channel_fd_source_check() argument 70 QIOChannelFDSource *ssource = (QIOChannelFDSource *)source; in qio_channel_fd_source_check() 77 qio_channel_fd_source_dispatch(GSource *source, in qio_channel_fd_source_dispatch() argument 82 QIOChannelFDSource *ssource = (QIOChannelFDSource *)source; in qio_channel_fd_source_dispatch() 91 qio_channel_fd_source_finalize(GSource *source) in qio_channel_fd_source_finalize() argument 93 QIOChannelFDSource *ssource = (QIOChannelFDSource *)source; in qio_channel_fd_source_finalize() 101 qio_channel_socket_source_prepare(GSource *source G_GNUC_UNUSED, in qio_channel_socket_source_prepare() 115 qio_channel_socket_source_check(GSource *source) in qio_channel_socket_source_check() argument 118 QIOChannelSocketSource *ssource = (QIOChannelSocketSource *)source; in qio_channel_socket_source_check() [all …]
|
/openbmc/qemu/scripts/qapi/ |
H A D | expr.py | 47 from .source import QAPISourceInfo 58 source: str) -> None: 65 raise QAPISemError(info, "%s requires a string name" % source) 68 def check_name_str(name: str, info: QAPISourceInfo, source: str) -> str: 90 raise QAPISemError(info, "%s has an invalid name" % source) 94 def check_name_upper(name: str, info: QAPISourceInfo, source: str) -> None: 108 stem = check_name_str(name, info, source) 111 info, "name of %s must not use lowercase or '-'" % source) 114 def check_name_lower(name: str, info: QAPISourceInfo, source: str, 132 stem = check_name_str(name, info, source) [all …]
|
/openbmc/sdbusplus/include/sdbusplus/ |
H A D | event.hpp | 16 class source class 21 source() = default; 22 explicit source(event& e) : ev(&e) {} in source() function in sdbusplus::event::source 24 source(const source&) = delete; 25 source(source&&); 26 source& operator=(const source&) = delete; 27 source& operator=(source&&); 28 ~source(); 31 source(event& e, sd_event_source*& s) : ev(&e) in source() function in sdbusplus::event::source 72 condition(source&& s, int&& f) : in condition() [all …]
|
/openbmc/linux/drivers/net/wireless/ |
H A D | Kconfig | 21 source "drivers/net/wireless/admtek/Kconfig" 22 source "drivers/net/wireless/ath/Kconfig" 23 source "drivers/net/wireless/atmel/Kconfig" 24 source "drivers/net/wireless/broadcom/Kconfig" 25 source "drivers/net/wireless/cisco/Kconfig" 26 source "drivers/net/wireless/intel/Kconfig" 27 source "drivers/net/wireless/intersil/Kconfig" 28 source "drivers/net/wireless/marvell/Kconfig" 29 source "drivers/net/wireless/mediatek/Kconfig" 30 source "drivers/net/wireless/microchip/Kconfig" [all …]
|
/openbmc/linux/drivers/media/usb/ |
H A D | Kconfig | 16 source "drivers/media/usb/gspca/Kconfig" 17 source "drivers/media/usb/pwc/Kconfig" 18 source "drivers/media/usb/s2255/Kconfig" 19 source "drivers/media/usb/usbtv/Kconfig" 20 source "drivers/media/usb/uvc/Kconfig" 27 source "drivers/media/usb/go7007/Kconfig" 28 source "drivers/media/usb/hdpvr/Kconfig" 29 source "drivers/media/usb/pvrusb2/Kconfig" 30 source "drivers/media/usb/stk1160/Kconfig" 37 source "drivers/media/usb/au0828/Kconfig" [all …]
|
/openbmc/qemu/hw/intc/ |
H A D | sh_intc.c | 19 void sh_intc_toggle_source(struct intc_source *source, in sh_intc_toggle_source() argument 26 if (source->enable_count == source->enable_max && enable_adj == -1) { in sh_intc_toggle_source() 29 source->enable_count += enable_adj; in sh_intc_toggle_source() 31 if (source->enable_count == source->enable_max) { in sh_intc_toggle_source() 34 source->asserted += assert_adj; in sh_intc_toggle_source() 36 old_pending = source->pending; in sh_intc_toggle_source() 37 source->pending = source->asserted && in sh_intc_toggle_source() 38 (source->enable_count == source->enable_max); in sh_intc_toggle_source() 40 if (old_pending != source->pending) { in sh_intc_toggle_source() 44 if (source->pending) { in sh_intc_toggle_source() [all …]
|
/openbmc/linux/drivers/iio/ |
H A D | Kconfig | 22 source "drivers/iio/buffer/Kconfig" 83 source "drivers/iio/accel/Kconfig" 84 source "drivers/iio/adc/Kconfig" 85 source "drivers/iio/addac/Kconfig" 86 source "drivers/iio/afe/Kconfig" 87 source "drivers/iio/amplifiers/Kconfig" 88 source "drivers/iio/cdc/Kconfig" 89 source "drivers/iio/chemical/Kconfig" 90 source "drivers/iio/common/Kconfig" 91 source "drivers/iio/dac/Kconfig" [all …]
|
/openbmc/linux/drivers/media/platform/ |
H A D | Kconfig | 36 use system memory for both source and destination buffers, as opposed 65 source "drivers/media/platform/allegro-dvt/Kconfig" 66 source "drivers/media/platform/amlogic/Kconfig" 67 source "drivers/media/platform/amphion/Kconfig" 68 source "drivers/media/platform/aspeed/Kconfig" 69 source "drivers/media/platform/atmel/Kconfig" 70 source "drivers/media/platform/cadence/Kconfig" 71 source "drivers/media/platform/chips-media/Kconfig" 72 source "drivers/media/platform/intel/Kconfig" 73 source "drivers/media/platform/marvell/Kconfig" [all …]
|
/openbmc/linux/ |
H A D | Kconfig | 8 source "scripts/Kconfig.include" 10 source "init/Kconfig" 12 source "kernel/Kconfig.freezer" 14 source "fs/Kconfig.binfmt" 16 source "mm/Kconfig" 18 source "net/Kconfig" 20 source "drivers/Kconfig" 22 source "fs/Kconfig" 24 source "security/Kconfig" 26 source "crypto/Kconfig" [all …]
|
/openbmc/u-boot/arch/arm/mach-kirkwood/ |
H A D | Kconfig | 73 source "board/Marvell/openrd/Kconfig" 74 source "board/Marvell/dreamplug/Kconfig" 75 source "board/Synology/ds109/Kconfig" 76 source "board/Marvell/guruplug/Kconfig" 77 source "board/Marvell/sheevaplug/Kconfig" 78 source "board/buffalo/lsxl/Kconfig" 79 source "board/cloudengines/pogo_e02/Kconfig" 80 source "board/d-link/dns325/Kconfig" 81 source "board/iomega/iconnect/Kconfig" 82 source "board/keymile/km_arm/Kconfig" [all …]
|
/openbmc/linux/fs/ |
H A D | Kconfig | 31 source "fs/ext2/Kconfig" 32 source "fs/ext4/Kconfig" 33 source "fs/jbd2/Kconfig" 42 source "fs/reiserfs/Kconfig" 43 source "fs/jfs/Kconfig" 45 source "fs/xfs/Kconfig" 46 source "fs/gfs2/Kconfig" 47 source "fs/ocfs2/Kconfig" 48 source "fs/btrfs/Kconfig" 49 source "fs/nilfs2/Kconfig" [all …]
|