/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
H A D | i40iw.h | 130 #define i40iw_pr_err(fmt, args ...) pr_err("%s: "fmt, __func__, ## args) 132 #define i40iw_pr_info(fmt, args ...) pr_info("%s: " fmt, __func__, ## args) 134 #define i40iw_pr_warn(fmt, args ...) pr_warn("%s: " fmt, __func__, ## args)
|
/kernel/linux/linux-5.10/drivers/i2c/algos/ |
H A D | i2c-algo-pca.c | 17 #define DEB1(fmt, args...) do { if (i2c_debug >= 1) \ 18 printk(KERN_DEBUG fmt, ## args); } while (0) 19 #define DEB2(fmt, args...) do { if (i2c_debug >= 2) \ 20 printk(KERN_DEBUG fmt, ## args); } while (0) 21 #define DEB3(fmt, args...) do { if (i2c_debug >= 3) \ 22 printk(KERN_DEBUG fmt, ## args); } while (0)
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | agn.h | 449 #define IWL_DEBUG_QUIET_RFKILL(m, fmt, args...) \ 452 IWL_ERR(m, fmt, ##args); \ 456 fmt, ##args); \ 459 #define IWL_DEBUG_QUIET_RFKILL(m, fmt, args...) \ 462 IWL_ERR(m, fmt, ##args); \ 464 __iwl_err((m)->dev, true, true, fmt, ##args); \
|
/kernel/linux/linux-5.10/drivers/phy/intel/ |
H A D | phy-intel-lgm-combo.c | 473 cbphy->id = ref.args[0]; in intel_cbphy_fwnode_parse() 482 cbphy->bid = ref.args[0]; in intel_cbphy_fwnode_parse() 526 struct of_phandle_args *args) in intel_cbphy_xlate() 531 if (args->args_count < 1) { in intel_cbphy_xlate() 536 iphy_id = args->args[0]; in intel_cbphy_xlate() 525 intel_cbphy_xlate(struct device *dev, struct of_phandle_args *args) intel_cbphy_xlate() argument
|
/kernel/linux/linux-5.10/drivers/phy/mscc/ |
H A D | phy-ocelot-serdes.c | 444 struct of_phandle_args *args) in serdes_simple_xlate() 449 if (args->args_count != 2) in serdes_simple_xlate() 452 port = args->args[0]; in serdes_simple_xlate() 453 idx = args->args[1]; in serdes_simple_xlate() 443 serdes_simple_xlate(struct device *dev, struct of_phandle_args *args) serdes_simple_xlate() argument
|
/kernel/linux/linux-5.10/drivers/phy/renesas/ |
H A D | phy-rcar-gen2.c | 310 struct of_phandle_args *args) in rcar_gen2_phy_xlate() 313 struct device_node *np = args->np; in rcar_gen2_phy_xlate() 325 if (i >= drv->num_channels || args->args[0] >= 2) in rcar_gen2_phy_xlate() 328 return drv->channels[i].phys[args->args[0]].phy; in rcar_gen2_phy_xlate() 309 rcar_gen2_phy_xlate(struct device *dev, struct of_phandle_args *args) rcar_gen2_phy_xlate() argument
|
/kernel/linux/linux-5.10/drivers/phy/rockchip/ |
H A D | phy-rockchip-pcie.c | 86 struct of_phandle_args *args) in rockchip_pcie_phy_of_xlate() 90 if (args->args_count == 0) in rockchip_pcie_phy_of_xlate() 93 if (WARN_ON(args->args[0] >= PHY_MAX_LANE_NUM)) in rockchip_pcie_phy_of_xlate() 96 return rk_phy->phys[args->args[0]].phy; in rockchip_pcie_phy_of_xlate() 85 rockchip_pcie_phy_of_xlate(struct device *dev, struct of_phandle_args *args) rockchip_pcie_phy_of_xlate() argument
|
/kernel/linux/linux-5.10/drivers/soc/dove/ |
H A D | pmu.c | 409 struct of_phandle_args args; in dove_init_pmu() local 434 0, &args); in dove_init_pmu() 436 if (args.np == pmu->of_node) in dove_init_pmu() 437 domain->rst_mask = BIT(args.args[0]); in dove_init_pmu() 438 of_node_put(args.np); in dove_init_pmu()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | insert-sys-cert.c | 33 #define info(format, args...) fprintf(stderr, "INFO: " format, ## args) 34 #define warn(format, args...) fprintf(stdout, "WARNING: " format, ## args) 35 #define err(format, args...) fprintf(stderr, "ERROR: " format, ## args)
|
/kernel/linux/linux-5.10/sound/soc/samsung/ |
H A D | tm2_wm5110.c | 504 struct of_phandle_args args; in tm2_probe() local 552 struct of_phandle_args args; in tm2_probe() local 555 cells_name, i, &args); in tm2_probe() 561 cpu_dai_node[i] = args.np; in tm2_probe() 592 "audio-codec", 0, 1, &args); in tm2_probe() 598 ret = snd_soc_get_dai_name(&args, &card->dai_link[i].codecs->dai_name); in tm2_probe()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | mount_clnt.c | 156 struct rpc_create_args args = { in nfs_mount() local 178 args.flags |= RPC_CLNT_CREATE_NONPRIVPORT; in nfs_mount() 180 mnt_clnt = rpc_create(&args); in nfs_mount() 241 struct rpc_create_args args = { in nfs_umount() local 264 args.flags |= RPC_CLNT_CREATE_NONPRIVPORT; in nfs_umount() 266 clnt = rpc_create(&args); in nfs_umount()
|
/kernel/linux/linux-5.10/fs/fat/ |
H A D | fat.h | 430 #define fat_fs_error(sb, fmt, args...) \ 431 __fat_fs_error(sb, 1, fmt , ## args) 432 #define fat_fs_error_ratelimit(sb, fmt, args...) \ 433 __fat_fs_error(sb, __ratelimit(&MSDOS_SB(sb)->ratelimit), fmt , ## args) 436 #define fat_msg_ratelimit(sb, level, fmt, args...) \ 439 fat_msg(sb, level, fmt, ## args); \
|
/kernel/linux/linux-5.10/net/netfilter/ipset/ |
H A D | ip_set_bitmap_gen.h | 207 u32 id, first = cb->args[IPSET_CB_ARG0]; in mtype_list() 215 for (; cb->args[IPSET_CB_ARG0] < map->elements; in mtype_list() 216 cb->args[IPSET_CB_ARG0]++) { in mtype_list() 218 id = cb->args[IPSET_CB_ARG0]; in mtype_list() 246 cb->args[IPSET_CB_ARG0] = 0; in mtype_list() 253 cb->args[IPSET_CB_ARG0] = 0; in mtype_list()
|
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | acpiphp_ibm.c | 162 union acpi_object args[2]; in ibm_set_attention_status() local 163 struct acpi_object_list params = { .pointer = args, .count = 2 }; in ibm_set_attention_status() 179 args[0].type = ACPI_TYPE_INTEGER; in ibm_set_attention_status() 180 args[0].integer.value = ibm_slot->slot.slot_id; in ibm_set_attention_status() 181 args[1].type = ACPI_TYPE_INTEGER; in ibm_set_attention_status() 182 args[1].integer.value = (status) ? 1 : 0; in ibm_set_attention_status()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | itd1000.c | 27 #define itd_dbg(args...) do { \ 29 printk(KERN_DEBUG "ITD1000: " args);\ 33 #define itd_warn(args...) do { \ 34 printk(KERN_WARNING "ITD1000: " args); \ 37 #define itd_info(args...) do { \ 38 printk(KERN_INFO "ITD1000: " args); \
|
H A D | zl10036.c | 26 #define dprintk(level, args...) \ 27 do { if (zl10036_debug & level) printk(KERN_DEBUG "zl10036: " args); \ 30 #define deb_info(args...) dprintk(0x01, args) 31 #define deb_i2c(args...) dprintk(0x02, args)
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/ |
H A D | hns_mdio.c | 551 (u16)reg_args.args[0]; in hns_mdio_probe() 553 (u16)reg_args.args[0] + 4; in hns_mdio_probe() 555 (u16)reg_args.args[1]; in hns_mdio_probe() 557 (u16)reg_args.args[1] + 4; in hns_mdio_probe() 559 (u16)reg_args.args[2]; in hns_mdio_probe() 561 (u16)reg_args.args[3]; in hns_mdio_probe()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | mount_clnt.c | 158 struct rpc_create_args args = { in nfs_mount() local 181 args.flags |= RPC_CLNT_CREATE_NONPRIVPORT; in nfs_mount() 184 mnt_clnt = rpc_create(&args); in nfs_mount() 245 struct rpc_create_args args = { in nfs_umount() local 268 args.flags |= RPC_CLNT_CREATE_NONPRIVPORT; in nfs_umount() 270 clnt = rpc_create(&args); in nfs_umount()
|
/kernel/linux/linux-6.6/drivers/soc/dove/ |
H A D | pmu.c | 409 struct of_phandle_args args; in dove_init_pmu() local 434 0, &args); in dove_init_pmu() 436 if (args.np == pmu->of_node) in dove_init_pmu() 437 domain->rst_mask = BIT(args.args[0]); in dove_init_pmu() 438 of_node_put(args.np); in dove_init_pmu()
|
/kernel/linux/linux-6.6/drivers/base/test/ |
H A D | property-entry-test.c | 450 KUNIT_EXPECT_EQ(test, ref.args[0], 1LLU); in pe_test_reference() 452 /* asking for more args, padded with zero data */ in pe_test_reference() 458 KUNIT_EXPECT_EQ(test, ref.args[0], 1LLU); in pe_test_reference() 459 KUNIT_EXPECT_EQ(test, ref.args[1], 2LLU); in pe_test_reference() 460 KUNIT_EXPECT_EQ(test, ref.args[2], 0LLU); in pe_test_reference() 480 KUNIT_EXPECT_EQ(test, ref.args[0], 3LLU); in pe_test_reference() 481 KUNIT_EXPECT_EQ(test, ref.args[1], 4LLU); in pe_test_reference()
|
/kernel/linux/linux-6.6/drivers/clocksource/ |
H A D | ingenic-sysost.c | 304 struct of_phandle_args args; in ingenic_ost_get_clock() local 306 args.np = np; in ingenic_ost_get_clock() 307 args.args_count = 1; in ingenic_ost_get_clock() 308 args.args[0] = id; in ingenic_ost_get_clock() 310 return of_clk_get_from_provider(&args); in ingenic_ost_get_clock()
|
H A D | ingenic-timer.c | 131 struct of_phandle_args args; in ingenic_tcu_get_clock() local 133 args.np = np; in ingenic_tcu_get_clock() 134 args.args_count = 1; in ingenic_tcu_get_clock() 135 args.args[0] = id; in ingenic_tcu_get_clock() 137 return of_clk_get_from_provider(&args); in ingenic_tcu_get_clock()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | agn.h | 396 #define IWL_DEBUG_QUIET_RFKILL(m, fmt, args...) \ 399 IWL_ERR(m, fmt, ##args); \ 405 fmt, ##args); \ 408 #define IWL_DEBUG_QUIET_RFKILL(m, fmt, args...) \ 411 IWL_ERR(m, fmt, ##args); \ 414 fmt, ##args); \
|
/kernel/linux/linux-6.6/drivers/phy/rockchip/ |
H A D | phy-rockchip-pcie.c | 86 struct of_phandle_args *args) in rockchip_pcie_phy_of_xlate() 90 if (args->args_count == 0) in rockchip_pcie_phy_of_xlate() 93 if (WARN_ON(args->args[0] >= PHY_MAX_LANE_NUM)) in rockchip_pcie_phy_of_xlate() 96 return rk_phy->phys[args->args[0]].phy; in rockchip_pcie_phy_of_xlate() 85 rockchip_pcie_phy_of_xlate(struct device *dev, struct of_phandle_args *args) rockchip_pcie_phy_of_xlate() argument
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | acpiphp_ibm.c | 162 union acpi_object args[2]; in ibm_set_attention_status() local 163 struct acpi_object_list params = { .pointer = args, .count = 2 }; in ibm_set_attention_status() 179 args[0].type = ACPI_TYPE_INTEGER; in ibm_set_attention_status() 180 args[0].integer.value = ibm_slot->slot.slot_id; in ibm_set_attention_status() 181 args[1].type = ACPI_TYPE_INTEGER; in ibm_set_attention_status() 182 args[1].integer.value = (status) ? 1 : 0; in ibm_set_attention_status()
|