Searched refs:function (Results 76 - 100 of 1091) sorted by relevance

1234567891011>>

/linux-master/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed.c55 unsigned int function)
59 return pdata->pinmux.functions[function].name;
63 unsigned int function,
69 *groups = pdata->pinmux.functions[function].groups;
70 *num_groups = pdata->pinmux.functions[function].ngroups;
81 expr->function);
99 expr->function);
138 * enable the pin's signal for the requested function.
141 * @name: The name of the requested function (needle)
143 * Return: A pointer to the signal expression whose function ta
54 aspeed_pinmux_get_fn_name(struct pinctrl_dev *pctldev, unsigned int function) argument
62 aspeed_pinmux_get_fn_groups(struct pinctrl_dev *pctldev, unsigned int function, const char * const **groups, unsigned int * const num_groups) argument
223 aspeed_pinmux_set_mux(struct pinctrl_dev *pctldev, unsigned int function, unsigned int group) argument
[all...]
H A Dpinctrl-aspeed.h95 unsigned int function);
97 unsigned int function, const char * const **groups,
99 int aspeed_pinmux_set_mux(struct pinctrl_dev *pctldev, unsigned int function,
/linux-master/drivers/pinctrl/spear/
H A Dpinctrl-spear.c156 const char *function, *group; local
161 ret = of_property_read_string(np, "st,function", &function);
186 of_property_read_string(np, "st,function", &function);
190 (*map)[index].data.mux.function = function;
224 unsigned function)
228 return pmx->machdata->functions[function]->name;
232 unsigned function, cons
223 spear_pinctrl_get_func_name(struct pinctrl_dev *pctldev, unsigned function) argument
231 spear_pinctrl_get_func_groups(struct pinctrl_dev *pctldev, unsigned function, const char *const **groups, unsigned * const ngroups) argument
243 spear_pinctrl_endisable(struct pinctrl_dev *pctldev, unsigned function, unsigned group, bool enable) argument
277 spear_pinctrl_set_mux(struct pinctrl_dev *pctldev, unsigned function, unsigned group) argument
[all...]
/linux-master/drivers/crypto/ccp/
H A Dccp-dev-v5.c91 /* CCP version 5: Union to define the function field (cmd_reg1/dword0) */
161 #define CCP5_CMD_FUNCTION(p) (CCP5_CMD_DW0(p).function)
280 union ccp_function function; local
296 function.raw = 0;
297 CCP_AES_ENCRYPT(&function) = op->u.aes.action;
298 CCP_AES_MODE(&function) = op->u.aes.mode;
299 CCP_AES_TYPE(&function) = op->u.aes.type;
300 CCP_AES_SIZE(&function) = op->u.aes.size;
302 CCP5_CMD_FUNCTION(&desc) = function.raw;
325 union ccp_function function; local
368 union ccp_function function; local
409 union ccp_function function; local
452 union ccp_function function; local
494 union ccp_function function; local
555 union ccp_function function; local
[all...]
/linux-master/drivers/pci/hotplug/
H A Dibmphp_pci.c33 * We also assign the same irq numbers for multi function devices.
61 * Input: function to be added
63 * TO DO: The error case with Multifunction device or multi function bridge,
73 u8 function; local
91 /* For every function on the card */
92 for (function = 0x00; function < 0x08; function++) {
93 unsigned int devfn = PCI_DEVFN(device, function);
96 cur_func->function
1051 u8 device, function; local
1182 unconfigure_boot_device(u8 busno, u8 device, u8 function) argument
1303 unconfigure_boot_bridge(u8 busno, u8 device, u8 function) argument
1422 u8 function; local
[all...]
H A Dcpqphp_pci.c80 func->function));
86 num = pci_scan_slot(ctrl->pci_dev->bus, PCI_DEVFN(func->device, func->function));
92 func->function));
118 dbg("%s: bus/dev/func = %x/%x/%x\n", __func__, func->bus, func->device, func->function);
311 int function; local
349 new_slot->function = 0;
365 /* If multi-function device, set max_functions to 8 */
371 function = 0;
379 rc = pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(device, function), PCI_SECONDARY_BUS, &secondary_bus);
398 (new_slot->function !
475 int function = 0; local
[all...]
/linux-master/arch/mips/include/asm/
H A Dasm.h48 .type symbol, @function; \
61 .type symbol, @function; \
68 * END - mark end of function
70 #define END(function) \
72 .end function; \
73 .size function, .-function
83 * FEXPORT - export definition of a function symbol
87 .type symbol, @function; \
/linux-master/include/pcmcia/
H A Ddevice_id.h105 /* multi-function devices */
113 .function = (mfc), }
120 .function = (mfc), }
127 .function = (mfc), }
135 .function = (mfc), }
143 .function = (mfc), }
152 .function = (mfc), }
154 /* pseudo multi-function devices */
255 .function = (mfc), \
265 .function
[all...]
/linux-master/arch/mips/pci/
H A Dops-bonito64.c34 int function = PCI_FUNC(devfn); local
42 addr = (1 << (device + ID_SEL_BEGIN)) | (function << 8) | reg;
46 addr = (busnum << 16) | (device << 11) | (function << 8) | reg;
/linux-master/scripts/
H A Dgenerate_initcall_order.pl47 # section name for the initcall function
51 $initcalls->{$counter}->{'function'};
135 my ($function, $level) = $symbol =~
139 if (!defined($function) || !defined($level));
144 'function' => $function,
/linux-master/drivers/pinctrl/
H A Dpinctrl-utils.c48 const char *function)
55 (*map)[*num_maps].data.mux.function = function;
45 pinctrl_utils_add_map_mux(struct pinctrl_dev *pctldev, struct pinctrl_map **map, unsigned int *reserved_maps, unsigned int *num_maps, const char *group, const char *function) argument
/linux-master/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_ioc.h10 u8 function; member in struct:mpi3_ioc_init_request
45 u8 function; member in struct:mpi3_ioc_facts_request
169 u8 function; member in struct:mpi3_mgmt_passthrough_request
183 u8 function; member in struct:mpi3_create_request_queue_request
205 u8 function; member in struct:mpi3_delete_request_queue_request
216 u8 function; member in struct:mpi3_create_reply_queue_request
242 u8 function; member in struct:mpi3_delete_reply_queue_request
253 u8 function; member in struct:mpi3_port_enable_request
292 u8 function; member in struct:mpi3_event_notification_request
306 u8 function; member in struct:mpi3_event_notification_reply
344 u8 function; member in struct:mpi3_event_ack_request
741 u8 function; member in struct:mpi3_pel_request
754 u8 function; member in struct:mpi3_pel_req_action_get_sequence_numbers
768 u8 function; member in struct:mpi3_pel_req_action_clear_log_marker
782 u8 function; member in struct:mpi3_pel_req_action_get_log
800 u8 function; member in struct:mpi3_pel_req_action_get_count
818 u8 function; member in struct:mpi3_pel_req_action_wait
837 u8 function; member in struct:mpi3_pel_req_action_abort
853 u8 function; member in struct:mpi3_pel_req_action_get_print_strings
870 u8 function; member in struct:mpi3_pel_req_action_acknowledge
888 u8 function; member in struct:mpi3_pel_reply
906 u8 function; member in struct:mpi3_ci_download_request
936 u8 function; member in struct:mpi3_ci_download_reply
962 u8 function; member in struct:mpi3_ci_upload_request
1040 u8 function; member in struct:mpi3_iounit_control_request
1057 u8 function; member in struct:mpi3_iounit_control_reply
[all...]
/linux-master/drivers/pinctrl/qcom/
H A Dpinctrl-spmi-gpio.c124 /* The index of each function in pmic_gpio_functions[] array */
154 * @function: See pmic_gpio_functions[]
172 unsigned int function; member in struct:pmic_gpio_pad
287 unsigned function)
289 return pmic_gpio_functions[function];
293 unsigned function,
302 static int pmic_gpio_set_mux(struct pinctrl_dev *pctldev, unsigned function, argument
310 if (function > PMIC_GPIO_FUNC_INDEX_DTEST4) {
311 pr_err("function: %d is not defined\n", function);
286 pmic_gpio_get_function_name(struct pinctrl_dev *pctldev, unsigned function) argument
292 pmic_gpio_get_function_groups(struct pinctrl_dev *pctldev, unsigned function, const char *const **groups, unsigned *const num_qgroups) argument
660 int ret, val, function; local
[all...]
/linux-master/Documentation/trace/
H A Dfunction-graph-fold.vim14 function! FunctionGraphFoldExpr(lnum)
28 function! FunctionGraphFoldText()
/linux-master/arch/sh/kernel/vsyscall/
H A Dvsyscall-trapa.S4 .type __kernel_vsyscall,@function
/linux-master/arch/sparc/kernel/
H A Dutrap.S3 .type utrap_trap,#function
/linux-master/tools/testing/selftests/powerpc/math/
H A Dvsx_asm.S10 #This function wraps storeing VSX regs to the end of an array and a
11 #call to a comparison function in C which boils down to a memcmp()
/linux-master/tools/testing/selftests/x86/
H A Dsysret_ss_attrs.c36 extern unsigned long call32_from_64(void *stack, void (*function)(void));
H A Dthunks.S13 .type call32_from_64, @function
16 // esi: function to call
38 // Call the function
/linux-master/tools/leds/
H A Dget_led_device_info.sh123 function=`echo $led_name | cut -d: -f2`
127 function=`echo $led_name | cut -d: -f3`
135 S_FUN="function "
191 if [ ! -z "$function" ]; then
193 function=`echo $function | sed s'/\(.*\)-[0-9]*$/\1/'`
194 fun_definition=$(cat $led_defs_path | grep "\"$function\"" | awk '{print $2}')
196 print_msg_ok "$S_FUN" "$function" "Matching definition: $fun_definition"
198 print_msg_failed "$S_FUN" "$function" "Definition not found in $led_defs_path"
/linux-master/tools/perf/arch/arm64/tests/
H A Dregs_load.S5 .type perf_regs_load,%function
/linux-master/include/linux/
H A Dvbox_utils.h14 * the equivalent kernel pr_foo function.
36 u32 function, u32 timeout_ms,
/linux-master/sound/pci/asihpi/
H A Dhpidebug.c41 phm->adapter_index, phm->obj_index, phm->function,
/linux-master/drivers/watchdog/
H A Dwatchdog_hrtimer_pretimeout.c27 wd_data->pretimeout_timer.function = watchdog_hrtimer_pretimeout;
/linux-master/arch/x86/entry/vdso/vdso32/
H A Dsystem_call.S13 .type __kernel_vsyscall,@function

Completed in 432 milliseconds

1234567891011>>