Searched refs:function (Results 151 - 175 of 1091) sorted by relevance

1234567891011>>

/linux-master/arch/sparc/lib/
H A DNGpatch.S27 .type niagara_patch_copyops,#function
H A DNG2patch.S27 .type niagara2_patch_copyops,#function
H A DU3patch.S27 .type cheetah_patch_copyops,#function
H A DGENbzero.S20 .type GENmemset, #function
33 .type GENbzero, #function
118 .type GENclear_user, #function
150 .type generic_patch_bzero,#function
/linux-master/arch/microblaze/lib/
H A Dmulsi3.S12 .type __mulsi3, @function
/linux-master/arch/sparc/kernel/
H A Divec.S4 * DATA 0: [low 32-bits] Address of function to call, jmp to this
14 .type do_ivec,#function
/linux-master/arch/hexagon/kernel/
H A Dvm_switch.S30 .type __switch_to, @function
/linux-master/tools/perf/arch/arm/tests/
H A Dregs_load.S26 * - the PC at the time at the call to this function. Since this function
34 * - the regs buffer needs to be zeroed before the call to this function,
39 .type perf_regs_load,%function
57 // to this function
/linux-master/drivers/usb/phy/
H A Dphy-fsl-usb.h338 void (*function)(unsigned long); /* Timeout function */ member in struct:fsl_otg_timer
339 unsigned long data; /* Data passed to function */
344 (void (*function)(unsigned long), unsigned long expires, unsigned long data)
351 timer->function = function;
/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfc_multi_8xx.h20 const char *function, int line)
32 HFC_inb_embsd(struct hfc_multi *hc, u_char reg, const char *function, int line) argument
44 HFC_inw_embsd(struct hfc_multi *hc, u_char reg, const char *function, int line) argument
56 HFC_wait_embsd(struct hfc_multi *hc, const char *function, int line) argument
19 HFC_outb_embsd(struct hfc_multi *hc, u_char reg, u_char val, const char *function, int line) argument
/linux-master/arch/s390/pci/
H A Dpci_iov.c82 zdev = zbus->function[i];
/linux-master/tools/testing/selftests/arm64/bti/
H A Dassembler.h23 .type \name, @function
/linux-master/tools/testing/selftests/arm64/mte/
H A Dmte_helper.S11 .type name, @function ;\
/linux-master/arch/x86/boot/
H A Dbioscall.S16 .type intcall, @function
/linux-master/kernel/time/
H A Dtick-broadcast-hrtimer.c56 * hrtimer callback function is currently running, then
104 bctimer.function = bc_handler;
/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-pidbench.S33 function _start label
/linux-master/arch/s390/kernel/
H A Dreipl.S17 # and call passed function afterwards
20 # r3 = Parameter for function
H A Dmcount.S46 stg %r14,(__SF_GPRS+8*8)(%r15) # save traced function caller
56 # allocate stack frame for ftrace_caller to contain traced function
/linux-master/sound/usb/
H A Dmedia.c59 mctl->media_entity.function = MEDIA_ENT_F_AUDIO_PLAYBACK;
64 mctl->media_entity.function = MEDIA_ENT_F_AUDIO_CAPTURE;
92 switch (entity->function) {
198 mctl->media_entity.function = MEDIA_ENT_F_AUDIO_MIXER;
/linux-master/drivers/pinctrl/qcom/
H A Dpinctrl-spmi-mpp.c119 * @function: See pmic_mpp_functions[].
136 unsigned int function; member in struct:pmic_mpp_pad
239 unsigned function)
241 return pmic_mpp_functions[function];
245 unsigned function,
262 switch (pad->function) {
301 static int pmic_mpp_set_mux(struct pinctrl_dev *pctldev, unsigned function, argument
311 pad->function = function;
542 seq_printf(s, " %-7s", pmic_mpp_functions[pad->function]);
238 pmic_mpp_get_function_name(struct pinctrl_dev *pctldev, unsigned function) argument
244 pmic_mpp_get_function_groups(struct pinctrl_dev *pctldev, unsigned function, const char *const **groups, unsigned *const num_qgroups) argument
[all...]
H A Dpinctrl-lpass-lpi.c71 unsigned int function)
75 return pctrl->data->functions[function].name;
79 unsigned int function,
85 *groups = pctrl->data->functions[function].groups;
86 *num_qgroups = pctrl->data->functions[function].ngroups;
91 static int lpi_gpio_set_mux(struct pinctrl_dev *pctldev, unsigned int function, argument
100 if (g->funcs[i] == function)
70 lpi_gpio_get_function_name(struct pinctrl_dev *pctldev, unsigned int function) argument
78 lpi_gpio_get_function_groups(struct pinctrl_dev *pctldev, unsigned int function, const char *const **groups, unsigned *const num_qgroups) argument
/linux-master/drivers/firmware/efi/stmm/
H A Dmm_communication.h63 * The payload for this function is
68 * The payload for this function is SMM_VARIABLE_COMMUNICATE_ACCESS_VARIABLE.
72 * The payload for this function is
77 * It is a notify event, no extra payload for this function.
81 * It is a notify event, no extra payload for this function.
85 * The payload for this function is VARIABLE_INFO_ENTRY.
90 * The payload for this function is SMM_VARIABLE_COMMUNICATE_LOCK_VARIABLE
100 * The payload for this function is
107 * The payload for this function is
115 * @function
120 size_t function; member in struct:smm_variable_communicate_header
[all...]
/linux-master/drivers/iio/pressure/
H A Dmprls0025pa.h60 * @function: transfer function
61 * @outmin: minimum raw pressure in counts (based on transfer function)
62 * @outmax: maximum raw pressure in counts (based on transfer function)
80 enum mpr_func_id function; member in struct:mpr_data
/linux-master/include/uapi/scsi/
H A Dscsi_bsg_mpi3mr.h119 * @pci_func: PCI function
463 __u8 function; member in struct:mpi3_nvme_encapsulated_request
479 __u8 function; member in struct:mpi3_nvme_encapsulated_error_reply
503 __u8 function; member in struct:mpi3_scsi_task_mgmt_request
532 __u8 function; member in struct:mpi3_scsi_task_mgmt_reply
/linux-master/drivers/pci/hotplug/
H A Dcpqphp_nvram.c67 u8 function; member in struct:ev_hrt_ctrl
86 /* This is a series of function that deals with
278 /* The function Number */
423 u8 bus, device, function; local
463 function = p_ev_ctrl->function;
467 (function != PCI_FUNC(ctrl->pci_dev->devfn))) {
493 function = p_ev_ctrl->function;

Completed in 244 milliseconds

1234567891011>>