Searched refs:args (Results 201 - 225 of 2506) sorted by last modified time

1234567891011>>

/linux-master/drivers/usb/typec/tcpm/
H A Dfusb302.c135 va_list args)
148 vsnprintf(tmpbuffer, sizeof(tmpbuffer), fmt, args);
184 va_list args; local
186 va_start(args, fmt);
187 _fusb302_log(chip, fmt, args);
188 va_end(args);
134 _fusb302_log(struct fusb302_chip *chip, const char *fmt, va_list args) argument
/linux-master/drivers/usb/mtu3/
H A Dmtu3_host.c117 struct of_phandle_args args; local
126 "mediatek,syscon-wakeup", 2, 0, &args);
130 ssusb->uwk_reg_base = args.args[0];
131 ssusb->uwk_vers = args.args[1];
132 ssusb->uwk = syscon_node_to_regmap(args.np);
133 of_node_put(args.np);
/linux-master/drivers/usb/host/
H A Dxhci.h1726 #define xhci_dbg(xhci, fmt, args...) \
1727 dev_dbg(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
1728 #define xhci_err(xhci, fmt, args...) \
1729 dev_err(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
1730 #define xhci_warn(xhci, fmt, args...) \
1731 dev_warn(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
1732 #define xhci_warn_ratelimited(xhci, fmt, args...) \
1733 dev_warn_ratelimited(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
1734 #define xhci_info(xhci, fmt, args...) \
1735 dev_info(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
[all...]
/linux-master/drivers/usb/dwc3/
H A Ddwc3-am62.c152 struct of_phandle_args args; local
165 0, &args);
169 am62->offset = args.args[0];
/linux-master/drivers/tty/serial/
H A Dsunplus-uart.c275 static irqreturn_t sunplus_uart_irq(int irq, void *args) argument
277 struct uart_port *port = args;
H A Dsamsung_tty.c328 static void s3c24xx_serial_tx_dma_complete(void *args) argument
330 struct s3c24xx_uart_port *ourport = args;
604 static void s3c24xx_serial_rx_dma_complete(void *args) argument
606 struct s3c24xx_uart_port *ourport = args;
H A Dmsm_serial.c437 static void msm_complete_tx_dma(void *args) argument
439 struct msm_port *msm_port = args;
543 static void msm_complete_rx_dma(void *args) argument
545 struct msm_port *msm_port = args;
/linux-master/drivers/tty/serial/8250/
H A D8250_aspeed_vuart.c502 sirq_polarity_sense_args.args[0],
503 BIT(sirq_polarity_sense_args.args[1]));
/linux-master/drivers/staging/fbtft/
H A Dfbtft-core.c54 va_list args; local
59 va_start(args, fmt);
60 text_len = vscnprintf(text, sizeof(textbuf), fmt, args);
61 va_end(args);
/linux-master/drivers/remoteproc/
H A Dremoteproc_core.c255 va_list args; local
262 va_start(args, name);
263 vsnprintf(_name, sizeof(_name), name, args);
264 va_end(args);
923 va_list args; local
938 va_start(args, name);
939 vsnprintf(mem->name, sizeof(mem->name), name, args);
940 va_end(args);
966 va_list args; local
977 va_start(args, nam
[all...]
H A Dqcom_q6v5_mss.c1708 struct of_phandle_args args; local
1724 "qcom,halt-regs", halt_cell_cnt, 0, &args);
1730 qproc->halt_map = syscon_node_to_regmap(args.np);
1731 of_node_put(args.np);
1735 qproc->halt_q6 = args.args[0];
1736 qproc->halt_modem = args.args[1];
1737 qproc->halt_nc = args.args[
[all...]
H A Dqcom_q6v5_adsp.c341 struct of_phandle_args args; local
352 ret = of_parse_phandle_with_args(adsp->dev->of_node, "iommus", "#iommu-cells", 0, &args);
356 sid = args.args[0] & SID_MASK_DEFAULT;
/linux-master/drivers/phy/tegra/
H A Dxusb.c25 const struct of_phandle_args *args)
31 if (args->args_count != 0)
38 if (pad->lanes[i]->dev.of_node == args->np) {
24 tegra_xusb_pad_of_xlate(struct device *dev, const struct of_phandle_args *args) argument
/linux-master/drivers/phy/
H A Dphy-core.c619 struct of_phandle_args args; local
622 index, &args);
627 if (of_device_is_compatible(args.np, "usb-nop-xceiv"))
631 phy_provider = of_phy_provider_lookup(args.np);
637 if (!of_device_is_available(args.np)) {
643 phy = phy_provider->of_xlate(phy_provider->dev, &args);
650 of_node_put(args.np);
743 * @args: of_phandle_args (not used here)
747 * should provide a custom of_xlate function that reads the *args* and returns
751 const struct of_phandle_args *args)
750 of_phy_simple_xlate(struct device *dev, const struct of_phandle_args *args) argument
1142 __of_phy_provider_register(struct device *dev, struct device_node *children, struct module *owner, struct phy * (*of_xlate)(struct device *dev, const struct of_phandle_args *args)) argument
1205 __devm_of_phy_provider_register(struct device *dev, struct device_node *children, struct module *owner, struct phy * (*of_xlate)(struct device *dev, const struct of_phandle_args *args)) argument
[all...]
/linux-master/drivers/of/
H A Dproperty.c991 struct fwnode_reference_args *args)
1005 if (!args) {
1010 args->nargs = of_args.args_count;
1011 args->fwnode = of_fwnode_handle(of_args.np);
1014 args->args[i] = i < of_args.args_count ? of_args.args[i] : 0;
988 of_fwnode_get_reference_args(const struct fwnode_handle *fwnode, const char *prop, const char *nargs_prop, unsigned int nargs, unsigned int index, struct fwnode_reference_args *args) argument
/linux-master/drivers/nvmem/
H A Dcore.c1436 cell_index = cell_spec.args[0];
/linux-master/drivers/net/wireguard/
H A Dnetlink.c103 #define DUMP_CTX(cb) ((struct dump_ctx *)(cb)->args)
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h661 struct cgx_set_link_mode_args args; member in struct:cgx_set_link_mode_req
/linux-master/drivers/misc/
H A Dfastrpc.c250 struct fastrpc_invoke_args *args; member in struct:fastrpc_invoke_ctx
543 ctx->olaps[i].start = ctx->args[i].ptr;
544 ctx->olaps[i].end = ctx->olaps[i].start + ctx->args[i].length;
575 struct fastrpc_invoke_args *args)
606 ctx->args = args;
890 if (ctx->args[i].fd == 0 || ctx->args[i].fd == -1) {
909 if (ctx->args[i].fd == 0 || ctx->args[
573 fastrpc_context_alloc( struct fastrpc_user *user, u32 kernel, u32 sc, struct fastrpc_invoke_args *args) argument
943 uintptr_t args; local
1136 fastrpc_internal_invoke(struct fastrpc_user *fl, u32 kernel, u32 handle, u32 sc, struct fastrpc_invoke_args *args) argument
1237 struct fastrpc_invoke_args *args; local
1357 struct fastrpc_invoke_args *args; local
1501 struct fastrpc_invoke_args args[1]; local
1647 struct fastrpc_invoke_args args[1]; local
1663 struct fastrpc_invoke_args *args = NULL; local
1694 struct fastrpc_invoke_args args[2] = { 0 }; local
1794 struct fastrpc_invoke_args args[1] = { [0] = { 0 } }; local
1852 struct fastrpc_invoke_args args[3] = { [0 ... 2] = { 0 } }; local
1954 struct fastrpc_invoke_args args[1] = { [0] = { 0 } }; local
2008 struct fastrpc_invoke_args args[4] = { [0 ... 3] = { 0 } }; local
[all...]
/linux-master/drivers/misc/eeprom/
H A Didt_89hpesx.c238 #define idt_smb_safe(ops, args...) ({ \
242 __sts = i2c_smbus_ ## ops ## _data(args); \
/linux-master/drivers/memory/tegra/
H A Dtegra30.c1339 unsigned int i, idx = spec->args[0];
H A Dtegra20.c396 unsigned int i, idx = spec->args[0];
H A Dtegra124.c1177 unsigned int i, idx = spec->args[0];
H A Dmc.c764 if (node->id == spec->args[0])
/linux-master/drivers/interconnect/samsung/
H A Dexynos.c33 struct of_phandle_args args; local
45 "#interconnect-cells", 0, &args);
49 icc_node_data = of_icc_get_from_provider(&args);
50 of_node_put(args.np);

Completed in 246 milliseconds

1234567891011>>