| /linux/sound/hda/codecs/side-codecs/ |
| H A D | cs35l41_hda_property.c | 143 static int cs35l41_add_gpios(struct cs35l41_hda *cs35l41, struct device *physdev, int reset_gpio, in cs35l41_add_gpios() argument 181 gpio_mapping = devm_kcalloc(physdev, num_entries, sizeof(struct acpi_gpio_mapping), in cs35l41_add_gpios() 189 reset_gpio_params = devm_kcalloc(physdev, num_amps, sizeof(struct acpi_gpio_params), in cs35l41_add_gpios() 203 spkid_gpio_params = devm_kcalloc(physdev, num_amps, sizeof(struct acpi_gpio_params), in cs35l41_add_gpios() 218 cs_gpio_params = devm_kzalloc(physdev, sizeof(struct acpi_gpio_params), GFP_KERNEL); in cs35l41_add_gpios() 228 return devm_acpi_dev_add_driver_gpios(physdev, gpio_mapping); in cs35l41_add_gpios() 230 devm_kfree(physdev, gpio_mapping); in cs35l41_add_gpios() 231 devm_kfree(physdev, reset_gpio_params); in cs35l41_add_gpios() 232 devm_kfree(physdev, spkid_gpio_params); in cs35l41_add_gpios() 233 devm_kfree(physdev, cs_gpio_params); in cs35l41_add_gpios() [all …]
|
| H A D | cs35l41_hda.c | 1779 int cs35l41_hda_parse_acpi(struct cs35l41_hda *cs35l41, struct device *physdev, int id) in cs35l41_hda_parse_acpi() argument 1788 ret = device_property_count_u32(physdev, property); in cs35l41_hda_parse_acpi() 1798 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_parse_acpi() 1823 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_parse_acpi() 1834 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_parse_acpi() 1841 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_parse_acpi() 1848 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_parse_acpi() 1855 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_parse_acpi() 1862 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_parse_acpi() 1868 cs35l41->speaker_id = cs35l41_get_speaker_id(physdev, cs35l41->index, nval, -1); in cs35l41_hda_parse_acpi() [all …]
|
| H A D | tas2781_hda_spi.c | 327 struct device *physdev; in tas2781_read_acpi() local 340 physdev = get_device(acpi_get_first_physical_node(adev)); in tas2781_read_acpi() 344 ret = device_property_count_u32(physdev, property); in tas2781_read_acpi() 351 ret = device_property_read_u32_array(physdev, property, values, nval); in tas2781_read_acpi() 370 p->reset = devm_gpiod_get_index_optional(physdev, "reset", in tas2781_read_acpi() 378 put_device(physdev); in tas2781_read_acpi() 383 put_device(physdev); in tas2781_read_acpi()
|
| H A D | cs35l41_hda_property.h | 16 int cs35l41_add_dsd_properties(struct cs35l41_hda *cs35l41, struct device *physdev, int id,
|
| H A D | tas2781_hda_i2c.c | 92 struct device *physdev; in tas2781_read_acpi() local 105 physdev = get_device(acpi_get_first_physical_node(adev)); in tas2781_read_acpi() 111 sub = acpi_get_subsystem_id(ACPI_HANDLE(physdev)); in tas2781_read_acpi() 153 put_device(physdev); in tas2781_read_acpi() 160 put_device(physdev); in tas2781_read_acpi()
|
| H A D | cs35l41_hda.h | 108 int cs35l41_hda_parse_acpi(struct cs35l41_hda *cs35l41, struct device *physdev, int id);
|
| /linux/net/netfilter/ |
| H A D | xt_physdev.c | 27 const struct net_device *physdev; in physdev_mt() local 54 physdev = nf_bridge_get_physoutdev(skb); in physdev_mt() 55 outdev = physdev ? physdev->name : NULL; in physdev_mt() 62 physdev = nf_bridge_get_physindev(skb, xt_net(par)); in physdev_mt() 63 indev = physdev ? physdev->name : NULL; in physdev_mt()
|
| H A D | Kconfig | 1503 tristate '"physdev" match support'
|
| /linux/net/netfilter/ipset/ |
| H A D | ip_set_hash_netiface.c | 49 u8 physdev; member 58 u8 physdev; member 76 ip1->physdev == ip2->physdev && in hash_netiface4_data_equal() 111 u32 flags = (data->physdev ? IPSET_FLAG_PHYSDEV : 0) | in hash_netiface4_data_list() 186 e.physdev = 1; in hash_netiface4_kadt() 235 e.physdev = 1; in hash_netiface4_uadt() 284 u8 physdev; member 292 u8 physdev; member 310 ip1->physdev == ip2->physdev && in hash_netiface6_data_equal() 345 u32 flags = (data->physdev ? IPSET_FLAG_PHYSDEV : 0) | in hash_netiface6_data_list() [all …]
|
| /linux/sound/soc/intel/boards/ |
| H A D | sof_cirrus_common.c | 162 struct device *physdev; in cs35l41_compute_codec_conf() 171 physdev = get_device(acpi_get_first_physical_node(adev)); in cs35l41_compute_codec_conf() 173 if (!physdev) { in cs35l41_compute_codec_conf() 178 cs35l41_components[sz].name = dev_name(physdev); in cs35l41_compute_codec_conf() 180 cs35l41_codec_conf[sz].dlc.name = dev_name(physdev); in cs35l41_compute_codec_conf() 161 struct device *physdev; cs35l41_compute_codec_conf() local
|
| /linux/drivers/scsi/bnx2fc/ |
| H A D | bnx2fc_fcoe.c | 1231 struct net_device *physdev = interface->hba->phys_dev; in bnx2fc_interface_setup() local 1238 for_each_dev_addr(physdev, ha) { in bnx2fc_interface_setup()
|
| /linux/Documentation/networking/ |
| H A D | bridge.rst | 270 br_netfilter is also the reason for the iptables *physdev* match:
|