Symbol: connection_type
drivers/acpi/acpica/amlresrc.h
283
u8 connection_type;
drivers/acpi/acpica/rsdumpinfo.c
252
{ACPI_RSD_UINT8, ACPI_RSD_OFFSET(gpio.connection_type),
drivers/bluetooth/hci_bcm.c
974
if (gpio->connection_type == ACPI_RESOURCE_GPIO_TYPE_INT) {
drivers/gpio/gpiolib-acpi-core.c
184
if (gpio->connection_type != ACPI_RESOURCE_GPIO_TYPE_INT)
drivers/gpio/gpiolib-acpi-core.c
210
if (gpio->connection_type != ACPI_RESOURCE_GPIO_TYPE_IO)
drivers/gpio/gpiolib-acpi-core.c
258
if (agpio->connection_type == ACPI_RESOURCE_GPIO_TYPE_INT)
drivers/gpio/gpiolib-acpi-core.c
697
bool gpioint = agpio->connection_type == ACPI_RESOURCE_GPIO_TYPE_INT;
drivers/hid/amd-sfh-hid/hid_descriptor/amd_sfh_hid_desc.c
131
common->connection_type = HID_USAGE_SENSOR_PROPERTY_CONNECTION_TYPE_PC_INTEGRATED_ENUM;
drivers/hid/amd-sfh-hid/hid_descriptor/amd_sfh_hid_desc.h
23
u8 connection_type;
drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_desc.c
64
common->connection_type = HID_USAGE_SENSOR_PROPERTY_CONNECTION_TYPE_PC_INTEGRATED_ENUM;
drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h
435
u8 connection_type;
drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h
571
u8 connection_type;
drivers/net/ethernet/intel/i40e/i40e_common.c
1482
cmd->connection_type = vsi_ctx->connection_type;
drivers/net/ethernet/intel/i40e/i40e_main.c
13967
ctxt.connection_type = I40E_AQ_VSI_CONN_TYPE_NORMAL;
drivers/net/ethernet/intel/i40e/i40e_main.c
13983
ctxt.connection_type = I40E_AQ_VSI_CONN_TYPE_NORMAL;
drivers/net/ethernet/intel/i40e/i40e_main.c
14004
ctxt.connection_type = I40E_AQ_VSI_CONN_TYPE_NORMAL;
drivers/net/ethernet/intel/i40e/i40e_main.c
5743
ctxt.connection_type = I40E_AQ_VSI_CONN_TYPE_NORMAL;
drivers/net/ethernet/intel/i40e/i40e_main.c
6304
ctxt.connection_type = I40E_AQ_VSI_CONN_TYPE_NORMAL;
drivers/net/ethernet/intel/i40e/i40e_type.h
999
u8 connection_type;
fs/smb/server/connection.h
81
int connection_type;
fs/smb/server/smb2pdu.c
1226
conn->connection_type = conn->dialect;
fs/smb/server/vfs.c
357
if (work->conn->connection_type) {
fs/smb/server/vfs.c
474
if (work->conn->connection_type) {
include/acpi/acrestyp.h
357
u8 connection_type;