Searched refs:function (Results 176 - 200 of 1091) sorted by relevance

1234567891011>>

/linux-master/drivers/acpi/
H A Dacpi_dbg.c57 acpi_osd_exec_callback function; member in struct:acpi_aml_io
296 * This function should be used to implement acpi_os_printf() to filter out
336 * This function should be used to implement acpi_os_get_line() to capture
385 acpi_osd_exec_callback function = NULL; local
389 if (acpi_aml_io.function) {
391 function = acpi_aml_io.function;
396 if (function)
397 function(context);
412 * @function
418 acpi_aml_create_thread(acpi_osd_exec_callback function, void *context) argument
[all...]
H A Dosl.c46 acpi_osd_exec_callback function; member in struct:acpi_os_dpc
415 * __acpi_unmap_table() is an __init function, the __ref annotation is needed
629 * ktime_get() to implement this function because this function may get
630 * called after timekeeping has been suspended. Note: calling this function
808 PCI_DEVFN(pci_id->device, pci_id->function),
836 PCI_DEVFN(pci_id->device, pci_id->function),
847 dpc->function(dpc->context);
886 int acpi_debugger_create_thread(acpi_osd_exec_callback function, void *context) argument
907 ret = func(function, contex
1060 acpi_os_execute(acpi_execute_type type, acpi_osd_exec_callback function, void *context) argument
1350 acpi_os_signal(u32 function, void *info) argument
[all...]
/linux-master/fs/reiserfs/
H A Dprints.c286 const char *function, const char *fmt, ...)
292 function, error_buf);
295 id ? id : "", id ? " " : "", function, error_buf);
331 * maintainer-errorid: [function-name:] message
333 * where errorid is unique to the maintainer and function-name is
376 const char *function, const char *fmt, ...)
386 function, error_buf);
389 id ? id : "", id ? " " : "", function, error_buf);
394 const char *function, const char *fmt, ...)
401 __reiserfs_panic(sb, id, function, error_bu
285 __reiserfs_warning(struct super_block *sb, const char *id, const char *function, const char *fmt, ...) argument
375 __reiserfs_panic(struct super_block *sb, const char *id, const char *function, const char *fmt, ...) argument
393 __reiserfs_error(struct super_block *sb, const char *id, const char *function, const char *fmt, ...) argument
[all...]
/linux-master/drivers/pinctrl/
H A Dpinctrl-artpec6.c27 #define ARTPEC6_MAX_MUXABLE 35 /* Last pin with muxable function */
638 unsigned int function)
640 return artpec6_pmx_functions[function].name;
644 unsigned int function,
648 *groups = artpec6_pmx_functions[function].groups;
649 *num_groups = artpec6_pmx_functions[function].num_groups;
654 unsigned int function, unsigned int group,
670 if (!strcmp(artpec6_pmx_get_fname(pctldev, function), "gpio")) {
692 unsigned int function,
697 dev_dbg(pmx->dev, "enabling %s function fo
637 artpec6_pmx_get_fname(struct pinctrl_dev *pctldev, unsigned int function) argument
643 artpec6_pmx_get_fgroups(struct pinctrl_dev *pctldev, unsigned int function, const char * const **groups, unsigned int * const num_groups) argument
653 artpec6_pmx_select_func(struct pinctrl_dev *pctldev, unsigned int function, unsigned int group, bool enable) argument
691 artpec6_pmx_set(struct pinctrl_dev *pctldev, unsigned int function, unsigned int group) argument
[all...]
H A Dpinctrl-lantiq.c77 const char *function; local
92 ret = of_property_read_string(np, "lantiq,function", &function);
96 (*map)->name = function;
98 (*map)->data.mux.function = function;
212 /* Return function number. If failure, return negative value. */
307 dev_err(info->dev, "No GPIO function on pin%d\n", mfp);
H A Dpinctrl-single.c41 * struct pcs_func_vals - mux function register offset and value pair
80 * struct pcs_function - pinctrl function
81 * @name: pinctrl function name
98 * struct pcs_gpiofunc_range - pin ranges with same mux value of gpio function
100 * @npins: number pins with the same mux value of gpio function
101 * @gpiofunc: mux value of gpio function
131 * @rearm: optional SoC specific wake-up rearm function
156 * @fmask: function register mask
157 * @fshift: function register shift
168 * @read: register read function t
339 struct function_desc *function; local
361 struct function_desc *function; local
785 struct pcs_function *function; local
1008 struct pcs_function *function = NULL; local
1123 struct pcs_function *function = NULL; local
[all...]
H A Dpinctrl-as3722.c203 unsigned function)
207 return as_pci->functions[function].name;
211 unsigned function, const char * const **groups,
216 *groups = as_pci->functions[function].groups;
217 *num_groups = as_pci->functions[function].ngroups;
221 static int as3722_pinctrl_set(struct pinctrl_dev *pctldev, unsigned function, argument
226 u8 val = AS3722_GPIO_IOSF_VAL(as_pci->functions[function].mux_option);
229 dev_dbg(as_pci->dev, "%s(): GPIO %u pin to function %u and val %u\n",
230 __func__, group, function, val);
239 as_pci->gpio_control[group].io_function = function;
202 as3722_pinctrl_get_func_name(struct pinctrl_dev *pctldev, unsigned function) argument
210 as3722_pinctrl_get_func_groups(struct pinctrl_dev *pctldev, unsigned function, const char * const **groups, unsigned * const num_groups) argument
[all...]
H A Dpinctrl-max77620.c218 unsigned int function)
222 return mpci->functions[function].name;
226 unsigned int function,
232 *groups = mpci->functions[function].groups;
233 *num_groups = mpci->functions[function].ngroups;
239 unsigned int function, unsigned int group)
245 if (function == MAX77620_PINMUX_GPIO) {
247 } else if (function == mpci->pin_groups[group].alt_option) {
250 dev_err(mpci->dev, "GPIO %u doesn't have function %u\n",
251 group, function);
217 max77620_pinctrl_get_func_name(struct pinctrl_dev *pctldev, unsigned int function) argument
225 max77620_pinctrl_get_func_groups(struct pinctrl_dev *pctldev, unsigned int function, const char * const **groups, unsigned int * const num_groups) argument
238 max77620_pinctrl_enable(struct pinctrl_dev *pctldev, unsigned int function, unsigned int group) argument
[all...]
H A Dpinctrl-axp209.c52 /* Stores the pins supporting LDO function. Bit offset is pin number. */
54 /* Stores the pins supporting ADC function. Bit offset is pin number. */
276 unsigned int function, unsigned int group)
282 if (function <= AXP20X_FUNC_GPIO_IN)
284 pctl->funcs[function].muxval);
286 if (function == AXP20X_FUNC_LDO)
300 if (function == AXP20X_FUNC_LDO)
303 return axp20x_pmx_set(pctldev, group, pctl->funcs[function].muxval);
275 axp20x_pmx_set_mux(struct pinctrl_dev *pctldev, unsigned int function, unsigned int group) argument
/linux-master/kernel/time/
H A Dalarmtimer.c69 * This function returns the rtc device to use for wakealarms.
208 if (alarm->function)
209 restart = alarm->function(alarm, base->get_ktime());
337 enum alarmtimer_restart (*function)(struct alarm *, ktime_t))
340 alarm->timer.function = alarmtimer_fired;
341 alarm->function = function;
350 * @function: callback that is run when the alarm fires
353 enum alarmtimer_restart (*function)(struct alarm *, ktime_t))
357 __alarm_init(alarm, type, function);
[all...]
/linux-master/drivers/target/
H A Dtarget_core_tmr.c29 u8 function,
44 tmr->function = function;
205 if (tmr_p->function == TMR_LUN_RESET)
209 * If this function was called with a valid pr_res_key
241 tmr_p->function, tmr_p->response, cmd->t_state);
251 * @prout_cmd: Pointer to the SCSI PREEMPT AND ABORT if this function is called
291 * (e.g., by a LOGICAL UNIT RESET task management function), then "yes"
26 core_tmr_alloc_req( struct se_cmd *se_cmd, void *fabric_tmr_ptr, u8 function, gfp_t gfp_flags) argument
/linux-master/drivers/counter/
H A Dmicrochip-tcb-capture.c70 enum counter_function *function)
75 *function = COUNTER_FUNCTION_QUADRATURE_X4;
77 *function = COUNTER_FUNCTION_INCREASE;
84 enum counter_function function)
95 switch (function) {
68 mchp_tc_count_function_read(struct counter_device *counter, struct counter_count *count, enum counter_function *function) argument
82 mchp_tc_count_function_write(struct counter_device *counter, struct counter_count *count, enum counter_function function) argument
/linux-master/arch/arm/kernel/
H A Dentry-ftrace.S11 * start of every function. In mcount, apart from the function's address (in
12 * lr), we need to get hold of the function's caller's address.
22 * mcount can be thought of as a function called in the middle of a subroutine
57 mcount_adjust_addr r0, lr @ instrumented function
88 @ function tracing op
94 mcount_adjust_addr r0, lr @ instrumented function
143 mcount_adjust_addr r0, lr @ instrumented function
147 @ function tracing op
192 * unable to unwind through a function whic
[all...]
/linux-master/drivers/pci/hotplug/
H A Dcpqphp_core.c371 * @func: PCI device/function info
423 u8 function; local
431 function = devfn & 0x7;
432 dbg("bus, dev, fn = %d, %d, %d\n", bus, device, function);
434 slot_func = cpqhp_slot_find(bus, device, function);
450 u8 function; local
458 function = devfn & 0x7;
459 dbg("bus, dev, fn = %d, %d, %d\n", bus, device, function);
461 slot_func = cpqhp_slot_find(bus, device, function);
467 slot_func->function
482 u8 function; local
[all...]
/linux-master/sound/pci/ac97/
H A Dac97_proc.c24 int header = 0, function; local
36 for (function = 0; function < 12; ++function) {
37 snd_ac97_write(ac97, AC97_FUNC_SELECT, function << 1);
47 function_names[function],
/linux-master/drivers/pinctrl/bcm/
H A Dpinctrl-bcm4908.c41 unsigned int function; member in struct:bcm4908_pinctrl_pin_setup
436 lsb |= group->pins[i].function << BCM4908_TEST_PORT_LSB_PINMUX_DATA_SHIFT;
540 const struct bcm4908_pinctrl_function *function = &bcm4908_pinctrl_functions[i]; local
543 function->name,
544 function->groups,
545 function->num_groups, NULL);
/linux-master/tools/power/acpi/os_specific/service_layers/
H A Dosunixxf.c272 * DESCRIPTION: Returns AE_SUPPORT, function not used in user space.
397 * Also, This function is used for relatively small error messages only.
1202 * PARAMETERS: function - ACPI A signal function code
1203 * info - Pointer to function-dependent structure
1211 acpi_status acpi_os_signal(u32 function, void *info) argument
1214 switch (function) {
1259 * function - Address of the function to execute
1260 * context - Passed as a parameter to the function
1269 acpi_os_execute(acpi_execute_type type, acpi_osd_exec_callback function, void *context) argument
1290 acpi_os_execute(acpi_execute_type type, acpi_osd_exec_callback function, void *context) argument
[all...]
/linux-master/drivers/pinctrl/intel/
H A Dpinctrl-tangier.c197 unsigned int function)
201 return tp->functions[function].func.name;
205 unsigned int function,
211 *groups = tp->functions[function].func.groups;
212 *ngroups = tp->functions[function].func.ngroups;
217 unsigned int function,
196 tng_get_function_name(struct pinctrl_dev *pctldev, unsigned int function) argument
204 tng_get_function_groups(struct pinctrl_dev *pctldev, unsigned int function, const char * const **groups, unsigned int * const ngroups) argument
216 tng_pinmux_set_mux(struct pinctrl_dev *pctldev, unsigned int function, unsigned int group) argument
/linux-master/arch/x86/include/asm/
H A Didtentry.h46 * The macro is written so it acts as function definition. Append the
133 * The macro is written so it acts as function definition. Append the
172 * The macro is written so it acts as function definition. Append the
199 * to the function as error_code argument which needs to be truncated
202 * irq_enter/exit_rcu() are invoked before the function body and the
204 * has to be done in the function body if necessary.
244 * function body. KVM L1D flush request is set.
246 * Runs the function on the interrupt stack if the entry hit kernel mode
279 * Runs the function on the interrupted stack. No switch to IRQ stack and
368 * the function nam
467 fred_install_sysvec(unsigned int vector, const idtentry_t function) argument
[all...]
/linux-master/drivers/pinctrl/pxa/
H A Dpinctrl-pxa2xx.c109 unsigned function)
112 struct pinfunction *pf = pctl->functions + function;
125 unsigned function,
130 struct pinfunction *pf = pctl->functions + function;
138 static int pxa2xx_pmx_set_mux(struct pinctrl_dev *pctldev, unsigned function, argument
150 df = pxa_desc_by_func_group(pctl, g->name, (pctl->functions + function)->name);
272 * alternate function, 6 * npins is an absolute high limit of the number
108 pxa2xx_pmx_get_func_name(struct pinctrl_dev *pctldev, unsigned function) argument
124 pxa2xx_pmx_get_func_groups(struct pinctrl_dev *pctldev, unsigned function, const char * const **groups, unsigned * const num_groups) argument
/linux-master/drivers/pinctrl/tegra/
H A Dpinctrl-tegra.c109 const char *function; local
118 ret = of_property_read_string(np, "nvidia,function", &function);
123 "%pOF: could not parse property nvidia,function\n", np);
124 function = NULL;
143 if (function != NULL)
160 if (function) {
163 function);
231 unsigned function)
235 return pmx->functions[function]
230 tegra_pinctrl_get_func_name(struct pinctrl_dev *pctldev, unsigned function) argument
238 tegra_pinctrl_get_func_groups(struct pinctrl_dev *pctldev, unsigned function, const char * const **groups, unsigned * const num_groups) argument
251 tegra_pinctrl_set_mux(struct pinctrl_dev *pctldev, unsigned function, unsigned group) argument
[all...]
H A Dpinctrl-tegra-xusb.c161 const char *function, *group; local
166 err = of_property_read_string(np, "nvidia,function", &function);
171 function = NULL;
191 if (function)
209 if (function) {
212 function);
277 unsigned int function)
281 return padctl->soc->functions[function].name;
285 unsigned int function,
276 tegra_xusb_padctl_get_function_name(struct pinctrl_dev *pinctrl, unsigned int function) argument
284 tegra_xusb_padctl_get_function_groups(struct pinctrl_dev *pinctrl, unsigned int function, const char * const **groups, unsigned * const num_groups) argument
297 tegra_xusb_padctl_pinmux_set(struct pinctrl_dev *pinctrl, unsigned int function, unsigned int group) argument
[all...]
/linux-master/arch/sh/lib/
H A Dudivsi3_i4i-Os.S24 .type __udivsi3_i4i, @function
25 .type __sdivsi3_i4i, @function
/linux-master/arch/mips/pic32/pic32mzda/
H A Dearly_pin.h230 void pic32_pps_input(int function, int pin);
231 void pic32_pps_output(int function, int pin);
/linux-master/drivers/watchdog/
H A Dsoftdog.c96 * shutdown callback function. Thus, we should execute
191 softdog_ticktock.function = softdog_fire;
197 softdog_preticktock.function = softdog_pretimeout;

Completed in 198 milliseconds

1234567891011>>