| /linux-6.15/drivers/media/platform/sunxi/sun4i-csi/ |
| H A D | sun4i_v4l2.c | 261 .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 D | gemini-sl93512r.dts | 37 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 D | e70k02.dtsi | 32 linux,code = <KEY_POWER>; 39 linux,code = <SW_LID>; 47 linux,code = <KEY_PAGEUP>; 53 linux,code = <KEY_PAGEDOWN>;
|
| H A D | imx6q-var-dt6customboard.dts | 33 linux,code = <KEY_BACK>; 42 linux,code = <KEY_HOME>; 51 linux,code = <KEY_MENU>;
|
| /linux-6.15/arch/arm/boot/dts/marvell/ |
| H A D | armada-370-c200-v2.dts | 80 linux,code = <KEY_POWER>; 86 linux,code = <KEY_RESTART>; 92 linux,code = <BTN_0>; 98 linux,code = <BTN_1>;
|
| H A D | kirkwood-iomega_ix2_200.dts | 157 linux,code = <KEY_POWER>; 162 linux,code = <KEY_RESTART>; 167 linux,code = <KEY_COPY>;
|
| H A D | kirkwood-lsxl.dtsi | 116 linux,code = <KEY_OPTION>; 121 linux,code = <KEY_RESERVED>; 127 linux,code = <KEY_ESC>;
|
| H A D | kirkwood-netgear_readynas_duo_v2.dts | 153 linux,code = <KEY_POWER>; 159 linux,code = <KEY_RESTART>; 165 linux,code = <KEY_COPY>;
|
| H A D | kirkwood-netxbig.dtsi | 63 linux,code = <KEY_ESC>; 69 linux,code = <KEY_1>; 75 linux,code = <KEY_OPTION>;
|
| /linux-6.15/drivers/misc/ibmasm/ |
| H A D | remote.c | 160 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 D | pod.c | 167 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 D | ca_high_level.rst | 33 .. 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 D | cfe.c | 96 .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 D | imx208.c | 403 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 D | todo.rst | 52 .. 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 D | ipw2200.rst | 71 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 D | pep.c | 85 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 D | msm8939-huawei-kiwi.dts | 42 linux,code = <SW_LID>; 58 linux,code = <KEY_VOLUMEUP>; 138 linux,code = <KEY_VOLUMEDOWN>;
|
| /linux-6.15/drivers/watchdog/ |
| H A D | machzwd.c | 352 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 D | it8712f_wdt.c | 218 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 D | smsc37b787_wdt.c | 491 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 D | wdrtas.c | 460 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 D | sun8i-a23-evb.dts | 81 linux,code = <KEY_VOLUMEUP>; 88 linux,code = <KEY_VOLUMEDOWN>; 95 linux,code = <KEY_HOME>;
|
| /linux-6.15/arch/arm/boot/dts/microchip/ |
| H A D | at91-kizbox2-common.dtsi | 40 linux,code = <0x102>; 47 linux,code = <0x100>; 54 linux,code = <0x101>;
|
| /linux-6.15/arch/arm/boot/dts/renesas/ |
| H A D | r7s72100-rskrza1.dts | 82 linux,code = <KEY_1>; 89 linux,code = <KEY_2>; 96 linux,code = <KEY_3>;
|