Searched refs:code (Results 326 - 350 of 1523) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/watchdog/
H A Dsbc_epx_c3.c145 static int epx_c3_notify_sys(struct notifier_block *this, unsigned long code, argument
148 if (code == SYS_DOWN || code == SYS_HALT)
H A Dwafer5823wdt.c216 static int wafwdt_notify_sys(struct notifier_block *this, unsigned long code, argument
219 if (code == SYS_DOWN || code == SYS_HALT)
H A Dscx200_wdt.c8 Some code taken from:
118 unsigned long code, void *unused)
120 if (code == SYS_HALT || code == SYS_POWER_OFF)
117 scx200_wdt_notify_sys(struct notifier_block *this, unsigned long code, void *unused) argument
/linux-master/tools/usb/usbip/src/
H A Dusbip_network.h28 uint16_t code; member in struct:op_common
170 int usbip_net_send_op_common(int sockfd, uint32_t code, uint32_t status);
171 int usbip_net_recv_op_common(int sockfd, uint16_t *code, int *status);
/linux-master/drivers/hid/
H A Dhid-a4tech.c62 if (usage->type == EV_REL && usage->code == REL_WHEEL_HI_RES) {
85 if (usage->type == EV_REL && usage->code == REL_WHEEL_HI_RES) {
104 if (usage->code == REL_WHEEL_HI_RES && a4->hw_wheel) {
/linux-master/arch/sh/kernel/
H A Dftrace.c13 * the dangers of modifying code on the run.
46 * past the _mcount call and continue executing code like normal.
67 * Modifying code must take extra care. On an SMP machine, if
68 * the code being modified is also being executed on another CPU
70 * We use kstop_machine to stop other CPUS from executing code.
73 * the code to take care of this.
75 * Two buffers are added: An IP buffer and a "code" buffer.
78 * and the new code into the "code" buffer.
80 * we are modifying code, i
264 unsigned char code[MCOUNT_INSN_SIZE]; local
[all...]
/linux-master/drivers/crypto/cavium/cpt/
H A Dcptpf_main.c128 if (!mcode || !mcode->code) {
279 mcode->code = dma_alloc_coherent(&cpt->pdev->dev, mcode->code_size,
281 if (!mcode->code) {
287 memcpy((void *)mcode->code, (void *)(fw_entry->data + sizeof(*ucode)),
292 ((__be64 *)mcode->code)[j] = cpu_to_be64(((u64 *)mcode->code)[j]);
295 ((__be16 *)mcode->code)[j] = cpu_to_be16(((u16 *)mcode->code)[j]);
300 dev_dbg(dev, "mcode->code = %llx\n", (u64)mcode->code);
[all...]
/linux-master/drivers/block/drbd/
H A Ddrbd_vli.h39 * We want to encode small runlength values with minimum code length,
44 * For some cases, we produce more code bits than plaintext input.
56 * * various bit based with different code word length.
71 * this particular encoding is chosen so that the prefix code
77 * last level (+1 data bit, so it makes 64bit total). The only worse code when
78 * encoding bit polarity runlength is 1 plain bits => 2 code bits.
114 * The rest of the code table is calculated at compiletime from this. */
133 * BUG() for bad input, as that would mean a buggy code table. */
149 /* NOT REACHED, if VLI_LEVELS code table is defined properly */
154 /* return number of code bit
330 u64 code; local
[all...]
/linux-master/arch/nios2/mm/
H A Dfault.c49 int code = SEGV_MAPERR; local
97 code = SEGV_ACCERR;
176 _exception(SIGSEGV, regs, code, address);
/linux-master/arch/s390/boot/
H A Dhead_kdump.S19 # Note: This code has to be position independent
42 mvc 0(256,%r8),0(%r10) # Copy data mover code
53 # kdump data mover code (runs at address DATAMOVER_ADDR)
/linux-master/include/soc/tegra/
H A Dbpmp.h35 u32 code; member in struct:tegra_bpmp_mb_data
135 void tegra_bpmp_mrq_return(struct tegra_bpmp_channel *channel, int code,
162 int code, const void *data,
161 tegra_bpmp_mrq_return(struct tegra_bpmp_channel *channel, int code, const void *data, size_t size) argument
/linux-master/drivers/macintosh/
H A Dmac_hid.c72 unsigned int type, unsigned int code,
80 if (code == mouse_button2_keycode)
82 else if (code == mouse_button3_keycode)
71 mac_hid_emumouse_filter(struct input_handle *handle, unsigned int type, unsigned int code, int value) argument
/linux-master/net/netfilter/
H A Dnft_osf.c32 regs->verdict.code = NFT_BREAK;
39 regs->verdict.code = NFT_BREAK;
43 regs->verdict.code = NFT_BREAK;
H A Dnf_conntrack_proto_icmp.c39 tuple->dst.u.icmp.code = hp->code;
65 tuple->dst.u.icmp.code = orig->dst.u.icmp.code;
260 nla_put_u8(skb, CTA_PROTO_ICMP_CODE, t->dst.u.icmp.code))
292 tuple->dst.u.icmp.code = nla_get_u8(tb[CTA_PROTO_ICMP_CODE]);
H A Dnft_immediate.c5 * Development of this code funded by Astaro AG (http://www.astaro.com/)
76 switch (priv->data.verdict.code) {
105 switch (data->verdict.code) {
151 switch (data->verdict.code) {
198 switch (data->verdict.code) {
260 switch (data->verdict.code) {
286 switch (data->verdict.code) {
/linux-master/include/uapi/linux/
H A Dv4l2-subdev.h34 * @format: media bus format (format code and frame size)
76 * @code: format code (MEDIA_BUS_FMT_ definitions)
85 __u32 code; member in struct:v4l2_subdev_mbus_code_enum
96 * @code: format code (MEDIA_BUS_FMT_ definitions)
108 __u32 code; member in struct:v4l2_subdev_frame_size_enum
138 * @code: format code (MEDIA_BUS_FMT_ definitions)
149 __u32 code; member in struct:v4l2_subdev_frame_interval_enum
[all...]
/linux-master/include/net/
H A Dtcx.h142 int code)
144 switch (code) {
150 return code;
141 tcx_action_code(struct sk_buff *skb, int code) argument
/linux-master/net/ipv6/
H A Dxfrm6_protocol.c127 u8 type, u8 code, int offset, __be32 info)
132 if (!handler->err_handler(skb, opt, type, code, offset, info))
156 u8 type, u8 code, int offset, __be32 info)
161 if (!handler->err_handler(skb, opt, type, code, offset, info))
185 u8 type, u8 code, int offset, __be32 info)
190 if (!handler->err_handler(skb, opt, type, code, offset, info))
126 xfrm6_esp_err(struct sk_buff *skb, struct inet6_skb_parm *opt, u8 type, u8 code, int offset, __be32 info) argument
155 xfrm6_ah_err(struct sk_buff *skb, struct inet6_skb_parm *opt, u8 type, u8 code, int offset, __be32 info) argument
184 xfrm6_ipcomp_err(struct sk_buff *skb, struct inet6_skb_parm *opt, u8 type, u8 code, int offset, __be32 info) argument
/linux-master/tools/perf/jvmti/
H A Djvmti_agent.c4 * Adapted from the Oprofile code in opagent.c:
210 * data info about the jitted code. Perf report/annotate detect this
360 uint64_t vma, void const *code, unsigned int const size)
389 if (code)
399 * get code index inside lock to avoid race condition
406 if (code)
407 fwrite_unlocked(code, size, 1, fp);
417 jvmti_write_debug_info(void *agent, uint64_t code, argument
445 rec.code_addr = (uint64_t)(uintptr_t)code;
359 jvmti_write_code(void *agent, char const *sym, uint64_t vma, void const *code, unsigned int const size) argument
/linux-master/drivers/mmc/core/
H A Dsdio_cis.c115 unsigned char code; member in struct:cis_tpl
123 unsigned char code,
128 /* look for a matching code in the table */
130 if (tpl->code == code)
145 mmc_hostname(card->host), tpl_descr, code, size);
327 this->code = tpl_code;
120 cis_tpl_parse(struct mmc_card *card, struct sdio_func *func, const char *tpl_descr, const struct cis_tpl *tpl, int tpl_count, unsigned char code, const unsigned char *buf, unsigned size) argument
/linux-master/net/ipv4/
H A Dping.c9 * Based on ipv4/udp.c code.
476 static inline int ping_supported(int family, int type, int code) argument
478 return (family == AF_INET && type == ICMP_ECHO && code == 0) ||
479 (family == AF_INET && type == ICMP_EXT_ECHO && code == 0) ||
480 (family == AF_INET6 && type == ICMPV6_ECHO_REQUEST && code == 0) ||
481 (family == AF_INET6 && type == ICMPV6_EXT_ECHO_REQUEST && code == 0);
495 int code; local
504 code = icmp_hdr(skb)->code;
509 code
653 u8 type, code; local
[all...]
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispresizer.c198 * @pixelcode: pixel code.
976 resizer_set_ycpos(res, informat->code);
1222 * Return 0 on success or a negative error code otherwise.
1275 * Return 0 on success or a negative error code otherwise.
1388 if (fmt->code != MEDIA_BUS_FMT_YUYV8_1X16 &&
1389 fmt->code != MEDIA_BUS_FMT_UYVY8_1X16)
1390 fmt->code = MEDIA_BUS_FMT_YUYV8_1X16;
1401 fmt->code = format->code;
1416 * @code
1419 resizer_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) argument
[all...]
/linux-master/net/ipv4/netfilter/
H A Dnf_reject_ipv4.c77 int hook, u8 code)
125 icmph->code = code;
317 void nf_send_unreach(struct sk_buff *skb_in, int code, int hook) argument
332 icmp_send(skb_in, ICMP_DEST_UNREACH, code, 0);
337 icmp_send(skb_in, ICMP_DEST_UNREACH, code, 0);
74 nf_reject_skb_v4_unreach(struct net *net, struct sk_buff *oldskb, const struct net_device *dev, int hook, u8 code) argument
/linux-master/drivers/video/fbdev/
H A Darkfb.c310 typedef void (*dac_read_regs_t)(void *data, u8 *code, int count);
311 typedef void (*dac_write_regs_t)(void *data, u8 *code, int count);
321 static inline void dac_read_regs(struct dac_info *info, u8 *code, int count) argument
323 info->dac_read_regs(info->data, code, count);
328 u8 code[2] = {reg, val}; local
329 info->dac_write_regs(info->data, code, 1);
332 static inline void dac_write_regs(struct dac_info *info, u8 *code, int count) argument
334 info->dac_write_regs(info->data, code, count);
375 u8 code; local
380 code
413 u8 code[6] = {4, 3, 5, m-2, 5, (n-2) | (r << 5)}; local
453 ark_dac_read_regs(void *data, u8 *code, int count) argument
472 ark_dac_write_regs(void *data, u8 *code, int count) argument
[all...]
/linux-master/drivers/s390/char/
H A Dtape_3590.h159 __u8 code; member in struct:tape3592_kekl_query_order
167 __u8 code; member in struct:tape3592_kekl_set_order

Completed in 485 milliseconds

<<11121314151617181920>>