Home
last modified time | relevance | path

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

/linux/sound/hda/codecs/side-codecs/
H A Dcs35l41_hda_property.c143 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 Dcs35l41_hda.c1774 int cs35l41_hda_parse_acpi(struct cs35l41_hda *cs35l41, struct device *physdev, int id) in cs35l41_get_speaker_id()
1783 ret = device_property_count_u32(physdev, property); in cs35l41_hda_parse_acpi()
1793 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_parse_acpi()
1818 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_parse_acpi()
1829 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_parse_acpi()
1836 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_parse_acpi()
1843 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_parse_acpi()
1850 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_parse_acpi()
1857 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_parse_acpi()
1863 cs35l41->speaker_id = cs35l41_get_speaker_id(physdev, cs35l4 in cs35l41_hda_parse_acpi()
1779 cs35l41_hda_parse_acpi(struct cs35l41_hda * cs35l41,struct device * physdev,int id) cs35l41_hda_parse_acpi() argument
1891 struct device *physdev; cs35l41_hda_read_acpi() local
[all...]
H A Dtas2781_hda_spi.c324 struct device *physdev; in tas2781_read_acpi() local
337 physdev = get_device(acpi_get_first_physical_node(adev)); in tas2781_read_acpi()
341 ret = device_property_count_u32(physdev, property); in tas2781_read_acpi()
348 ret = device_property_read_u32_array(physdev, property, values, nval); in tas2781_read_acpi()
367 p->reset = devm_gpiod_get_index_optional(physdev, "reset", in tas2781_read_acpi()
375 put_device(physdev); in tas2781_read_acpi()
380 put_device(physdev); in tas2781_read_acpi()
H A Dcs35l41_hda_property.h16 int cs35l41_add_dsd_properties(struct cs35l41_hda *cs35l41, struct device *physdev, int id,
H A Dtas2781_hda_i2c.c93 struct device *physdev; in tas2781_read_acpi() local
106 physdev = get_device(acpi_get_first_physical_node(adev)); in tas2781_read_acpi()
112 sub = acpi_get_subsystem_id(ACPI_HANDLE(physdev)); in tas2781_read_acpi()
156 put_device(physdev); in tas2781_read_acpi()
163 put_device(physdev); in tas2781_read_acpi()
H A Dcs35l41_hda.h108 int cs35l41_hda_parse_acpi(struct cs35l41_hda *cs35l41, struct device *physdev, int id);
/linux/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 DKconfig1503 tristate '"physdev" match support'
/linux/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()
345 u32 flags = (data->physdev ? IPSET_FLAG_PHYSDEV : 0) | in hash_netiface6_data_list()
[all …]
/linux/sound/soc/intel/boards/
H A Dsof_cirrus_common.c162 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/net/ethernet/chelsio/cxgb4/
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/drivers/scsi/
H A Dhpsa.c3528 struct ReportExtendedLUNdata *physdev; in hpsa_get_sas_address_from_report_physical() local
3533 physdev = kzalloc_obj(*physdev); in hpsa_get_sas_address_from_report_physical()
3534 if (!physdev) in hpsa_get_sas_address_from_report_physical()
3537 if (hpsa_scsi_do_report_phys_luns(h, physdev, sizeof(*physdev))) { in hpsa_get_sas_address_from_report_physical()
3539 kfree(physdev); in hpsa_get_sas_address_from_report_physical()
3542 nphysicals = get_unaligned_be32(physdev->LUNListLength) / 24; in hpsa_get_sas_address_from_report_physical()
3545 if (!memcmp(&physdev->LUN[i].lunid[0], scsi3addr, 8)) { in hpsa_get_sas_address_from_report_physical()
3546 sa = get_unaligned_be64(&physdev->LUN[i].wwid[0]); in hpsa_get_sas_address_from_report_physical()
3550 kfree(physdev); in hpsa_get_sas_address_from_report_physical()
3583 struct ReportExtendedLUNdata *physdev) in hpsa_ext_ctrl_present() argument
[all …]
/linux/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/Documentation/networking/
H A Dbridge.rst270 br_netfilter is also the reason for the iptables *physdev* match: