Searched refs:client_info (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/bonding/ |
| H A D | bond_debugfs.c | 22 struct rlb_client_info *client_info; in bond_debug_rlb_hash_show() local 35 hash_index = client_info->used_next) { in bond_debug_rlb_hash_show() 36 client_info = &(bond_info->rx_hashtbl[hash_index]); in bond_debug_rlb_hash_show() 37 if (client_info->slave) in bond_debug_rlb_hash_show() 39 &client_info->ip_src, in bond_debug_rlb_hash_show() 40 &client_info->ip_dst, in bond_debug_rlb_hash_show() 41 &client_info->mac_dst, in bond_debug_rlb_hash_show() 42 client_info->slave->dev->name); in bond_debug_rlb_hash_show() 45 &client_info->ip_src, in bond_debug_rlb_hash_show() 46 &client_info->ip_dst, in bond_debug_rlb_hash_show() [all …]
|
| /linux/drivers/platform/x86/x86-android-tablets/ |
| H A D | core.c | 161 get_i2c_adap_by_handle(const struct x86_i2c_client_info *client_info) in get_i2c_adap_by_handle() argument 166 status = acpi_get_handle(NULL, client_info->adapter_path, &handle); in get_i2c_adap_by_handle() 168 pr_err("Error could not get %s handle\n", client_info->adapter_path); in get_i2c_adap_by_handle() 181 get_i2c_adap_by_pci_parent(const struct x86_i2c_client_info *client_info) in get_i2c_adap_by_pci_parent() argument 186 pdev = bus_find_device_by_name(&pci_bus_type, NULL, client_info->adapter_path); in get_i2c_adap_by_pci_parent() 188 pr_err("Error could not find %s PCI device\n", client_info->adapter_path); in get_i2c_adap_by_pci_parent() 207 const struct x86_i2c_client_info *client_info = &dev_info->i2c_client_info[idx]; in x86_instantiate_i2c_client() local 208 struct i2c_board_info board_info = client_info->board_info; in x86_instantiate_i2c_client() 211 board_info.irq = x86_acpi_irq_helper_get(&client_info->irq_data); in x86_instantiate_i2c_client() 216 adap = get_i2c_adap_by_pci_parent(client_info); in x86_instantiate_i2c_client() [all …]
|
| /linux/drivers/media/pci/smipcie/ |
| H A D | smipcie-main.c | 631 struct i2c_board_info client_info; in smi_dvbsky_sit2_fe_attach() local 644 memset(&client_info, 0, sizeof(struct i2c_board_info)); in smi_dvbsky_sit2_fe_attach() 645 strscpy(client_info.type, "si2168", I2C_NAME_SIZE); in smi_dvbsky_sit2_fe_attach() 646 client_info.addr = 0x64; in smi_dvbsky_sit2_fe_attach() 647 client_info.platform_data = &si2168_config; in smi_dvbsky_sit2_fe_attach() 649 client_demod = smi_add_i2c_client(i2c, &client_info); in smi_dvbsky_sit2_fe_attach() 661 memset(&client_info, 0, sizeof(struct i2c_board_info)); in smi_dvbsky_sit2_fe_attach() 662 strscpy(client_info.type, "si2157", I2C_NAME_SIZE); in smi_dvbsky_sit2_fe_attach() 663 client_info.addr = 0x60; in smi_dvbsky_sit2_fe_attach() 664 client_info.platform_data = &si2157_config; in smi_dvbsky_sit2_fe_attach() [all …]
|
| /linux/drivers/scsi/ibmvscsi_tgt/ |
| H A D | ibmvscsi_tgt.h | 79 struct client_info { struct 278 struct client_info client_data;
|
| /linux/fs/nfsd/ |
| H A D | nfs4state.c | 2846 DEFINE_SHOW_ATTRIBUTE(client_info);
|