Searched refs:function (Results 276 - 300 of 1091) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/arm/mm/
H A Dproc-arm7tdmi.S62 .type __arm7tdmi_setup, #function
/linux-master/drivers/hwtracing/stm/
H A Dheartbeat.c86 stm_heartbeat[i].hrtimer.function =
/linux-master/tools/perf/util/
H A Dsrcline.c507 char **function,
522 if (function != NULL)
523 zfree(function);
536 * - the function name line for an inlined function.
570 * the function and filename lines.
583 /* Read the second function name line (if inline data then this is the first line). */
588 if (function != NULL)
589 *function = strdup(strim(line));
615 if (function !
502 read_addr2line_record(struct io *io, enum a2l_style style, const char *dso_name, u64 addr, bool first, char **function, char **filename, unsigned int *line_nr) argument
622 inline_list__append_record(struct dso *dso, struct inline_node *node, struct symbol *sym, const char *function, const char *filename, unsigned int line_nr) argument
[all...]
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c3 * f_fs.c -- user mode file system API for USB composite function controllers
72 /* The function structure ***************************************************/
85 struct usb_function function; member in struct:ffs_function
92 return container_of(f, struct ffs_function, function);
170 * __ffs_epfile_read_data function to point to a temporary buffer.
174 * function is using the buffer, it sets the pointer to NULL. This is
1182 * Do not kfree the buffer in this function. It will be freed
1848 * function configuration then later for event monitoring.
2426 ret = config_ep_by_speed(func->gadget, &func->function, ep->ep);
2523 /* function ca
[all...]
H A Df_printer.c3 * f_printer.c - USB printer function driver
96 struct usb_function function; member in struct:printer_dev
101 return container_of(f, struct printer_dev, function);
392 /* This function must be called with interrupts turned off. */
1478 dev->function.name = "printer";
1479 dev->function.bind = printer_func_bind;
1480 dev->function.setup = printer_func_setup;
1481 dev->function.unbind = printer_func_unbind;
1482 dev->function.set_alt = printer_func_set_alt;
1483 dev->function
[all...]
/linux-master/drivers/phy/tegra/
H A Dxusb.c119 const char *function; local
122 err = of_property_read_string(np, "nvidia,function", &function);
126 err = match_string(lane->soc->funcs, lane->soc->num_funcs, function);
128 dev_err(dev, "invalid function \"%s\" for lane \"%pOFn\"\n",
129 function, np);
133 lane->function = err;
326 /* skip single function lanes */
333 /* choose function */
336 value |= lane->function << so
391 tegra_xusb_lane_check(struct tegra_xusb_lane *lane, const char *function) argument
422 tegra_xusb_port_find_lane(struct tegra_xusb_port *port, const struct tegra_xusb_lane_map *map, const char *function) argument
[all...]
/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfc_multi.h152 u_char val, const char *function, int line);
154 u_char val, const char *function, int line);
156 const char *function, int line);
158 const char *function, int line);
160 const char *function, int line);
162 const char *function, int line);
164 const char *function, int line);
166 const char *function, int line);
/linux-master/arch/sh/lib/
H A Dmcount.S81 .type _mcount,@function
83 .type mcount,@function
/linux-master/arch/x86/platform/uv/
H A Dbios_uv.c29 if (!tab || !tab->function)
35 ret = efi_call_virt_pointer(tab, function, (u64)which, a1, a2, a3, a4, a5);
/linux-master/scripts/gcc-plugins/
H A Dgcc-generate-ipa-pass.h172 virtual bool gate(function *) { return _GATE(); }
177 virtual unsigned int execute(function *) { return _EXECUTE(); }
/linux-master/drivers/counter/
H A Dftm-quaddec.c192 enum counter_function *function)
194 *function = COUNTER_FUNCTION_QUADRATURE_X4;
190 ftm_quaddec_count_function_read(struct counter_device *counter, struct counter_count *count, enum counter_function *function) argument
H A Dinterrupt-cnt.c116 enum counter_function *function)
118 *function = COUNTER_FUNCTION_INCREASE;
114 interrupt_cnt_function_read(struct counter_device *counter, struct counter_count *count, enum counter_function *function) argument
/linux-master/net/rose/
H A Drose_link.c37 neigh->ftimer.function = rose_ftimer_expiry;
48 neigh->t0timer.function = rose_t0timer_expiry;
/linux-master/tools/verification/dot2/
H A Ddot2c.py106 buff.append("\t%s function[state_max%s][event_max%s];" % (min_type, self.enum_suffix, self.enum_suffix))
169 next_state = self.function[x][y]
171 next_state = self.function[x][y] + self.enum_suffix
183 buff.append("\t.function = {")
/linux-master/fs/udf/
H A Dudfdecl.h22 const char *function, const char *fmt, ...);
27 const char *function, const char *fmt, ...);
/linux-master/include/acpi/
H A Dacpiosxf.h248 acpi_osd_exec_callback function, void *context);
322 acpi_status acpi_os_signal(u32 function, void *info);
/linux-master/scripts/gdb/linux/
H A Dtimerlist.py33 function = str(timer['function']).split(" ")[1].strip("<>")
38 text = " #{}: <{}>, {}, ".format(idx, timer, function)
/linux-master/kernel/time/
H A Dsched_clock.c32 * @actual_read_sched_clock: Registered hardware level clock read function.
205 if (sched_clock_timer.function != NULL) {
240 * If no sched_clock() function has been provided at that point,
253 sched_clock_timer.function = sched_clock_poll;
258 * Clock read function for use when the clock is suspended.
260 * This function makes it appear to sched_clock() as if the clock
263 * This function must only be called from the critical
/linux-master/drivers/net/wireguard/
H A Dqueueing.h24 int wg_packet_queue_init(struct crypt_queue *queue, work_func_t function,
28 wg_packet_percpu_multicore_worker_alloc(work_func_t function, void *ptr);
33 /* NAPI poll function: */
120 /* This function is racy, in the sense that it's called while last_cpu is
/linux-master/drivers/media/platform/amphion/
H A Dvpu_drv.c128 vpu->encoder.function = MEDIA_ENT_F_PROC_VIDEO_ENCODER;
130 vpu->decoder.function = MEDIA_ENT_F_PROC_VIDEO_DECODER;
/linux-master/arch/sparc/lib/
H A Dmemscan_64.S18 .type __memscan_zero,#function
19 .type __memscan_generic,#function
/linux-master/drivers/pci/hotplug/
H A Dacpiphp_glue.c202 /* fixup bad _DCK function that rewrites
236 int device, function; local
253 function = adr & 0xffff;
263 newfunc->function = function;
332 if (pci_bus_read_dev_vendor_id(pbus, PCI_DEVFN(device, function),
423 if (PCI_FUNC(dev->devfn) == func->function) {
479 * This function should be called per *physical slot*,
538 func->function));
591 * If a slot has _STA for each function an
[all...]
/linux-master/drivers/media/mc/
H A Dmc-device.c112 entd->type = ent->function;
121 * do the wrong thing if the entity function doesn't belong to
130 if (ent->function < MEDIA_ENT_F_OLD_BASE ||
131 ent->function > MEDIA_ENT_F_TUNER) {
134 else if (ent->function != MEDIA_ENT_F_IO_V4L)
262 kentity.function = entity->function;
612 if (entity->function == MEDIA_ENT_F_V4L2_SUBDEV_UNKNOWN ||
613 entity->function == MEDIA_ENT_F_UNKNOWN)
/linux-master/include/linux/surface_aggregator/
H A Ddevice.h50 * @function: Sub-function of the device. This field can be used to split a
60 u8 function; member in struct:ssam_device_uid
82 * @fun: Sub-function of the device.
87 * matching should ignore target ID, instance ID, and/or sub-function,
104 .function = __builtin_choose_expr((fun) != SSAM_SSH_FUN_ANY, (fun), 0)
112 * @fun: Sub-function of the device.
118 * instance ID, and/or sub-function, respectively. This macro initializes the
135 * @fun: Sub-function of the device.
141 * ID, instance ID, and/or sub-function, respectivel
[all...]
/linux-master/drivers/power/reset/
H A Dltc2952-poweroff.c13 * Its function is to determine when a external shut down is triggered
166 data->timer_trigger.function = ltc2952_poweroff_timer_trigger;
169 data->timer_wde.function = ltc2952_poweroff_timer_wde;

Completed in 297 milliseconds

<<11121314151617181920>>