Home
last modified time | relevance | path

Searched refs:code (Results 1026 – 1050 of 4688) sorted by relevance

1...<<41424344454647484950>>...188

/linux-6.15/drivers/media/platform/sunxi/sun4i-csi/
H A Dsun4i_v4l2.c261 .code = MEDIA_BUS_FMT_YUYV8_2X8,
314 subdev_fmt->code = fmt->format.code; in sun4i_csi_subdev_set_fmt()
330 mbus->code = sun4i_csi_formats[mbus->index].mbus; in sun4i_csi_subdev_enum_mbus_code()
/linux-6.15/arch/arm/boot/dts/gemini/
H A Dgemini-sl93512r.dts37 linux,code = <KEY_WPS_BUTTON>;
46 linux,code = <KEY_RESTART>;
187 /* Control pad skew comes from sl_switch.c in the vendor code */
230 /* Appears in sl351x_gmac.c in the vendor code */
/linux-6.15/arch/arm/boot/dts/nxp/imx/
H A De70k02.dtsi32 linux,code = <KEY_POWER>;
39 linux,code = <SW_LID>;
47 linux,code = <KEY_PAGEUP>;
53 linux,code = <KEY_PAGEDOWN>;
H A Dimx6q-var-dt6customboard.dts33 linux,code = <KEY_BACK>;
42 linux,code = <KEY_HOME>;
51 linux,code = <KEY_MENU>;
/linux-6.15/arch/arm/boot/dts/marvell/
H A Darmada-370-c200-v2.dts80 linux,code = <KEY_POWER>;
86 linux,code = <KEY_RESTART>;
92 linux,code = <BTN_0>;
98 linux,code = <BTN_1>;
H A Dkirkwood-iomega_ix2_200.dts157 linux,code = <KEY_POWER>;
162 linux,code = <KEY_RESTART>;
167 linux,code = <KEY_COPY>;
H A Dkirkwood-lsxl.dtsi116 linux,code = <KEY_OPTION>;
121 linux,code = <KEY_RESERVED>;
127 linux,code = <KEY_ESC>;
H A Dkirkwood-netgear_readynas_duo_v2.dts153 linux,code = <KEY_POWER>;
159 linux,code = <KEY_RESTART>;
165 linux,code = <KEY_COPY>;
H A Dkirkwood-netxbig.dtsi63 linux,code = <KEY_ESC>;
69 linux,code = <KEY_1>;
75 linux,code = <KEY_OPTION>;
/linux-6.15/drivers/misc/ibmasm/
H A Dremote.c160 unsigned short code = input->data.keyboard.key_code; in send_keyboard_event() local
162 if (code & 0xff00) in send_keyboard_event()
163 key = xlate_high[code & 0xff]; in send_keyboard_event()
165 key = xlate[code]; in send_keyboard_event()
/linux-6.15/sound/usb/line6/
H A Dpod.c167 static char *pod_alloc_sysex_buffer(struct usb_line6_pod *pod, int code, in pod_alloc_sysex_buffer() argument
170 return line6_alloc_sysex_buffer(&pod->line6, POD_SYSEX_CODE, code, in pod_alloc_sysex_buffer()
212 int code) in pod_set_system_param_int() argument
220 sysex[SYSEX_DATA_OFS] = code; in pod_set_system_param_int()
/linux-6.15/Documentation/userspace-api/media/dvb/
H A Dca_high_level.rst33 .. code-block:: c
81 .. code-block:: none
116 .. code-block:: c
129 .. code-block:: none
/linux-6.15/drivers/media/platform/raspberrypi/rp1-cfe/
H A Dcfe.c96 .code = MEDIA_BUS_FMT_SRGGB10_1X10,
414 if (formats[i].code == code) in find_format_by_code()
435 if (formats[i].code == code && formats[i].fourcc == fourcc) in find_format_by_code_and_fourcc()
446 u32 cfe_find_16bit_code(u32 code) in cfe_find_16bit_code() argument
450 cfe_fmt = find_format_by_code(code); in cfe_find_16bit_code()
459 return cfe_fmt->code; in cfe_find_16bit_code()
466 u32 cfe_find_compressed_code(u32 code) in cfe_find_compressed_code() argument
470 cfe_fmt = find_format_by_code(code); in cfe_find_compressed_code()
479 return cfe_fmt->code; in cfe_find_compressed_code()
794 cfe_fmt = find_format_by_code(fmt->code); in cfe_get_vc_dt_fallback()
[all …]
/linux-6.15/drivers/media/i2c/
H A Dimx208.c403 try_fmt->code = MEDIA_BUS_FMT_SRGGB10_1X10; in imx208_open()
504 struct v4l2_subdev_mbus_code_enum *code) in imx208_enum_mbus_code() argument
508 if (code->index > 0) in imx208_enum_mbus_code()
511 code->code = imx208_get_format_code(imx208); in imx208_enum_mbus_code()
525 if (fse->code != imx208_get_format_code(imx208)) in imx208_enum_frame_size()
542 fmt->format.code = imx208_get_format_code(imx208); in imx208_mode_to_pad_format()
587 fmt->format.code = imx208_get_format_code(imx208); in imx208_set_pad_format()
/linux-6.15/Documentation/gpu/nova/core/
H A Dtodo.rst52 .. code-block:: rust
62 .. code-block:: rust
98 .. code-block:: rust
126 Besides optional review and testing work, the required ``pci::Device`` code
198 Currently this is used for some experimental code to parse the vBIOS.
267 While generally sharing the corresponding code is desirable, it needs to be
268 evaluated how (and if at all) sharing the corresponding code is expedient.
444 options for collaboration / shared code with the Mesa project.
/linux-6.15/Documentation/networking/device_drivers/wifi/intel/
H A Dipw2200.rst71 patches, utilities, or code with the Intel wireless LAN adapters that
73 utilities, or code (including open source code modifications) which have
181 Can be used to turn on experimental LED code.
338 0 LED code disabled
339 1 LED code enabled
345 0 Disable LED code
346 1 Enable LED code
352 The LED code has been reported to hang some systems when
360 message stating the detected geography code and the number of 802.11
363 The geography code corresponds to a regulatory domain as shown in the
/linux-6.15/net/phonet/
H A Dpep.c85 static int pep_reply(struct sock *sk, struct sk_buff *oskb, u8 code, in pep_reply() argument
101 ph->error_code = code; in pep_reply()
107 static int pep_indicate(struct sock *sk, u8 id, u8 code, in pep_indicate() argument
122 ph->error_code = code; in pep_indicate()
128 static int pipe_handler_request(struct sock *sk, u8 id, u8 code, in pipe_handler_request() argument
143 ph->error_code = code; in pipe_handler_request()
180 static int pep_reject_conn(struct sock *sk, struct sk_buff *skb, u8 code, in pep_reject_conn() argument
184 WARN_ON(code == PN_PIPE_NO_ERROR); in pep_reject_conn()
185 return pep_reply(sk, skb, code, data, sizeof(data), priority); in pep_reject_conn()
190 static int pep_ctrlreq_error(struct sock *sk, struct sk_buff *oskb, u8 code, in pep_ctrlreq_error() argument
[all …]
/linux-6.15/arch/arm64/boot/dts/qcom/
H A Dmsm8939-huawei-kiwi.dts42 linux,code = <SW_LID>;
58 linux,code = <KEY_VOLUMEUP>;
138 linux,code = <KEY_VOLUMEDOWN>;
/linux-6.15/drivers/watchdog/
H A Dmachzwd.c352 static int zf_notify_sys(struct notifier_block *this, unsigned long code, in zf_notify_sys() argument
355 if (code == SYS_DOWN || code == SYS_HALT) in zf_notify_sys()
H A Dit8712f_wdt.c218 unsigned long code, void *unused) in it8712f_wdt_notify() argument
220 if (code == SYS_HALT || code == SYS_POWER_OFF) in it8712f_wdt_notify()
H A Dsmsc37b787_wdt.c491 unsigned long code, void *unused) in wb_smsc_wdt_notify_sys() argument
493 if (code == SYS_DOWN || code == SYS_HALT) { in wb_smsc_wdt_notify_sys()
H A Dwdrtas.c460 unsigned long code, void *ptr) in wdrtas_reboot() argument
462 if (code == SYS_DOWN || code == SYS_HALT) in wdrtas_reboot()
/linux-6.15/arch/arm/boot/dts/allwinner/
H A Dsun8i-a23-evb.dts81 linux,code = <KEY_VOLUMEUP>;
88 linux,code = <KEY_VOLUMEDOWN>;
95 linux,code = <KEY_HOME>;
/linux-6.15/arch/arm/boot/dts/microchip/
H A Dat91-kizbox2-common.dtsi40 linux,code = <0x102>;
47 linux,code = <0x100>;
54 linux,code = <0x101>;
/linux-6.15/arch/arm/boot/dts/renesas/
H A Dr7s72100-rskrza1.dts82 linux,code = <KEY_1>;
89 linux,code = <KEY_2>;
96 linux,code = <KEY_3>;

1...<<41424344454647484950>>...188