Searched refs:function (Results 126 - 150 of 1091) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzip_vas.c47 int function; member in struct:nx_handle
88 void *nx_function_begin(int function, int pri) argument
94 if (function != NX_FUNC_COMP_GZIP) {
108 nxhandle->function = function;
/linux-master/drivers/media/rc/
H A Dir-sony-decoder.c32 * This function returns -EINVAL if the pulse violates the state machine
39 u8 device, subdevice, function; local
121 function = bitrev8((data->bits >> 4) & 0xFE);
130 function = bitrev8((data->bits >> 7) & 0xFE);
139 function = bitrev8((data->bits >> 12) & 0xFE);
148 scancode = device << 16 | subdevice << 8 | function;
/linux-master/arch/s390/pci/
H A Dpci_bus.c33 /* zpci_bus_prepare_device - Prepare a zPCI function for scanning
34 * @zdev: the zPCI function to be prepared
36 * The PCI resources for the function are set up and added to its zbus and the
37 * function is enabled. The function must be added to a zbus which must have
38 * a PCI bus created. If an error occurs the zPCI function is not enabled.
66 * Scans the PCI function making it available to the common PCI code.
127 * common PCI code. If a PCI function fails to be initialized an error will be
138 zdev = zbus->function[devfn];
173 * @fr: PCI root function tha
[all...]
/linux-master/drivers/pinctrl/bcm/
H A Dpinctrl-ns.c274 const struct ns_pinctrl_function *function = &ns_pinctrl_functions[i]; local
276 if (!(function->chipsets & ns_pinctrl->chipset_flag))
279 pinmux_generic_add_function(ns_pinctrl->pctldev, function->name,
280 function->groups,
281 function->num_groups, NULL);
/linux-master/drivers/acpi/acpica/
H A Dhwpci.c4 * Module Name: hwpci - Obtain PCI bus, device, and function numbers
51 * modified by this function.
60 * DESCRIPTION: This function derives a full PCI ID for a PCI device,
62 * and function code.
66 * initialization. This function is invoked during configuration
73 * Region initialization. This function is then called, and is
104 /* Walk the list, updating the PCI device/function/bus numbers */
192 * modified by this function.
218 pci_id->function));
223 * Descend down the namespace tree, collecting PCI device, function,
[all...]
H A Dacinterp.h486 acpi_ex_system_memory_space_handler(u32 function,
494 acpi_ex_system_io_space_handler(u32 function,
501 acpi_ex_pci_config_space_handler(u32 function,
508 acpi_ex_cmos_space_handler(u32 function,
515 acpi_ex_pci_bar_space_handler(u32 function,
522 acpi_ex_embedded_controller_space_handler(u32 function,
530 acpi_ex_sm_bus_space_handler(u32 function,
537 acpi_ex_data_table_space_handler(u32 function,
/linux-master/drivers/media/usb/au0828/
H A Dau0828-core.c225 if (entity->function == MEDIA_ENT_F_AUDIO_MIXER)
227 else if (entity->function == MEDIA_ENT_F_ATV_DECODER)
233 switch (new->function) {
242 if (entity->function == MEDIA_ENT_F_AUDIO_MIXER)
271 switch (owner->function) {
275 if (entity->function == MEDIA_ENT_F_IO_V4L ||
276 entity->function == MEDIA_ENT_F_AUDIO_CAPTURE ||
277 entity->function == MEDIA_ENT_F_IO_VBI)
314 if (entity->function == MEDIA_ENT_F_DTV_DEMOD) {
437 __func__, entity->name, entity->function, re
[all...]
/linux-master/drivers/pcmcia/
H A Dcs_internal.h28 /* Each card function gets one of these guys */
160 int pccard_read_tuple(struct pcmcia_socket *s, unsigned int function,
167 int pccard_get_first_tuple(struct pcmcia_socket *s, unsigned int function,
170 int pccard_get_next_tuple(struct pcmcia_socket *s, unsigned int function,
H A Dpcmcia_cis.c29 * @function: the device function we loop for
35 int pccard_read_tuple(struct pcmcia_socket *s, unsigned int function, argument
49 if (function == BIND_FN_ALL)
51 ret = pccard_get_first_tuple(s, function, &tuple);
70 * @function: the device function we loop for
73 * @priv_data: private data to be passed to the loop_tuple function.
74 * @loop_tuple: function to call for each CIS entry of type @function
82 pccard_loop_tuple(struct pcmcia_socket *s, unsigned int function, cisdata_t code, cisparse_t *parse, void *priv_data, int (*loop_tuple) (tuple_t *tuple, cisparse_t *parse, void *priv_data)) argument
[all...]
/linux-master/include/trace/events/
H A Dsched.h73 __field( void *, function)
79 __entry->function = work->func;
83 TP_printk("work struct=%p function=%ps worker=%p",
84 __entry->work, __entry->function, __entry->worker)
101 __field( void *, function)
106 __entry->function = work->func;
109 TP_printk("work struct %p: function %ps", __entry->work, __entry->function)
115 * @function: pointer to worker function
[all...]
/linux-master/arch/sparc/kernel/
H A Dspiterrs.S9 .type __spitfire_access_error,#function
133 .type __spitfire_cee_trap,#function
157 .type __spitfire_data_access_exception_tl1,#function
185 .type __spitfire_data_access_exception,#function
205 .type __spitfire_insn_access_exception_tl1,#function
224 .type __spitfire_insn_access_exception,#function
/linux-master/drivers/pinctrl/
H A Dpinconf-generic.c302 const char *function; local
326 ret = of_property_read_string(np, "function", &function);
330 dev_err(dev, "%pOF: could not parse property function\n",
332 function = NULL;
343 if (function != NULL)
356 if (function) {
359 function);
/linux-master/arch/x86/entry/vdso/vdso32/
H A Dsigreturn.S12 .type __kernel_sigreturn,@function
26 .type __kernel_rt_sigreturn,@function
/linux-master/scripts/gcc-plugins/
H A Dgcc-generate-gimple-pass.h94 virtual bool gate(function *) { return _GATE(); }
100 virtual unsigned int execute(function *) { return _EXECUTE(); }
H A Dgcc-generate-simple_ipa-pass.h94 virtual bool gate(function *) { return _GATE(); }
100 virtual unsigned int execute(function *) { return _EXECUTE(); }
H A Dgcc-generate-rtl-pass.h94 virtual bool gate(function *) { return _GATE(); }
100 virtual unsigned int execute(function *) { return _EXECUTE(); }
/linux-master/drivers/acpi/
H A Dacpi_pcc.c50 acpi_pcc_address_space_setup(acpi_handle region_handle, u32 function, argument
105 acpi_pcc_address_space_handler(u32 function, acpi_physical_address addr, argument
/linux-master/include/linux/pinctrl/
H A Dmachine.h28 * @group: the name of the group whose mux function is to be configured. This
29 * field may be left NULL, and the first applicable group for the function
31 * @function: the mux function to select for the group
35 const char *function; member in struct:pinctrl_map_mux
95 .function = func, \
/linux-master/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h139 void *function; member in struct:trace_event_raw_workqueue_execute_start
146 void *function; member in struct:trace_event_raw_workqueue_execute_end
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h104 u32 function; member in struct:kvm_x86_cpu_feature
112 .function = fn, \
226 u32 function; member in struct:kvm_x86_cpu_property
235 .function = fn, \
614 static inline void __cpuid(uint32_t function, uint32_t index, argument
618 *eax = function;
630 static inline void cpuid(uint32_t function, argument
634 return __cpuid(function, 0, eax, ebx, ecx, edx);
677 static inline uint32_t __this_cpu_has(uint32_t function, uint32_t index, argument
682 __cpuid(function, inde
995 __vcpu_get_cpuid_entry(struct kvm_vcpu *vcpu, uint32_t function, uint32_t index) argument
1003 vcpu_get_cpuid_entry(struct kvm_vcpu *vcpu, uint32_t function) argument
[all...]
/linux-master/drivers/usb/gadget/function/
H A Df_phonet.c3 * f_phonet.c -- USB CDC Phonet function
42 struct usb_function function; member in struct:f_phonet
58 return container_of(f, struct f_phonet, function);
400 struct usb_gadget *gadget = fp->function.config->cdev->gadget;
561 INFO(cdev, "USB CDC Phonet function\n");
679 fp->function.name = "phonet";
680 fp->function.bind = pn_bind;
681 fp->function.unbind = pn_unbind;
682 fp->function.set_alt = pn_set_alt;
683 fp->function
[all...]
/linux-master/sound/pci/asihpi/
H A Dhpimsgx.c68 hpi_init_response(phr, phm->object, phm->function,
152 phm->adapter_index, phm->function);
154 switch (phm->function) {
200 hpi_init_response(phr, HPI_OBJ_SUBSYSTEM, phm->function,
209 switch (phm->function) {
237 switch (phm->function) {
254 hpi_init_response(phr, HPI_OBJ_OSTREAM, phm->function,
259 switch (phm->function) {
276 hpi_init_response(phr, HPI_OBJ_ISTREAM, phm->function,
281 switch (phm->function) {
[all...]
/linux-master/tools/perf/util/
H A Dprobe-finder.c55 * for the location fuzzed by function entry mcount.
508 pr_warning("Failed to find '%s' in this function.\n",
522 const char *function,
560 " because %s is an inlined function and"
561 " has no return point.\n", function,
562 function);
630 const char *function; member in struct:find_scope_param
650 /* If the function name is given, that's what user expects */
651 if (fsp->function) {
652 if (die_match_name(fn_die, fsp->function)) {
520 convert_to_trace_point(Dwarf_Die *sp_die, Dwfl_Module *mod, Dwarf_Addr paddr, bool retprobe, const char *function, struct probe_trace_point *tp) argument
1013 char *function; member in struct:pubname_callback_param
[all...]
/linux-master/arch/sparc/lib/
H A DGENpatch.S27 .type generic_patch_copyops,#function
H A DNGbzero.S19 .type NGmemset, #function
32 .type NGbzero, #function
120 .type NGclear_user, #function
153 .type niagara_patch_bzero,#function

Completed in 406 milliseconds

1234567891011>>