/openbmc/linux/drivers/acpi/ |
H A D | resource.c | 106 bool acpi_dev_resource_memory(struct acpi_resource *ares, struct resource *res) in acpi_dev_resource_memory() argument 112 switch (ares->type) { in acpi_dev_resource_memory() 114 memory24 = &ares->data.memory24; in acpi_dev_resource_memory() 120 memory32 = &ares->data.memory32; in acpi_dev_resource_memory() 126 fixed_memory32 = &ares->data.fixed_memory32; in acpi_dev_resource_memory() 179 bool acpi_dev_resource_io(struct acpi_resource *ares, struct resource *res) in acpi_dev_resource_io() argument 184 switch (ares->type) { in acpi_dev_resource_io() 186 io = &ares->data.io; in acpi_dev_resource_io() 192 fixed_io = &ares->data.fixed_io; in acpi_dev_resource_io() 289 bool acpi_dev_resource_address_space(struct acpi_resource *ares, in acpi_dev_resource_address_space() argument [all …]
|
H A D | evged.c | 68 static acpi_status acpi_ged_request_interrupt(struct acpi_resource *ares, in acpi_ged_request_interrupt() argument 80 struct acpi_resource_irq *p = &ares->data.irq; in acpi_ged_request_interrupt() 81 struct acpi_resource_extended_irq *pext = &ares->data.extended_irq; in acpi_ged_request_interrupt() 85 if (ares->type == ACPI_RESOURCE_TYPE_END_TAG) in acpi_ged_request_interrupt() 88 if (!acpi_dev_resource_interrupt(ares, 0, &r)) { in acpi_ged_request_interrupt() 92 if (ares->type == ACPI_RESOURCE_TYPE_IRQ) { in acpi_ged_request_interrupt()
|
H A D | irq.c | 197 static acpi_status acpi_irq_parse_one_cb(struct acpi_resource *ares, in acpi_irq_parse_one_cb() argument 205 switch (ares->type) { in acpi_irq_parse_one_cb() 207 irq = &ares->data.irq; in acpi_irq_parse_one_cb() 218 eirq = &ares->data.extended_irq; in acpi_irq_parse_one_cb()
|
H A D | acpi_platform.c | 90 static unsigned int acpi_platform_resource_count(struct acpi_resource *ares, void *data) in acpi_platform_resource_count() argument
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/c-ares/ |
H A D | c-ares_1.33.0.bb | 2 SUMMARY = "c-ares is a C library that resolves names asynchronously." 3 HOMEPAGE = "https://c-ares.org/" 8 SRC_URI = "https://github.com/c-ares/c-ares/releases/download/v${PV}/${BPN}-${PV}.tar.gz \
|
/openbmc/linux/drivers/i2c/ |
H A D | i2c-core-acpi.c | 55 bool i2c_acpi_get_i2c_resource(struct acpi_resource *ares, in i2c_acpi_get_i2c_resource() argument 60 if (ares->type != ACPI_RESOURCE_TYPE_SERIAL_BUS) in i2c_acpi_get_i2c_resource() 63 sb = &ares->data.i2c_serial_bus; in i2c_acpi_get_i2c_resource() 72 static int i2c_acpi_resource_count(struct acpi_resource *ares, void *data) in i2c_acpi_resource_count() argument 77 if (i2c_acpi_get_i2c_resource(ares, &sb)) in i2c_acpi_resource_count() 104 static int i2c_acpi_fill_info(struct acpi_resource *ares, void *data) in i2c_acpi_fill_info() argument 111 if (info->addr || !i2c_acpi_get_i2c_resource(ares, &sb)) in i2c_acpi_fill_info() 176 static int i2c_acpi_add_irq_resource(struct acpi_resource *ares, void *data) in i2c_acpi_add_irq_resource() argument 184 if (!acpi_dev_resource_interrupt(ares, 0, &r)) in i2c_acpi_add_irq_resource() 675 struct acpi_resource *ares; in i2c_acpi_space_handler() local [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-pycares_4.5.0.bb | 1 SUMMARY = "Python interface for c-ares" 3 pycares is a Python module which provides an interface to c-ares. c-ares is \
|
/openbmc/linux/drivers/gpio/ |
H A D | gpiolib-acpi.c | 229 bool acpi_gpio_get_irq_resource(struct acpi_resource *ares, in acpi_gpio_get_irq_resource() argument 234 if (ares->type != ACPI_RESOURCE_TYPE_GPIO) in acpi_gpio_get_irq_resource() 237 gpio = &ares->data.gpio; in acpi_gpio_get_irq_resource() 252 bool acpi_gpio_get_io_resource(struct acpi_resource *ares, in acpi_gpio_get_io_resource() argument 257 if (ares->type != ACPI_RESOURCE_TYPE_GPIO) in acpi_gpio_get_io_resource() 260 gpio = &ares->data.gpio; in acpi_gpio_get_io_resource() 423 static acpi_status acpi_gpiochip_alloc_event(struct acpi_resource *ares, in acpi_gpiochip_alloc_event() argument 436 if (!acpi_gpio_get_irq_resource(ares, &agpio)) in acpi_gpiochip_alloc_event() 771 static int acpi_populate_gpio_lookup(struct acpi_resource *ares, void *data) in acpi_populate_gpio_lookup() argument 775 if (ares->type != ACPI_RESOURCE_TYPE_GPIO) in acpi_populate_gpio_lookup() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libexosip2/ |
H A D | libexosip2_5.3.0.bb | 17 PACKAGECONFIG = "c-ares openssl" 18 PACKAGECONFIG[c-ares] = ",,c-ares"
|
/openbmc/linux/drivers/irqchip/ |
H A D | qcom-irq-combiner.c | 141 static acpi_status count_registers_cb(struct acpi_resource *ares, void *context) in count_registers_cb() argument 145 if (ares->type == ACPI_RESOURCE_TYPE_GENERIC_REGISTER) in count_registers_cb() 172 static acpi_status get_registers_cb(struct acpi_resource *ares, void *context) in get_registers_cb() argument 179 if (ares->type != ACPI_RESOURCE_TYPE_GENERIC_REGISTER) in get_registers_cb() 182 reg = &ares->data.generic_reg; in get_registers_cb()
|
/openbmc/openbmc/poky/meta/recipes-support/curl/ |
H A D | curl_8.11.1.bb | 31 # 'ares' and 'threaded-resolver' are mutually exclusive 32 PACKAGECONFIG[ares] = "--enable-ares,--disable-ares,c-ares,,,threaded-resolver" 67 PACKAGECONFIG[threaded-resolver] = "--enable-threaded-resolver,--disable-threaded-resolver,,,,ares"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
H A D | system-c-ares.patch | 4 Subject: [PATCH] keep nodejs compatible with c-ares 1.17.1 6 Upstream-Status: Inappropriate [c-ares specific]
|
H A D | 0001-Disable-running-gyp-files-for-bundled-deps.patch | 19 if 'ares' in d.getVar('PACKAGECONFIG'):
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/ |
H A D | nodejs_22.13.1.bb | 10 DEPENDS:append:class-native = " c-ares-native" 26 file://system-c-ares.patch \ 68 PACKAGECONFIG ??= "ares brotli icu zlib" 70 PACKAGECONFIG[ares] = "--shared-cares,,c-ares c-ares-native" 84 if 'ares' in d.getVar('PACKAGECONFIG'):
|
/openbmc/linux/include/linux/ |
H A D | acpi.h | 484 bool acpi_dev_resource_memory(struct acpi_resource *ares, struct resource *res); 485 bool acpi_dev_resource_io(struct acpi_resource *ares, struct resource *res); 486 bool acpi_dev_resource_address_space(struct acpi_resource *ares, 488 bool acpi_dev_resource_ext_address_space(struct acpi_resource *ares, 492 bool acpi_dev_resource_interrupt(struct acpi_resource *ares, int index, 502 int acpi_dev_filter_resource_type(struct acpi_resource *ares, 505 static inline int acpi_dev_filter_resource_type_cb(struct acpi_resource *ares, in acpi_dev_filter_resource_type_cb() argument 508 return acpi_dev_filter_resource_type(ares, (unsigned long)arg); in acpi_dev_filter_resource_type_cb() 1237 bool acpi_gpio_get_irq_resource(struct acpi_resource *ares, 1239 bool acpi_gpio_get_io_resource(struct acpi_resource *ares, [all …]
|
H A D | serdev.h | 334 bool serdev_acpi_get_uart_resource(struct acpi_resource *ares, 337 static inline bool serdev_acpi_get_uart_resource(struct acpi_resource *ares, in serdev_acpi_get_uart_resource() argument
|
/openbmc/openbmc/poky/meta/recipes-extended/wget/ |
H A D | wget.inc | 32 PACKAGECONFIG[ares] = "--with-cares,--without-cares,c-ares"
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | cros_ec_uart.c | 208 static int cros_ec_uart_resource(struct acpi_resource *ares, void *data) in cros_ec_uart_resource() argument 211 struct acpi_resource_uart_serialbus *sb = &ares->data.uart_serial_bus; in cros_ec_uart_resource() 213 if (ares->type == ACPI_RESOURCE_TYPE_SERIAL_BUS && in cros_ec_uart_resource()
|
/openbmc/linux/drivers/iio/imu/inv_mpu6050/ |
H A D | inv_mpu_acpi.c | 84 static int acpi_i2c_check_resource(struct acpi_resource *ares, void *data) in acpi_i2c_check_resource() argument 89 if (i2c_acpi_get_i2c_resource(ares, &sb)) { in acpi_i2c_check_resource()
|
/openbmc/linux/drivers/tty/serdev/ |
H A D | core.c | 586 bool serdev_acpi_get_uart_resource(struct acpi_resource *ares, in serdev_acpi_get_uart_resource() argument 591 if (ares->type != ACPI_RESOURCE_TYPE_SERIAL_BUS) in serdev_acpi_get_uart_resource() 594 sb = &ares->data.uart_serial_bus; in serdev_acpi_get_uart_resource() 603 static int acpi_serdev_parse_resource(struct acpi_resource *ares, void *data) in acpi_serdev_parse_resource() argument 609 if (!serdev_acpi_get_uart_resource(ares, &sb)) in acpi_serdev_parse_resource()
|
/openbmc/linux/drivers/platform/surface/ |
H A D | surface3_power.c | 384 struct acpi_resource *ares; in mshw0011_space_handler() local 389 ret = acpi_buffer_to_resource(info->connection, info->length, &ares); in mshw0011_space_handler() 393 if (!value64 || !i2c_acpi_get_i2c_resource(ares, &sb)) { in mshw0011_space_handler() 443 ACPI_FREE(ares); in mshw0011_space_handler()
|
/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/ |
H A D | tune-neoversen1.inc | 7 # Note: Neoverse was called Ares, and GCC will accept "ares" in place of "neoverse-n1"
|
/openbmc/linux/drivers/platform/x86/intel/int3472/ |
H A D | discrete.c | 152 static int skl_int3472_handle_gpio_resources(struct acpi_resource *ares, in skl_int3472_handle_gpio_resources() argument 164 if (!acpi_gpio_get_io_resource(ares, &agpio)) in skl_int3472_handle_gpio_resources()
|
/openbmc/openbmc/meta-openembedded/meta-oe/conf/include/ |
H A D | ptest-packagelists-meta-oe.inc | 57 c-ares \
|
/openbmc/linux/drivers/bluetooth/ |
H A D | hci_bcm.c | 961 static int bcm_resource(struct acpi_resource *ares, void *data) in bcm_resource() argument 968 switch (ares->type) { in bcm_resource() 970 irq = &ares->data.extended_irq; in bcm_resource() 977 gpio = &ares->data.gpio; in bcm_resource() 986 sb = &ares->data.uart_serial_bus; in bcm_resource()
|