Home
last modified time | relevance | path

Searched refs:connection (Results 1 – 18 of 18) sorted by relevance

/linux-4.19.296/fs/dlm/
Dlowcomms.c103 struct connection { struct
117 int (*rx_action) (struct connection *); /* What to do when active */ argument
118 void (*connect_action) (struct connection *); /* What to do to connect */ argument
124 struct connection *othercon; argument
128 #define sock2con(x) ((struct connection *)(x)->sk_user_data) argument
138 struct connection *con;
183 static struct connection *__find_con(int nodeid) in __find_con()
186 struct connection *con; in __find_con()
201 static struct connection *__nodeid2con(int nodeid, gfp_t alloc) in __nodeid2con()
203 struct connection *con = NULL; in __nodeid2con()
[all …]
/linux-4.19.296/drivers/isdn/gigaset/
DKconfig12 one of the connection specific parts that follow.
46 base for connection to your system.
/linux-4.19.296/include/uapi/sound/
Dasound_fm.h60 unsigned char connection; /* 0 for serial, 1 for parallel */ member
/linux-4.19.296/drivers/s390/net/
DKconfig28 If you do not need any channel-to-channel connection, choose N.
37 link between VM guests. Using ifconfig a point-to-point connection
Dnetiucv.c2062 static DRIVER_ATTR_WO(connection);
/linux-4.19.296/drivers/auxdisplay/
DKconfig341 0 : no connection (eg: connected to ground)
356 0 : no connection (eg: connected to ground)
371 0 : no connection (eg: connected to ground)
386 0 : no connection (eg: connected to ground)
401 0 : no connection (eg: connected to ground)
416 0 : no connection (eg: connected to ground)
/linux-4.19.296/drivers/isdn/capi/
DKconfig24 interface. It will provide a means of moving a data connection,
/linux-4.19.296/drivers/iio/buffer/
DKconfig35 Provides a way to bonding when an IIO device has a direct connection
/linux-4.19.296/drivers/isdn/i4l/
DKconfig17 here if the other end of your ISDN connection supports it. You will
27 Say Y if the other end of the connection supports it.
/linux-4.19.296/include/uapi/drm/
Dexynos_drm.h77 __u32 connection; member
Ddrm_mode.h372 __u32 connection; member
/linux-4.19.296/drivers/iio/pressure/
DKconfig129 tristate "support I2C bus connection"
138 tristate "support SPI bus connection"
/linux-4.19.296/drivers/iio/temperature/
DKconfig79 tristate "Measurement Specialties TSYS01 temperature sensor using I2C bus connection"
/linux-4.19.296/drivers/i2c/
Di2c-core-acpi.c563 ret = acpi_buffer_to_resource(info->connection, info->length, &ares); in i2c_acpi_space_handler()
/linux-4.19.296/include/acpi/
Dactypes.h1105 u8 *connection; member
/linux-4.19.296/fs/cifs/
DKconfig178 used to communicate on an encrypted share connection on the
/linux-4.19.296/drivers/misc/
DKconfig35 tristate "support I2C bus connection"
44 tristate "support SPI bus connection"
/linux-4.19.296/drivers/gpio/
Dgpiolib-acpi.c941 status = acpi_buffer_to_resource(achip->conn_info.connection, in acpi_gpio_adr_space_handler()