Home
last modified time | relevance | path

Searched refs:component (Results 1 – 25 of 25) sorted by relevance

/linux-4.19.296/drivers/base/
Dcomponent.c19 struct component;
25 struct component *component; member
45 struct component { struct
77 struct component *component = match->compare[i].component; in component_devices_show() local
80 component ? dev_name(component->dev) : "(unknown)", in component_devices_show()
81 component ? (component->bound ? "bound" : "not bound") : "not registered"); in component_devices_show()
144 static struct component *find_component(struct master *master, in find_component()
147 struct component *c; in find_component()
172 struct component *c; in find_components()
176 if (match->compare[i].component) in find_components()
[all …]
DMakefile4 obj-y := component.o core.o bus.o dd.o syscore.o \
/linux-4.19.296/include/sound/
Dsoc.h445 struct snd_soc_component *component,
551 struct snd_ac97 *snd_soc_alloc_ac97_component(struct snd_soc_component *component);
552 struct snd_ac97 *snd_soc_new_ac97_component(struct snd_soc_component *component,
583 int snd_soc_add_component_controls(struct snd_soc_component *component,
774 int (*set_sysclk)(struct snd_soc_component *component,
776 int (*set_pll)(struct snd_soc_component *component, int pll_id,
778 int (*set_jack)(struct snd_soc_component *component,
782 int (*of_xlate_dai_name)(struct snd_soc_component *component,
790 int (*set_bias_level)(struct snd_soc_component *component,
854 int (*init)(struct snd_soc_component *component);
[all …]
Dsoc-dai.h323 struct snd_soc_component *component; member
Dcore.h252 int snd_component_add(struct snd_card *card, const char *component);
Dsoc-dapm.h666 struct snd_soc_component *component; /* parent component */ member
/linux-4.19.296/include/acpi/
Dacoutput.h255 #define ACPI_IS_DEBUG_ENABLED(level, component) \ argument
256 ((level & acpi_dbg_level) && (component & acpi_dbg_layer))
290 #define ACPI_DO_DEBUG_PRINT(function, level, line, filename, modulename, component, ...) \ argument
292 if (ACPI_IS_DEBUG_ENABLED (level, component)) \
294 function (level, line, filename, modulename, component, __VA_ARGS__); \
298 #define ACPI_ACTUAL_DEBUG(level, line, filename, modulename, component, ...) \ argument
300 filename, modulename, component, __VA_ARGS__)
302 #define ACPI_ACTUAL_DEBUG_RAW(level, line, filename, modulename, component, ...) \ argument
304 filename, modulename, component, __VA_ARGS__)
444 #define ACPI_IS_DEBUG_ENABLED(level, component) 0 argument
/linux-4.19.296/drivers/misc/
Denclosure.c149 edev->component[i].number = -1; in enclosure_register()
150 edev->component[i].slot = -1; in enclosure_register()
151 edev->component[i].power_status = -1; in enclosure_register()
183 if (edev->component[i].number != -1) in enclosure_unregister()
184 device_unregister(&edev->component[i].cdev); in enclosure_unregister()
266 ecomp = &edev->component[i]; in enclosure_component_find_by_name()
305 ecomp = &edev->component[number]; in enclosure_component_alloc()
374 int enclosure_add_device(struct enclosure_device *edev, int component, in enclosure_add_device() argument
380 if (!edev || component >= edev->components) in enclosure_add_device()
383 cdev = &edev->component[component]; in enclosure_add_device()
[all …]
/linux-4.19.296/drivers/char/agp/
DKconfig34 This option gives you AGP support for the GLX component of
49 This option gives you AGP support for the GLX component of
56 This option gives you AGP support for the GLX component of
63 This option gives you AGP support for the GLX component of
74 This option gives you AGP support for the GLX component of X
85 This option gives you AGP support for the GLX component of
92 This option gives you AGP support for the GLX component of
109 This option gives you AGP support for the GLX component of
/linux-4.19.296/drivers/regulator/
Darizona-micsupp.c53 struct snd_soc_component *component; in arizona_micsupp_check_cp() local
65 component = snd_soc_dapm_to_component(dapm); in arizona_micsupp_check_cp()
69 snd_soc_component_force_enable_pin(component, in arizona_micsupp_check_cp()
72 snd_soc_component_disable_pin(component, "MICSUPP"); in arizona_micsupp_check_cp()
DKconfig499 from the adjacent phase, allowing the use of small magnetic component.
/linux-4.19.296/include/linux/
Denclosure.h115 struct enclosure_component component[0]; member
138 int enclosure_add_device(struct enclosure_device *enclosure, int component,
/linux-4.19.296/fs/nfs/
Dnfs4namespace.c44 const struct nfs4_string *component = &pathname->components[n]; in nfs4_pathname_string() local
45 buflen -= component->len + 1; in nfs4_pathname_string()
48 end -= component->len; in nfs4_pathname_string()
49 memcpy(end, component->data, component->len); in nfs4_pathname_string()
Dnfs4xdr.c3699 struct nfs4_string *component = &path->components[path->ncomponents]; in decode_pathname() local
3700 status = decode_opaque_inline(xdr, &component->len, &component->data); in decode_pathname()
3706 component->len, component->data); in decode_pathname()
/linux-4.19.296/drivers/slimbus/
DKconfig32 interface, and communicating with master component residing on ADSP
/linux-4.19.296/include/media/
Dtuner.h231 int (*tuner_callback)(void *dev, int component, int cmd, int arg);
Ddvb_frontend.h697 int (*callback)(void *adapter_priv, int component, int cmd, int arg);
/linux-4.19.296/drivers/media/dvb-frontends/
Ddibx000_common.h233 u8 component; member
/linux-4.19.296/fs/ocfs2/
DKconfig31 Cluster Base. It only requires a very small userspace component
/linux-4.19.296/fs/proc/
Dproc_sysctl.c1536 const struct ctl_path *component; in __register_sysctl_paths() local
1544 for (component = path; component->procname; component++) { in __register_sysctl_paths()
1545 pos = append_path(new_path, pos, component->procname); in __register_sysctl_paths()
/linux-4.19.296/drivers/extcon/
Dextcon-arizona.c276 struct snd_soc_component *component = snd_soc_dapm_to_component(dapm); in arizona_extcon_pulse_micbias() local
279 ret = snd_soc_component_force_enable_pin(component, widget); in arizona_extcon_pulse_micbias()
287 ret = snd_soc_component_disable_pin(component, widget); in arizona_extcon_pulse_micbias()
352 struct snd_soc_component *component = snd_soc_dapm_to_component(dapm); in arizona_stop_mic() local
360 ret = snd_soc_component_disable_pin(component, widget); in arizona_stop_mic()
/linux-4.19.296/fs/reiserfs/
DREADME72 building, by buying from third party OS component suppliers. Leverage
73 the software component development power of the internet. Be the most
/linux-4.19.296/drivers/media/usb/dvb-usb-v2/
Drtl28xxu.c859 static int rtl2832u_frontend_callback(void *adapter_priv, int component, in rtl2832u_frontend_callback() argument
883 component, cmd, arg); in rtl2832u_frontend_callback()
885 switch (component) { in rtl2832u_frontend_callback()
Daf9035.c1146 static int af9035_frontend_callback(void *adapter_priv, int component, in af9035_frontend_callback() argument
1154 component, cmd, arg); in af9035_frontend_callback()
1156 switch (component) { in af9035_frontend_callback()
/linux-4.19.296/drivers/media/v4l2-core/
Dtuner-core.c251 int (*tuner_callback) (void *dev, int component, int cmd, int arg)) in set_type() argument