Home
last modified time | relevance | path

Searched refs:physdev (Results 1 - 25 of 37) sorted by relevance

12

/kernel/linux/linux-6.6/sound/pci/hda/
H A Dcs35l41_hda_property.c20 static int lenovo_legion_no_acpi(struct cs35l41_hda *cs35l41, struct device *physdev, int id, in lenovo_legion_no_acpi() argument
28 cs35l41->reset_gpio = gpiod_get_index(physdev, NULL, 0, GPIOD_OUT_HIGH); in lenovo_legion_no_acpi()
29 cs35l41->speaker_id = cs35l41_get_speaker_id(physdev, 0, 0, 2); in lenovo_legion_no_acpi()
52 static int hp_vision_acpi_fix(struct cs35l41_hda *cs35l41, struct device *physdev, int id, in hp_vision_acpi_fix() argument
61 cs35l41->reset_gpio = gpiod_get_index(physdev, NULL, 1, GPIOD_OUT_HIGH); in hp_vision_acpi_fix()
80 int (*add_prop)(struct cs35l41_hda *cs35l41, struct device *physdev, int id,
91 int cs35l41_add_dsd_properties(struct cs35l41_hda *cs35l41, struct device *physdev, int id, in cs35l41_add_dsd_properties() argument
101 return model->add_prop(cs35l41, physdev, id, hid); in cs35l41_add_dsd_properties()
H A Dcs35l41_hda_property.h16 int cs35l41_add_dsd_properties(struct cs35l41_hda *cs35l41, struct device *physdev, int id,
H A Dcs35l41_hda.c1421 struct device *physdev; in cs35l41_hda_read_acpi() local
1433 physdev = get_device(acpi_get_first_physical_node(adev)); in cs35l41_hda_read_acpi()
1436 sub = acpi_get_subsystem_id(ACPI_HANDLE(physdev)); in cs35l41_hda_read_acpi()
1441 ret = cs35l41_add_dsd_properties(cs35l41, physdev, id, hid); in cs35l41_hda_read_acpi()
1448 ret = device_property_count_u32(physdev, property); in cs35l41_hda_read_acpi()
1458 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_read_acpi()
1482 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_read_acpi()
1493 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_read_acpi()
1500 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_read_acpi()
1507 ret = device_property_read_u32_array(physdev, propert in cs35l41_hda_read_acpi()
[all...]
H A Dtas2781_hda_i2c.c96 struct device *physdev; in tas2781_read_acpi() local
114 physdev = get_device(acpi_get_first_physical_node(adev)); in tas2781_read_acpi()
118 sub = acpi_get_subsystem_id(ACPI_HANDLE(physdev)); in tas2781_read_acpi()
124 put_device(physdev); in tas2781_read_acpi()
/kernel/linux/linux-5.10/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); in physdev_mt()
63 indev = physdev ? physdev->name : NULL; in physdev_mt()
106 pr_info_ratelimited("--physdev-out and --physdev-is-out only supported in the FORWARD and POSTROUTING chains with bridged traffic\n"); in physdev_mt_check()
119 .name = "physdev",
[all...]
/kernel/linux/linux-6.6/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()
106 pr_info_ratelimited("--physdev-out and --physdev-is-out only supported in the FORWARD and POSTROUTING chains with bridged traffic\n"); in physdev_mt_check()
119 .name = "physdev",
[all...]
/kernel/linux/linux-5.10/net/netfilter/ipset/
H A Dip_set_hash_netiface.c48 u8 physdev; member
57 u8 physdev; member
75 ip1->physdev == ip2->physdev && in hash_netiface4_data_equal()
110 u32 flags = (data->physdev ? IPSET_FLAG_PHYSDEV : 0) | in hash_netiface4_data_list()
185 e.physdev = 1; in hash_netiface4_kadt()
234 e.physdev = 1; in hash_netiface4_uadt()
283 u8 physdev; member
291 u8 physdev; member
309 ip1->physdev in hash_netiface6_data_equal()
[all...]
/kernel/linux/linux-6.6/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 in hash_netiface6_data_equal()
[all...]
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/
H A Dp80211netdev.c630 * physdev ptr to usb device
640 int wlan_setup(struct wlandevice *wlandev, struct device *physdev) in wlan_setup() argument
657 wiphy = wlan_create_wiphy(physdev, wlandev); in wlan_setup()
659 dev_err(physdev, "Failed to alloc wiphy.\n"); in wlan_setup()
667 dev_err(physdev, "Failed to alloc netdev.\n"); in wlan_setup()
H A Dp80211netdev.h209 int wlan_setup(struct wlandevice *wlandev, struct device *physdev);
/kernel/linux/linux-5.10/drivers/xen/
H A Ddbgp.c7 #include <xen/interface/physdev.h>
H A Dpci.c12 #include <xen/interface/physdev.h>
/kernel/linux/linux-6.6/drivers/xen/
H A Ddbgp.c7 #include <xen/interface/physdev.h>
H A Dpci.c13 #include <xen/interface/physdev.h>
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/
H A Dp80211netdev.c707 * physdev ptr to usb device
717 int wlan_setup(struct wlandevice *wlandev, struct device *physdev) in wlan_setup() argument
734 wiphy = wlan_create_wiphy(physdev, wlandev); in wlan_setup()
736 dev_err(physdev, "Failed to alloc wiphy.\n"); in wlan_setup()
744 dev_err(physdev, "Failed to alloc netdev.\n"); in wlan_setup()
H A Dp80211netdev.h232 int wlan_setup(struct wlandevice *wlandev, struct device *physdev);
/kernel/linux/linux-5.10/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()
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()
415 cxgb4_l2t_get(struct l2t_data *d, struct neighbour *neigh, const struct net_device *physdev, unsigned int priority) cxgb4_l2t_get() argument
/kernel/linux/linux-6.6/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()
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()
415 cxgb4_l2t_get(struct l2t_data *d, struct neighbour *neigh, const struct net_device *physdev, unsigned int priority) cxgb4_l2t_get() argument
/kernel/linux/linux-5.10/arch/x86/xen/
H A Dapic.c11 #include <xen/interface/physdev.h>
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dapic.c11 #include <xen/interface/physdev.h>
/kernel/linux/linux-5.10/drivers/scsi/
H A Dhpsa.c3535 struct ReportExtendedLUNdata *physdev; in hpsa_get_sas_address_from_report_physical() local
3540 physdev = kzalloc(sizeof(*physdev), GFP_KERNEL); in hpsa_get_sas_address_from_report_physical()
3541 if (!physdev) in hpsa_get_sas_address_from_report_physical()
3544 if (hpsa_scsi_do_report_phys_luns(h, physdev, sizeof(*physdev))) { in hpsa_get_sas_address_from_report_physical()
3546 kfree(physdev); in hpsa_get_sas_address_from_report_physical()
3549 nphysicals = get_unaligned_be32(physdev->LUNListLength) / 24; in hpsa_get_sas_address_from_report_physical()
3552 if (!memcmp(&physdev->LUN[i].lunid[0], scsi3addr, 8)) { in hpsa_get_sas_address_from_report_physical()
3553 sa = get_unaligned_be64(&physdev in hpsa_get_sas_address_from_report_physical()
3589 hpsa_ext_ctrl_present(struct ctlr_info *h, struct ReportExtendedLUNdata *physdev) hpsa_ext_ctrl_present() argument
4115 hpsa_gather_lun_info(struct ctlr_info *h, struct ReportExtendedLUNdata *physdev, u32 *nphysicals, struct ReportLUNdata *logdev, u32 *nlogicals) hpsa_gather_lun_info() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dhpsa.c3539 struct ReportExtendedLUNdata *physdev; in hpsa_get_sas_address_from_report_physical() local
3544 physdev = kzalloc(sizeof(*physdev), GFP_KERNEL); in hpsa_get_sas_address_from_report_physical()
3545 if (!physdev) in hpsa_get_sas_address_from_report_physical()
3548 if (hpsa_scsi_do_report_phys_luns(h, physdev, sizeof(*physdev))) { in hpsa_get_sas_address_from_report_physical()
3550 kfree(physdev); in hpsa_get_sas_address_from_report_physical()
3553 nphysicals = get_unaligned_be32(physdev->LUNListLength) / 24; in hpsa_get_sas_address_from_report_physical()
3556 if (!memcmp(&physdev->LUN[i].lunid[0], scsi3addr, 8)) { in hpsa_get_sas_address_from_report_physical()
3557 sa = get_unaligned_be64(&physdev in hpsa_get_sas_address_from_report_physical()
3593 hpsa_ext_ctrl_present(struct ctlr_info *h, struct ReportExtendedLUNdata *physdev) hpsa_ext_ctrl_present() argument
4115 hpsa_gather_lun_info(struct ctlr_info *h, struct ReportExtendedLUNdata *physdev, u32 *nphysicals, struct ReportLUNdata *logdev, u32 *nlogicals) hpsa_gather_lun_info() argument
[all...]

Completed in 29 milliseconds

12