/kernel/linux/linux-5.10/arch/x86/xen/ |
H A D | enlighten_pv.c | 134 /* pvclock is in shared info area */ in xen_pv_init_platform() 141 /* Setup shared vcpu info for non-smp configurations */ in xen_pv_guest_late_init() 682 struct trap_info *info) in cvt_gate_to_trap() 689 info->vector = vector; in cvt_gate_to_trap() 694 info->address = addr; in cvt_gate_to_trap() 696 info->cs = gate_segment(val); in cvt_gate_to_trap() 697 info->flags = val->bits.dpl; in cvt_gate_to_trap() 700 info->flags |= 1 << 2; in cvt_gate_to_trap() 727 struct trap_info info[2]; in xen_write_idt_entry() local 729 info[ in xen_write_idt_entry() 681 cvt_gate_to_trap(int vector, const gate_desc *val, struct trap_info *info) cvt_gate_to_trap() argument 1153 struct edd_info *info = edd_info + nr; xen_boot_params_init_edd() local 1368 const struct dom0_vga_console_info *info = xen_start_kernel() local [all...] |
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | lpc_ich.c | 154 /* chipset related info */ 883 struct lpc_ich_info *info; in lpc_ich_finalize_wdt_cell() local 890 info = &lpc_chipset_info[priv->chipset]; in lpc_ich_finalize_wdt_cell() 892 pdata->version = info->iTCO_version; in lpc_ich_finalize_wdt_cell() 893 strlcpy(pdata->name, info->name, sizeof(pdata->name)); in lpc_ich_finalize_wdt_cell() 1137 struct intel_spi_boardinfo *info; in lpc_ich_init_spi() local 1140 info = devm_kzalloc(&dev->dev, sizeof(*info), GFP_KERNEL); in lpc_ich_init_spi() 1141 if (!info) in lpc_ich_init_spi() 1144 info in lpc_ich_init_spi() [all...] |
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs3proc.c | 62 struct nfs_fsinfo *info) in do_proc_get_root() 67 .rpc_resp = info, in do_proc_get_root() 72 nfs_fattr_init(info->fattr); in do_proc_get_root() 75 if (status == 0 && !(info->fattr->valid & NFS_ATTR_FATTR)) { in do_proc_get_root() 77 msg.rpc_resp = info->fattr; in do_proc_get_root() 89 struct nfs_fsinfo *info) in nfs3_proc_get_root() 93 status = do_proc_get_root(server->client, fhandle, info); in nfs3_proc_get_root() 95 status = do_proc_get_root(server->nfs_client->cl_rpcclient, fhandle, info); in nfs3_proc_get_root() 773 struct nfs_fsinfo *info) in do_proc_fsinfo() 778 .rpc_resp = info, in do_proc_fsinfo() 61 do_proc_get_root(struct rpc_clnt *client, struct nfs_fh *fhandle, struct nfs_fsinfo *info) do_proc_get_root() argument 88 nfs3_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *info) nfs3_proc_get_root() argument 772 do_proc_fsinfo(struct rpc_clnt *client, struct nfs_fh *fhandle, struct nfs_fsinfo *info) do_proc_fsinfo() argument 794 nfs3_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *info) nfs3_proc_fsinfo() argument 806 nfs3_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_pathconf *info) nfs3_proc_pathconf() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | gk104.c | 465 gk104_fifo_fault(struct nvkm_fifo *base, struct nvkm_fault_data *info) in gk104_fifo_fault() argument 477 er = nvkm_enum_find(fifo->func->fault.reason, info->reason); in gk104_fifo_fault() 478 ee = nvkm_enum_find(fifo->func->fault.engine, info->engine); in gk104_fifo_fault() 479 if (info->hub) { in gk104_fifo_fault() 480 ec = nvkm_enum_find(fifo->func->fault.hubclient, info->client); in gk104_fifo_fault() 482 ec = nvkm_enum_find(fifo->func->fault.gpcclient, info->client); in gk104_fifo_fault() 483 snprintf(ct, sizeof(ct), "GPC%d/", info->gpc); in gk104_fifo_fault() 485 ea = nvkm_enum_find(fifo->func->fault.access, info->access); in gk104_fifo_fault() 505 enum nvkm_devidx engidx = nvkm_top_fault(device, info->engine); in gk104_fifo_fault() 519 chan = nvkm_fifo_chan_inst_locked(&fifo->base, info in gk104_fifo_fault() [all...] |
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | tps65910-regulator.c | 312 struct tps_info **info; member 753 return pmic->info[id]->voltage_table[selector]; in tps65911_list_voltage() 1076 struct tps_info *info; in tps65910_probe() local 1112 info = tps65910_regs; in tps65910_probe() 1125 info = tps65911_regs; in tps65910_probe() 1139 pmic->info = devm_kcalloc(&pdev->dev, in tps65910_probe() 1143 if (!pmic->info) in tps65910_probe() 1153 for (i = 0; i < pmic->num_regulators; i++, info++) { in tps65910_probe() 1155 pmic->info[i] = info; in tps65910_probe() [all...] |
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | lpc_ich.c | 222 /* chipset related info */ 952 struct lpc_ich_info *info; in lpc_ich_finalize_wdt_cell() local 959 info = &lpc_chipset_info[priv->chipset]; in lpc_ich_finalize_wdt_cell() 961 pdata->version = info->iTCO_version; in lpc_ich_finalize_wdt_cell() 962 strscpy(pdata->name, info->name, sizeof(pdata->name)); in lpc_ich_finalize_wdt_cell() 1231 struct intel_spi_boardinfo *info; in lpc_ich_init_spi() local 1235 info = devm_kzalloc(&dev->dev, sizeof(*info), GFP_KERNEL); in lpc_ich_init_spi() 1236 if (!info) in lpc_ich_init_spi() 1239 info in lpc_ich_init_spi() [all...] |
/kernel/linux/linux-6.6/drivers/net/dsa/qca/ |
H A D | qca8k-common.c | 489 for (i = 0; i < priv->info->mib_count; i++) in qca8k_get_strings() 503 if (priv->mgmt_master && priv->info->ops->autocast_mib && in qca8k_get_ethtool_stats() 504 priv->info->ops->autocast_mib(ds, port, data) > 0) in qca8k_get_ethtool_stats() 507 for (i = 0; i < priv->info->mib_count; i++) { in qca8k_get_ethtool_stats() 534 return priv->info->mib_count; in qca8k_get_sset_count() 1044 struct netdev_lag_upper_info *info, in qca8k_lag_can_offload() 1063 if (info->tx_type != NETDEV_LAG_TX_TYPE_HASH) { in qca8k_lag_can_offload() 1069 if (info->hash_type != NETDEV_LAG_HASH_L2 && in qca8k_lag_can_offload() 1070 info->hash_type != NETDEV_LAG_HASH_L23) { in qca8k_lag_can_offload() 1081 struct netdev_lag_upper_info *info) in qca8k_lag_setup_hash() 1042 qca8k_lag_can_offload(struct dsa_switch *ds, struct dsa_lag lag, struct netdev_lag_upper_info *info, struct netlink_ext_ack *extack) qca8k_lag_can_offload() argument 1079 qca8k_lag_setup_hash(struct dsa_switch *ds, struct dsa_lag lag, struct netdev_lag_upper_info *info) qca8k_lag_setup_hash() argument 1196 qca8k_port_lag_join(struct dsa_switch *ds, int port, struct dsa_lag lag, struct netdev_lag_upper_info *info, struct netlink_ext_ack *extack) qca8k_port_lag_join() argument [all...] |
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs3proc.c | 62 struct nfs_fsinfo *info) in do_proc_get_root() 67 .rpc_resp = info, in do_proc_get_root() 72 nfs_fattr_init(info->fattr); in do_proc_get_root() 75 if (status == 0 && !(info->fattr->valid & NFS_ATTR_FATTR)) { in do_proc_get_root() 77 msg.rpc_resp = info->fattr; in do_proc_get_root() 89 struct nfs_fsinfo *info) in nfs3_proc_get_root() 93 status = do_proc_get_root(server->client, fhandle, info); in nfs3_proc_get_root() 95 status = do_proc_get_root(server->nfs_client->cl_rpcclient, fhandle, info); in nfs3_proc_get_root() 796 struct nfs_fsinfo *info) in do_proc_fsinfo() 801 .rpc_resp = info, in do_proc_fsinfo() 61 do_proc_get_root(struct rpc_clnt *client, struct nfs_fh *fhandle, struct nfs_fsinfo *info) do_proc_get_root() argument 88 nfs3_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *info) nfs3_proc_get_root() argument 795 do_proc_fsinfo(struct rpc_clnt *client, struct nfs_fh *fhandle, struct nfs_fsinfo *info) do_proc_fsinfo() argument 817 nfs3_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *info) nfs3_proc_fsinfo() argument 829 nfs3_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_pathconf *info) nfs3_proc_pathconf() argument [all...] |
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | tps65910-regulator.c | 311 struct tps_info **info; member 752 return pmic->info[id]->voltage_table[selector]; in tps65911_list_voltage() 1075 struct tps_info *info; in tps65910_probe() local 1111 info = tps65910_regs; in tps65910_probe() 1124 info = tps65911_regs; in tps65910_probe() 1138 pmic->info = devm_kcalloc(&pdev->dev, in tps65910_probe() 1142 if (!pmic->info) in tps65910_probe() 1152 for (i = 0; i < pmic->num_regulators; i++, info++) { in tps65910_probe() 1154 pmic->info[i] = info; in tps65910_probe() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_ethtool.c | 75 struct ethtool_drvinfo *info) in otx2_get_drvinfo() 79 strscpy(info->driver, DRV_NAME, sizeof(info->driver)); in otx2_get_drvinfo() 80 strscpy(info->bus_info, pci_name(pfvf->pdev), sizeof(info->bus_info)); in otx2_get_drvinfo() 965 struct ethtool_ts_info *info) in otx2_get_ts_info() 970 return ethtool_op_get_ts_info(netdev, info); in otx2_get_ts_info() 972 info->so_timestamping = SOF_TIMESTAMPING_TX_SOFTWARE | in otx2_get_ts_info() 979 info->phc_index = otx2_ptp_clock_index(pfvf); in otx2_get_ts_info() 981 info in otx2_get_ts_info() 74 otx2_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *info) otx2_get_drvinfo() argument 964 otx2_get_ts_info(struct net_device *netdev, struct ethtool_ts_info *info) otx2_get_ts_info() argument 1362 otx2vf_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *info) otx2vf_get_drvinfo() argument [all...] |
/kernel/linux/linux-6.6/arch/x86/xen/ |
H A D | enlighten_pv.c | 196 /* pvclock is in shared info area */ in xen_pv_init_platform() 208 /* Setup shared vcpu info for non-smp configurations */ in xen_pv_guest_late_init() 771 struct trap_info *info) in cvt_gate_to_trap() 778 info->vector = vector; in cvt_gate_to_trap() 783 info->address = addr; in cvt_gate_to_trap() 785 info->cs = gate_segment(val); in cvt_gate_to_trap() 786 info->flags = val->bits.dpl; in cvt_gate_to_trap() 789 info->flags |= 1 << 2; in cvt_gate_to_trap() 816 struct trap_info info[2]; in xen_write_idt_entry() local 818 info[ in xen_write_idt_entry() 770 cvt_gate_to_trap(int vector, const gate_desc *val, struct trap_info *info) cvt_gate_to_trap() argument 1251 struct edd_info *info = edd_info + nr; xen_boot_params_init_edd() local 1460 const struct dom0_vga_console_info *info = xen_start_kernel() local [all...] |
/kernel/linux/linux-6.6/drivers/iommu/intel/ |
H A D | irq_remapping.c | 1093 void intel_irq_remap_add_device(struct dmar_pci_notify_info *info) in intel_irq_remap_add_device() argument 1095 if (!irq_remapping_enabled || !pci_dev_has_default_msi_parent_domain(info->dev)) in intel_irq_remap_add_device() 1098 dev_set_msi_domain(&info->dev->dev, map_dev_to_ir(info->dev)); in intel_irq_remap_add_device() 1192 static int intel_ir_set_vcpu_affinity(struct irq_data *data, void *info) in intel_ir_set_vcpu_affinity() argument 1195 struct vcpu_data *vcpu_pi_info = info; in intel_ir_set_vcpu_affinity() 1253 struct irq_alloc_info *info, in intel_irq_remapping_prepare_irte() 1260 switch (info->type) { in intel_irq_remapping_prepare_irte() 1263 set_ioapic_sid(irte, info->devid); in intel_irq_remapping_prepare_irte() 1265 info in intel_irq_remapping_prepare_irte() 1251 intel_irq_remapping_prepare_irte(struct intel_ir_data *data, struct irq_cfg *irq_cfg, struct irq_alloc_info *info, int index, int sub_handle) intel_irq_remapping_prepare_irte() argument 1314 struct irq_alloc_info *info = arg; intel_irq_remapping_alloc() local [all...] |
/kernel/linux/linux-5.10/drivers/pinctrl/ |
H A D | pinctrl-ingenic.c | 93 const struct ingenic_chip_info *info; member 2035 jzgc->jzpc->info->reg_offset) + reg, BIT(offset)); in ingenic_gpio_shadow_set_bit() 2041 jzgc->jzpc->info->reg_offset), in ingenic_gpio_shadow_set_bit_load() 2056 if (jzgc->jzpc->info->version >= ID_JZ4770) in ingenic_gpio_set_value() 2086 if (jzgc->jzpc->info->version >= ID_JZ4770) { in irq_set_type() 2094 if (jzgc->jzpc->info->version >= ID_X1000) { in irq_set_type() 2126 if (jzgc->jzpc->info->version >= ID_JZ4770) in ingenic_gpio_irq_enable() 2142 if (jzgc->jzpc->info->version >= ID_JZ4770) in ingenic_gpio_irq_disable() 2167 if (jzgc->jzpc->info->version >= ID_JZ4770) in ingenic_gpio_irq_ack() 2224 if (jzgc->jzpc->info in ingenic_gpio_irq_handler() [all...] |
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_rmap.c | 321 struct xfs_find_left_neighbor_info *info = priv; in xfs_rmap_find_left_neighbor_helper() local 328 if (rec->rm_owner != info->high.rm_owner) in xfs_rmap_find_left_neighbor_helper() 332 rec->rm_offset + rec->rm_blockcount - 1 != info->high.rm_offset) in xfs_rmap_find_left_neighbor_helper() 335 *info->irec = *rec; in xfs_rmap_find_left_neighbor_helper() 354 struct xfs_find_left_neighbor_info info; in xfs_rmap_find_left_neighbor() local 361 info.high.rm_startblock = bno - 1; in xfs_rmap_find_left_neighbor() 362 info.high.rm_owner = owner; in xfs_rmap_find_left_neighbor() 367 info.high.rm_offset = offset - 1; in xfs_rmap_find_left_neighbor() 369 info.high.rm_offset = 0; in xfs_rmap_find_left_neighbor() 370 info in xfs_rmap_find_left_neighbor() 420 struct xfs_find_left_neighbor_info *info = priv; xfs_rmap_lookup_le_range_helper() local 455 struct xfs_find_left_neighbor_info info; xfs_rmap_lookup_le_range() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_router.c | 1970 struct netdev_notifier_info *info) in mlxsw_sp_netdevice_ipip_ol_event() 1990 chup = container_of(info, typeof(*chup), info); in mlxsw_sp_netdevice_ipip_ol_event() 1991 extack = info->extack; in mlxsw_sp_netdevice_ipip_ol_event() 1998 extack = info->extack; in mlxsw_sp_netdevice_ipip_ol_event() 2015 struct netdev_notifier_info *info) in __mlxsw_sp_netdevice_ipip_ul_event() 2022 chup = container_of(info, typeof(*chup), info); in __mlxsw_sp_netdevice_ipip_ul_event() 2023 extack = info->extack; in __mlxsw_sp_netdevice_ipip_ul_event() 2047 struct netdev_notifier_info *info) in mlxsw_sp_netdevice_ipip_ul_event() 1967 mlxsw_sp_netdevice_ipip_ol_event(struct mlxsw_sp *mlxsw_sp, struct net_device *ol_dev, unsigned long event, struct netdev_notifier_info *info) mlxsw_sp_netdevice_ipip_ol_event() argument 2010 __mlxsw_sp_netdevice_ipip_ul_event(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_ipip_entry *ipip_entry, struct net_device *ul_dev, bool *demote_this, unsigned long event, struct netdev_notifier_info *info) __mlxsw_sp_netdevice_ipip_ul_event() argument 2044 mlxsw_sp_netdevice_ipip_ul_event(struct mlxsw_sp *mlxsw_sp, struct net_device *ul_dev, unsigned long event, struct netdev_notifier_info *info) mlxsw_sp_netdevice_ipip_ul_event() argument 4912 mlxsw_sp_nexthop_obj_validate(struct mlxsw_sp *mlxsw_sp, unsigned long event, struct nh_notifier_info *info) mlxsw_sp_nexthop_obj_validate() argument 4945 mlxsw_sp_nexthop_obj_is_gateway(struct mlxsw_sp *mlxsw_sp, const struct nh_notifier_info *info) mlxsw_sp_nexthop_obj_is_gateway() argument 5048 mlxsw_sp_nexthop_obj_group_info_init(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_nexthop_group *nh_grp, struct nh_notifier_info *info) mlxsw_sp_nexthop_obj_group_info_init() argument 5167 mlxsw_sp_nexthop_obj_group_create(struct mlxsw_sp *mlxsw_sp, struct nh_notifier_info *info) mlxsw_sp_nexthop_obj_group_create() argument 5302 mlxsw_sp_nexthop_obj_new(struct mlxsw_sp *mlxsw_sp, struct nh_notifier_info *info) mlxsw_sp_nexthop_obj_new() argument 5328 mlxsw_sp_nexthop_obj_del(struct mlxsw_sp *mlxsw_sp, struct nh_notifier_info *info) mlxsw_sp_nexthop_obj_del() argument 5379 mlxsw_sp_nexthop_obj_bucket_adj_update(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_nexthop *nh, struct nh_notifier_info *info) mlxsw_sp_nexthop_obj_bucket_adj_update() argument 5427 mlxsw_sp_nexthop_obj_bucket_replace(struct mlxsw_sp *mlxsw_sp, struct nh_notifier_info *info) mlxsw_sp_nexthop_obj_bucket_replace() argument 5481 struct nh_notifier_info *info = ptr; mlxsw_sp_nexthop_obj_event() local 7738 mlxsw_sp_router_fib4_event(struct mlxsw_sp_fib_event_work *fib_work, struct fib_notifier_info *info) mlxsw_sp_router_fib4_event() argument 7765 mlxsw_sp_router_fib6_event(struct mlxsw_sp_fib_event_work *fib_work, struct fib_notifier_info *info) mlxsw_sp_router_fib6_event() argument 7788 mlxsw_sp_router_fibmr_event(struct mlxsw_sp_fib_event_work *fib_work, struct fib_notifier_info *info) mlxsw_sp_router_fibmr_event() argument 7807 mlxsw_sp_router_fib_rule_event(unsigned long event, struct fib_notifier_info *info, struct mlxsw_sp *mlxsw_sp) mlxsw_sp_router_fib_rule_event() argument 7857 struct fib_notifier_info *info = ptr; mlxsw_sp_router_fib_event() local 8242 mlxsw_sp_router_port_l3_stats_report_used(struct mlxsw_sp_rif *rif, struct netdev_notifier_offload_xstats_info *info) mlxsw_sp_router_port_l3_stats_report_used() argument 8292 mlxsw_sp_router_port_l3_stats_report_delta(struct mlxsw_sp_rif *rif, struct netdev_notifier_offload_xstats_info *info) mlxsw_sp_router_port_l3_stats_report_delta() argument 9497 mlxsw_sp_router_port_pre_changeaddr_event(struct mlxsw_sp_rif *rif, struct netdev_notifier_pre_changeaddr_info *info) mlxsw_sp_router_port_pre_changeaddr_event() argument 9636 mlxsw_sp_router_port_offload_xstats_cmd(struct mlxsw_sp_rif *rif, unsigned long event, struct netdev_notifier_offload_xstats_info *info) mlxsw_sp_router_port_offload_xstats_cmd() argument 9665 mlxsw_sp_netdevice_offload_xstats_cmd(struct mlxsw_sp *mlxsw_sp, struct net_device *dev, unsigned long event, struct netdev_notifier_offload_xstats_info *info) mlxsw_sp_netdevice_offload_xstats_cmd() argument 9751 struct netdev_notifier_changeupper_info *info = ptr; mlxsw_sp_is_vrf_event() local 9759 mlxsw_sp_netdevice_vrf_event(struct net_device *l3_dev, unsigned long event, struct netdev_notifier_changeupper_info *info) mlxsw_sp_netdevice_vrf_event() argument 10345 struct switchdev_notifier_fdb_info info = {}; mlxsw_sp_rif_fid_fdb_del() local 10390 struct switchdev_notifier_fdb_info info = {}; mlxsw_sp_rif_vlan_fdb_del() local [all...] |
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md.c | 1449 * 2/ Add info for each disk, keeping track of highest desc_nr (next_spare); in super_90_sync() 4636 * superblock to initialise info and check validity. in new_dev_store() 6634 mdu_array_info_t info; in get_array_info() local 6657 info.major_version = mddev->major_version; in get_array_info() 6658 info.minor_version = mddev->minor_version; in get_array_info() 6659 info.patch_version = MD_PATCHLEVEL_VERSION; in get_array_info() 6660 info.ctime = clamp_t(time64_t, mddev->ctime, 0, U32_MAX); in get_array_info() 6661 info.level = mddev->level; in get_array_info() 6662 info.size = mddev->dev_sectors / 2; in get_array_info() 6663 if (info in get_array_info() 6726 mdu_disk_info_t info; get_disk_info() local 6764 md_add_new_disk(struct mddev *mddev, struct mdu_disk_info_s *info) md_add_new_disk() argument 7182 md_set_array_info(struct mddev *mddev, struct mdu_array_info_s *info) md_set_array_info() argument 7360 update_array_info(struct mddev *mddev, mdu_array_info_t *info) update_array_info() argument 7655 mdu_array_info_t info; md_ioctl() local 7727 mdu_disk_info_t info; md_ioctl() local 7798 mdu_disk_info_t info; md_ioctl() local [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md.c | 1408 * 2/ Add info for each disk, keeping track of highest desc_nr (next_spare); in super_90_sync() 4566 * superblock to initialise info and check validity. in new_dev_store() 6652 mdu_array_info_t info; in get_array_info() local 6675 info.major_version = mddev->major_version; in get_array_info() 6676 info.minor_version = mddev->minor_version; in get_array_info() 6677 info.patch_version = MD_PATCHLEVEL_VERSION; in get_array_info() 6678 info.ctime = clamp_t(time64_t, mddev->ctime, 0, U32_MAX); in get_array_info() 6679 info.level = mddev->level; in get_array_info() 6680 info.size = mddev->dev_sectors / 2; in get_array_info() 6681 if (info in get_array_info() 6744 mdu_disk_info_t info; get_disk_info() local 6782 md_add_new_disk(struct mddev *mddev, struct mdu_disk_info_s *info) md_add_new_disk() argument 7214 md_set_array_info(struct mddev *mddev, struct mdu_array_info_s *info) md_set_array_info() argument 7392 update_array_info(struct mddev *mddev, mdu_array_info_t *info) update_array_info() argument 7582 mdu_array_info_t info; __md_set_array_info() local 7757 mdu_disk_info_t info; md_ioctl() local 7798 mdu_disk_info_t info; md_ioctl() local [all...] |
/kernel/linux/linux-5.10/drivers/net/vxlan/ |
H A D | vxlan_core.c | 396 fdb_info->info.dev = vxlan->dev; in vxlan_fdb_switchdev_notifier_info() 397 fdb_info->info.extack = extack; in vxlan_fdb_switchdev_notifier_info() 414 struct switchdev_notifier_vxlan_fdb_info info; in vxlan_fdb_switchdev_call_notifiers() local 423 vxlan_fdb_switchdev_notifier_info(vxlan, fdb, rd, NULL, &info); in vxlan_fdb_switchdev_call_notifiers() 425 &info.info, extack); in vxlan_fdb_switchdev_call_notifiers() 2395 const struct ip_tunnel_info *info) in vxlan_get_route() 2397 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan_get_route() 2404 if (tos && !info) in vxlan_get_route() 2450 const struct ip_tunnel_info *info) in vxlan6_get_route() 2390 vxlan_get_route(struct vxlan_dev *vxlan, struct net_device *dev, struct vxlan_sock *sock4, struct sk_buff *skb, int oif, u8 tos, __be32 daddr, __be32 *saddr, __be16 dport, __be16 sport, struct dst_cache *dst_cache, const struct ip_tunnel_info *info) vxlan_get_route() argument 2441 vxlan6_get_route(struct vxlan_dev *vxlan, struct net_device *dev, struct vxlan_sock *sock6, struct sk_buff *skb, int oif, u8 tos, __be32 label, const struct in6_addr *daddr, struct in6_addr *saddr, __be16 dport, __be16 sport, struct dst_cache *dst_cache, const struct ip_tunnel_info *info) vxlan6_get_route() argument 2593 struct ip_tunnel_info *info; vxlan_xmit_one() local 2883 const struct ip_tunnel_info *info; vxlan_xmit() local 3177 struct ip_tunnel_info *info = skb_tunnel_info(skb); vxlan_fill_metadata_dst() local [all...] |
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | btf.c | 279 return btf_kind_str[BTF_INFO_KIND(t->info)]; in btf_type_str() 406 switch (BTF_INFO_KIND(t->info)) { in btf_type_is_modifier() 424 return BTF_INFO_KIND(t->info) == BTF_KIND_FWD; in btf_type_is_fwd() 440 return BTF_INFO_KIND(t->info) == BTF_KIND_STRUCT; in __btf_type_is_struct() 445 return BTF_INFO_KIND(t->info) == BTF_KIND_ARRAY; in btf_type_is_array() 450 return BTF_INFO_KIND(t->info) == BTF_KIND_DATASEC; in btf_type_is_datasec() 461 if (BTF_INFO_KIND(t->info) != kind) in btf_find_by_name_kind() 550 switch (BTF_INFO_KIND(t->info)) { in btf_type_has_size() 598 return kind_ops[BTF_INFO_KIND(t->info)]; in btf_type_ops() 745 BTF_INFO_KIND(t->info) ! in btf_type_skip_qualifiers() 4438 btf_ctx_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) btf_ctx_access() argument 5511 struct bpf_btf_info info; btf_get_info_by_fd() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/ |
H A D | malidp_planes.c | 151 const struct drm_format_info *info; in malidp_format_mod_supported() local 202 info = drm_format_info(format); in malidp_format_mod_supported() 204 if (info->num_planes != 1) { in malidp_format_mod_supported() 219 if (!(info->is_yuv) != !!(modifier & AFBC_FORMAT_MOD_YTR)) { in malidp_format_mod_supported() 221 info->is_yuv ? "disallowed" : "mandatory", in malidp_format_mod_supported() 222 info->is_yuv ? "YUV" : "RGB"); in malidp_format_mod_supported() 227 if (!info->is_yuv) { in malidp_format_mod_supported() 228 if (info->cpp[0] <= 2) { in malidp_format_mod_supported() 234 if ((info->hsub != 1) || (info in malidp_format_mod_supported() [all...] |
/kernel/linux/linux-5.10/sound/pci/ca0106/ |
H A D | ca0106_mixer.c | 57 #include <sound/info.h> 294 .info = snd_ca0106_capture_mic_line_in_info, 303 .info = snd_ca0106_capture_line_in_side_out_info, 546 .info = snd_ca0106_volume_info, \ 580 .info = snd_ca0106_spdif_info, 586 .info = snd_ca0106_shared_spdif_info, 593 .info = snd_ca0106_capture_source_info, 600 .info = snd_ca0106_i2c_capture_source_info, 608 .info = snd_ca0106_spdif_info, 616 .info [all...] |
/kernel/linux/linux-5.10/sound/pci/ |
H A D | bt87x.c | 338 .info = SNDRV_PCM_INFO_MMAP | 355 .info = SNDRV_PCM_INFO_MMAP | 539 struct snd_ctl_elem_info *info) in snd_bt87x_capture_volume_info() 541 info->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_bt87x_capture_volume_info() 542 info->count = 1; in snd_bt87x_capture_volume_info() 543 info->value.integer.min = 0; in snd_bt87x_capture_volume_info() 544 info->value.integer.max = 15; in snd_bt87x_capture_volume_info() 577 .info = snd_bt87x_capture_volume_info, 613 .info = snd_bt87x_capture_boost_info, 619 struct snd_ctl_elem_info *info) in snd_bt87x_capture_source_info() 538 snd_bt87x_capture_volume_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *info) snd_bt87x_capture_volume_info() argument 618 snd_bt87x_capture_source_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *info) snd_bt87x_capture_source_info() argument [all...] |
/kernel/linux/linux-5.10/sound/drivers/vx/ |
H A D | vx_pcm.c | 179 static int vx_set_ibl(struct vx_core *chip, struct vx_ibl_info *info) in vx_set_ibl() argument 185 rmh.Cmd[0] |= info->size & 0x03ffff; in vx_set_ibl() 189 info->size = rmh.Stat[0]; in vx_set_ibl() 190 info->max_size = rmh.Stat[1]; in vx_set_ibl() 191 info->min_size = rmh.Stat[2]; in vx_set_ibl() 192 info->granularity = rmh.Stat[3]; in vx_set_ibl() 194 info->size, info->max_size, info->min_size, info in vx_set_ibl() [all...] |
/kernel/linux/linux-5.10/net/8021q/ |
H A D | vlan_dev.c | 662 struct ethtool_drvinfo *info) in vlan_ethtool_get_drvinfo() 664 strlcpy(info->driver, vlan_fullname, sizeof(info->driver)); in vlan_ethtool_get_drvinfo() 665 strlcpy(info->version, vlan_version, sizeof(info->version)); in vlan_ethtool_get_drvinfo() 666 strlcpy(info->fw_version, "N/A", sizeof(info->fw_version)); in vlan_ethtool_get_drvinfo() 670 struct ethtool_ts_info *info) in vlan_ethtool_get_ts_info() 677 return phy_ts_info(phydev, info); in vlan_ethtool_get_ts_info() 679 return ops->get_ts_info(vlan->real_dev, info); in vlan_ethtool_get_ts_info() 661 vlan_ethtool_get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *info) vlan_ethtool_get_drvinfo() argument 669 vlan_ethtool_get_ts_info(struct net_device *dev, struct ethtool_ts_info *info) vlan_ethtool_get_ts_info() argument [all...] |
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | bd99954-charger.c | 885 struct power_supply_battery_info info; in bd9995x_fw_probe() local 894 .info_data = &info.tricklecharge_current_ua, in bd9995x_fw_probe() 900 .info_data = &info.precharge_current_ua, in bd9995x_fw_probe() 906 .info_data = &info.precharge_voltage_max_uv, in bd9995x_fw_probe() 912 .info_data = &info.charge_term_current_ua, in bd9995x_fw_probe() 918 .info_data = &info.charge_restart_voltage_uv, in bd9995x_fw_probe() 924 .info_data = &info.overvoltage_limit_uv, in bd9995x_fw_probe() 930 .info_data = &info.constant_charge_current_max_ua, in bd9995x_fw_probe() 936 .info_data = &info.constant_charge_voltage_max_uv, in bd9995x_fw_probe() 965 ret = power_supply_get_battery_info(bd->charger, &info); in bd9995x_fw_probe() [all...] |