/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | meson-mx-sdhc-clkc.c | 50 const char *name_suffix, in meson_mx_sdhc_clk_hw_register() 60 name_suffix); in meson_mx_sdhc_clk_hw_register() 74 const char *name_suffix, in meson_mx_sdhc_gate_clk_hw_register() 80 return meson_mx_sdhc_clk_hw_register(dev, name_suffix, &parent_data, 1, in meson_mx_sdhc_gate_clk_hw_register() 49 meson_mx_sdhc_clk_hw_register(struct device *dev, const char *name_suffix, const struct clk_parent_data *parents, unsigned int num_parents, const struct clk_ops *ops, struct clk_hw *hw) meson_mx_sdhc_clk_hw_register() argument 73 meson_mx_sdhc_gate_clk_hw_register(struct device *dev, const char *name_suffix, struct clk_hw *parent, struct clk_hw *hw) meson_mx_sdhc_gate_clk_hw_register() argument
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | meson-mx-sdhc-clkc.c | 48 const char *name_suffix, in meson_mx_sdhc_clk_hw_register() 58 name_suffix); in meson_mx_sdhc_clk_hw_register() 72 const char *name_suffix, in meson_mx_sdhc_gate_clk_hw_register() 78 return meson_mx_sdhc_clk_hw_register(dev, name_suffix, &parent_data, 1, in meson_mx_sdhc_gate_clk_hw_register() 47 meson_mx_sdhc_clk_hw_register(struct device *dev, const char *name_suffix, const struct clk_parent_data *parents, unsigned int num_parents, const struct clk_ops *ops, struct clk_hw *hw) meson_mx_sdhc_clk_hw_register() argument 71 meson_mx_sdhc_gate_clk_hw_register(struct device *dev, const char *name_suffix, struct clk_hw *parent, struct clk_hw *hw) meson_mx_sdhc_gate_clk_hw_register() argument
|
/kernel/linux/linux-5.10/drivers/staging/most/i2c/ |
H A D | i2c.c | 306 dev->capabilities[CH_RX].name_suffix = "rx"; in i2c_probe() 308 dev->capabilities[CH_TX].name_suffix = "tx"; in i2c_probe()
|
/kernel/linux/linux-6.6/drivers/staging/most/i2c/ |
H A D | i2c.c | 309 dev->capabilities[CH_RX].name_suffix = "rx"; in i2c_probe() 311 dev->capabilities[CH_TX].name_suffix = "tx"; in i2c_probe()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | most.h | 77 * @name_suffix: Optional suffix providean by an HDM that is attached to the 102 const char *name_suffix; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | most.h | 77 * @name_suffix: Optional suffix providean by an HDM that is attached to the 102 const char *name_suffix; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-meson8b.c | 109 const char *name_suffix, in meson8b_dwmac_register_clk() 119 name_suffix); in meson8b_dwmac_register_clk() 108 meson8b_dwmac_register_clk(struct meson8b_dwmac *dwmac, const char *name_suffix, const struct clk_parent_data *parents, int num_parents, const struct clk_ops *ops, struct clk_hw *hw) meson8b_dwmac_register_clk() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-meson8b.c | 120 const char *name_suffix, in meson8b_dwmac_register_clk() 130 name_suffix); in meson8b_dwmac_register_clk() 119 meson8b_dwmac_register_clk(struct meson8b_dwmac *dwmac, const char *name_suffix, const struct clk_parent_data *parents, int num_parents, const struct clk_ops *ops, struct clk_hw *hw) meson8b_dwmac_register_clk() argument
|
/kernel/linux/linux-5.10/drivers/most/ |
H A D | core.c | 1316 const char *name_suffix = iface->channel_vector[i].name_suffix; in most_register_interface() local 1321 if (!name_suffix) in most_register_interface() 1324 snprintf(c->name, STRING_SIZE, "%s", name_suffix); in most_register_interface()
|
H A D | most_usb.c | 1028 tmp_cap->name_suffix = &mdev->suffix[i][0]; in hdm_probe()
|
/kernel/linux/linux-6.6/drivers/most/ |
H A D | core.c | 1316 const char *name_suffix = iface->channel_vector[i].name_suffix; in most_register_interface() local 1321 if (!name_suffix) in most_register_interface() 1324 snprintf(c->name, STRING_SIZE, "%s", name_suffix); in most_register_interface()
|
H A D | most_usb.c | 1028 tmp_cap->name_suffix = &mdev->suffix[i][0]; in hdm_probe()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-nvidia-shield.c | 243 const char *name_suffix) in shield_allocate_input_dev() 257 name_suffix); in shield_allocate_input_dev() 242 shield_allocate_input_dev(struct hid_device *hdev, const char *name_suffix) shield_allocate_input_dev() argument
|
H A D | hid-playstation.c | 589 static struct input_dev *ps_allocate_input_dev(struct hid_device *hdev, const char *name_suffix) in ps_allocate_input_dev() argument 603 if (name_suffix) { in ps_allocate_input_dev() 605 name_suffix); in ps_allocate_input_dev()
|
/kernel/linux/linux-5.10/drivers/staging/most/dim2/ |
H A D | dim2.c | 851 cap->name_suffix = hdm_ch->name; in dim2_probe()
|
/kernel/linux/linux-6.6/drivers/staging/most/dim2/ |
H A D | dim2.c | 853 cap->name_suffix = hdm_ch->name; in dim2_probe()
|