Searched refs:function (Results 201 - 225 of 1091) sorted by relevance

1234567891011>>

/linux-master/security/tomoyo/
H A Dmemory.c15 * @function: Function's name.
17 void tomoyo_warn_oom(const char *function) argument
24 pr_warn("ERROR: Out of memory at %s.\n", function);
/linux-master/net/lapb/
H A Dlapb_timer.c40 lapb->t1timer.function = lapb_t1timer_expiry;
51 lapb->t2timer.function = lapb_t2timer_expiry;
/linux-master/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_init.h24 u8 function; member in struct:mpi3_scsi_io_request
65 u8 function; member in struct:mpi3_scsi_io_reply
/linux-master/tools/perf/util/
H A Dprobe-event.h31 char *realname; /* function real name (if needed) */
68 char *function; /* Function name */ member in struct:perf_probe_point
72 unsigned long offset; /* Offset from function entry */
111 char *function; /* Function name */ member in struct:line_range
/linux-master/arch/x86/kvm/
H A Dreverse_cpuid.h65 u32 function; member in struct:cpuid_reg
112 BUILD_BUG_ON(reverse_cpuid[x86_leaf].function == 0);
H A Dcpuid.h17 u32 function, u32 index);
19 u32 function);
76 entry = kvm_find_cpuid_entry_index(vcpu, cpuid.function, cpuid.index);
/linux-master/drivers/pinctrl/intel/
H A Dpinctrl-intel.h38 * struct intel_function - Description about a function
39 * @func: Generic data of the pin function (name and groups of pins)
275 const char *intel_get_function_name(struct pinctrl_dev *pctldev, unsigned int function);
276 int intel_get_function_groups(struct pinctrl_dev *pctldev, unsigned int function,
/linux-master/arch/sh/lib/
H A Dudivsi3.S14 .type __udivsi3, @function
/linux-master/arch/microblaze/lib/
H A Ddivsi3.S12 .type __divsi3, @function
H A Dmodsi3.S13 .type __modsi3, @function
H A Dudivsi3.S13 .type __udivsi3, @function
/linux-master/include/linux/usb/
H A Duas.h62 __u8 function; member in struct:task_mgmt_iu
/linux-master/scripts/
H A Dmarkup_oops.pl38 my $function;
165 $function = $1;
169 $function = $1;
204 if ($_ =~ /^([0-9a-f]+) \<$function\>\:/) {
/linux-master/drivers/staging/media/imx/
H A Dimx-ic-common.c55 priv->sd.entity.function = MEDIA_ENT_F_PROC_VIDEO_SCALER;
/linux-master/arch/parisc/kernel/vdso64/
H A Dsigtramp.S37 .type __kernel_sigtramp_rt, @function
/linux-master/drivers/pci/controller/
H A Dpci-loongson.c206 unsigned int function)
209 (device >= 9 && device <= 20) && (function > 0));
216 unsigned int function = PCI_FUNC(devfn); local
230 if (!pdev_may_exist(bus, device, function))
205 pdev_may_exist(struct pci_bus *bus, unsigned int device, unsigned int function) argument
/linux-master/arch/powerpc/include/asm/
H A Dppc-pci.h57 int eeh_pci_enable(struct eeh_pe *pe, int function);
/linux-master/arch/arm/mm/
H A Dproc-arm9tdmi.S62 .type __arm9tdmi_setup, #function
/linux-master/tools/scripts/
H A Dutilities.mak22 # GNU make's $(shell ...) function converts to a
82 # This function produces text that is suitable for
110 # (this is in constrast to a `$(shell ...)' function call,
113 # This function avoids the problem by producing a string
123 # If the text does not contain a newline, then this function
124 # produces the same results as the `$(shell-sq)' function.
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_trace.h643 TP_PROTO(bool begin, const char *function, const int line, const int recursion_depth),
644 TP_ARGS(begin, function, line, recursion_depth),
648 __field(const char *, function)
654 __entry->function = function;
661 __entry->function,
667 TP_PROTO(const struct optc *optc_state, int instance, bool lock, const char *function, const int line),
668 TP_ARGS(optc_state, instance, lock, function, line),
671 __field(const char *, function)
689 __entry->function
[all...]
/linux-master/drivers/pinctrl/nomadik/
H A Dpinctrl-abx500.c414 * if pin GPIOSEL bit is set and pin supports alternate function,
555 unsigned function)
559 return pct->soc->functions[function].name;
563 unsigned function,
569 *groups = pct->soc->functions[function].groups;
570 *num_groups = pct->soc->functions[function].ngroups;
575 static int abx500_pmx_set(struct pinctrl_dev *pctldev, unsigned function, argument
613 * Different ranges have different ways to enable GPIO function on a
696 const char *function)
703 (*map)[*num_maps].data.mux.function
554 abx500_pmx_get_func_name(struct pinctrl_dev *pctldev, unsigned function) argument
562 abx500_pmx_get_func_groups(struct pinctrl_dev *pctldev, unsigned function, const char * const **groups, unsigned * const num_groups) argument
693 abx500_dt_add_map_mux(struct pinctrl_map **map, unsigned *reserved_maps, unsigned *num_maps, const char *group, const char *function) argument
754 const char *function = NULL; local
[all...]
H A Dpinctrl-nomadik.c72 * PIN_CFG - default config with alternate function
581 const char *function)
588 (*map)[*num_maps].data.mux.function = function;
739 const char *function = NULL; local
745 ret = of_property_read_string(np, "function", &function);
761 group, function);
844 unsigned int function)
848 return npct->soc->functions[function]
579 nmk_dt_add_map_mux(struct pinctrl_map **map, unsigned int *reserved_maps, unsigned int *num_maps, const char *group, const char *function) argument
843 nmk_pmx_get_func_name(struct pinctrl_dev *pctldev, unsigned int function) argument
851 nmk_pmx_get_func_groups(struct pinctrl_dev *pctldev, unsigned int function, const char * const **groups, unsigned * const num_groups) argument
864 nmk_pmx_set(struct pinctrl_dev *pctldev, unsigned int function, unsigned int group) argument
[all...]
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c659 * 16 when control is transferred to the function entry point.
721 uint32_t function, uint32_t index,
735 if (entry->function == function && entry->index == index)
745 return __kvm_cpu_has(cpuid, feature.function, feature.index,
752 return __kvm_cpu_has(cpuid, property.function, property.index,
836 entry = __vcpu_get_cpuid_entry(vcpu, property.function, property.index);
847 void vcpu_clear_cpuid_entry(struct kvm_vcpu *vcpu, uint32_t function) argument
849 struct kvm_cpuid_entry2 *entry = vcpu_get_cpuid_entry(vcpu, function);
865 entry = __vcpu_get_cpuid_entry(vcpu, feature.function, featur
720 __kvm_cpu_has(const struct kvm_cpuid2 *cpuid, uint32_t function, uint32_t index, uint8_t reg, uint8_t lo, uint8_t hi) argument
1139 get_cpuid_entry(const struct kvm_cpuid2 *cpuid, uint32_t function, uint32_t index) argument
[all...]
/linux-master/drivers/iio/pressure/
H A Dmprls0025pa.c68 * transfer function A: 10% to 90% of 2^24
69 * transfer function B: 2.5% to 22.5% of 2^24
70 * transfer function C: 20% to 80% of 2^24
188 * If there is an end of conversion (EOC) interrupt registered the function
191 * Context: The function can sleep and data->lock should be held when calling it
364 "honeywell,transfer-function", &func);
367 "honeywell,transfer-function could not be read\n");
368 data->function = func - 1;
369 if (data->function > MPR_FUNCTION_C)
371 "honeywell,transfer-function
[all...]
/linux-master/drivers/usb/storage/
H A Drealtek_cr.c88 u8 function[2]; member in struct:rts51x_status
139 /* Check card reader function */
141 CHK_BIT((chip)->status[0].function[0], 1)
143 CHK_BIT((chip)->status[0].function[0], 2)
145 CHK_BIT((chip)->status[0].function[0], 3)
147 CHK_BIT((chip)->status[0].function[0], 4)
149 CHK_BIT((chip)->status[0].function[1], 0)
151 CHK_BIT((chip)->status[0].function[1], 1)
282 * invoked by the invoke_transport() function
471 chip->status[lun].function[
[all...]

Completed in 355 milliseconds

1234567891011>>