Home
last modified time | relevance | path

Searched refs:physdev (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/sound/pci/hda/
H A Dcs35l41_hda_property.c223 return devm_acpi_dev_add_driver_gpios(physdev, gpio_mapping); in cs35l41_add_gpios()
225 devm_kfree(physdev, gpio_mapping); in cs35l41_add_gpios()
226 devm_kfree(physdev, reset_gpio_params); in cs35l41_add_gpios()
227 devm_kfree(physdev, spkid_gpio_params); in cs35l41_add_gpios()
228 devm_kfree(physdev, cs_gpio_params); in cs35l41_add_gpios()
299 cs_gpiod = gpiod_get_index(physdev, "cs", 0, GPIOD_OUT_LOW); in generic_dsd_config()
380 cs35l41->speaker_id = cs35l41_get_speaker_id(physdev, 0, 0, 1); in hp_i2c_int_2amp_dual_spkid()
414 cs35l41->speaker_id = cs35l41_get_speaker_id(physdev, 0, 0, 2); in lenovo_legion_no_acpi()
436 ret = cs35l41_add_gpios(cs35l41, physdev, -1, 2, -1, 2); in missing_speaker_id_gpio2()
442 return cs35l41_hda_parse_acpi(cs35l41, physdev, id); in missing_speaker_id_gpio2()
[all …]
H A Dcs35l41_hda.c1752 ret = device_property_count_u32(physdev, property); in cs35l41_hda_parse_acpi()
1762 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_parse_acpi()
1787 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_parse_acpi()
1798 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_parse_acpi()
1855 struct device *physdev; in cs35l41_hda_read_acpi() local
1867 physdev = get_device(acpi_get_first_physical_node(adev)); in cs35l41_hda_read_acpi()
1869 sub = acpi_get_subsystem_id(ACPI_HANDLE(physdev)); in cs35l41_hda_read_acpi()
1874 ret = cs35l41_add_dsd_properties(cs35l41, physdev, id, hid); in cs35l41_hda_read_acpi()
1880 ret = cs35l41_hda_parse_acpi(cs35l41, physdev, id); in cs35l41_hda_read_acpi()
1882 put_device(physdev); in cs35l41_hda_read_acpi()
[all …]
H A Dcs35l41_hda_property.h16 int cs35l41_add_dsd_properties(struct cs35l41_hda *cs35l41, struct device *physdev, int id,
H A Dtas2781_hda_spi.c403 struct device *physdev; in tas2781_read_acpi() local
417 physdev = get_device(acpi_get_first_physical_node(adev)); in tas2781_read_acpi()
421 ret = device_property_count_u32(physdev, property); in tas2781_read_acpi()
428 ret = device_property_read_u32_array(physdev, property, values, nval); in tas2781_read_acpi()
447 p->reset = devm_gpiod_get_index_optional(physdev, "reset", in tas2781_read_acpi()
455 put_device(physdev); in tas2781_read_acpi()
460 put_device(physdev); in tas2781_read_acpi()
H A Dcs35l41_hda.h107 int cs35l41_hda_parse_acpi(struct cs35l41_hda *cs35l41, struct device *physdev, int id);
H A Dtas2781_hda_i2c.c124 struct device *physdev; in tas2781_read_acpi() local
137 physdev = get_device(acpi_get_first_physical_node(adev)); in tas2781_read_acpi()
143 sub = acpi_get_subsystem_id(ACPI_HANDLE(physdev)); in tas2781_read_acpi()
173 put_device(physdev); in tas2781_read_acpi()
180 put_device(physdev); in tas2781_read_acpi()
/linux-6.15/net/netfilter/
H A Dxt_physdev.c27 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 DKconfig1497 tristate '"physdev" match support'
/linux-6.15/net/netfilter/ipset/
H A Dip_set_hash_netiface.c49 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()
404 e.physdev = 1; in hash_netiface6_kadt()
[all …]
/linux-6.15/sound/soc/intel/boards/
H A Dsof_cirrus_common.c161 struct device *physdev; in cs35l41_compute_codec_conf() local
170 physdev = get_device(acpi_get_first_physical_node(adev)); in cs35l41_compute_codec_conf()
172 if (!physdev) { in cs35l41_compute_codec_conf()
177 cs35l41_components[sz].name = dev_name(physdev); in cs35l41_compute_codec_conf()
179 cs35l41_codec_conf[sz].dlc.name = dev_name(physdev); in cs35l41_compute_codec_conf()
/linux-6.15/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.h114 const struct net_device *physdev,
H A Dl2t.c416 const struct net_device *physdev, in cxgb4_l2t_get() argument
428 lport = netdev2pinfo(physdev)->tx_chan + 4; in cxgb4_l2t_get()
430 lport = netdev2pinfo(physdev)->lport; in cxgb4_l2t_get()
455 memcpy(e->dmac, physdev->dev_addr, sizeof(e->dmac)); in cxgb4_l2t_get()
/linux-6.15/drivers/scsi/
H A Dhpsa.c3533 struct ReportExtendedLUNdata *physdev; in hpsa_get_sas_address_from_report_physical() local
3538 physdev = kzalloc(sizeof(*physdev), GFP_KERNEL); in hpsa_get_sas_address_from_report_physical()
3539 if (!physdev) in hpsa_get_sas_address_from_report_physical()
3542 if (hpsa_scsi_do_report_phys_luns(h, physdev, sizeof(*physdev))) { in hpsa_get_sas_address_from_report_physical()
3544 kfree(physdev); in hpsa_get_sas_address_from_report_physical()
3551 sa = get_unaligned_be64(&physdev->LUN[i].wwid[0]); in hpsa_get_sas_address_from_report_physical()
3555 kfree(physdev); in hpsa_get_sas_address_from_report_physical()
3588 struct ReportExtendedLUNdata *physdev) in hpsa_ext_ctrl_present() argument
3599 if (physdev->LUN[i].device_type == in hpsa_ext_ctrl_present()
3601 && !is_hba_lunid(physdev->LUN[i].lunid)) { in hpsa_ext_ctrl_present()
[all …]
/linux-6.15/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c1231 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-6.15/Documentation/networking/
H A Dbridge.rst270 br_netfilter is also the reason for the iptables *physdev* match: