Home
last modified time | relevance | path

Searched refs:code (Results 4201 – 4225 of 4688) sorted by relevance

1...<<161162163164165166167168169170>>...188

/linux-6.15/drivers/infiniband/hw/hfi1/
H A Dfirmware.c293 static int write_8051(struct hfi1_devdata *dd, int code, u32 start, in write_8051() argument
304 reg = (code ? DC_DC8051_CFG_RAM_ACCESS_SETUP_RAM_SEL_SMASK : 0ull) in write_8051()
/linux-6.15/arch/arm/nwfpe/
H A Dsoftfloat-macros12 of this code was written as part of a project to build a fixed-point vector
27 this code that are retained.
/linux-6.15/Documentation/fb/
H A Dmatroxfb.rst39 has [as addon] compatibility code):
108 Driver contains SVGALib compatibility code. It is turned on by choosing textual
/linux-6.15/Documentation/admin-guide/pm/
H A Dintel_idle.rst133 an error code is returned right away.
167 The *x86* architecture support code recognizes three kernel command line
/linux-6.15/drivers/usb/gadget/legacy/
H A DKconfig347 which includes sample code for accessing the device file.
462 includes sample code for accessing the device files.
/linux-6.15/arch/m68k/ifpsp060/src/
H A Disp.S37 # callout. The ISP code does a "bsr" to the stub routine. This
39 # it makes the ISP code easier to read and more mainatinable.
/linux-6.15/ipc/
H A Dmqueue.c775 static inline void set_cookie(struct sk_buff *skb, char code) in set_cookie() argument
777 ((char *)skb->data)[NOTIFY_COOKIE_LEN-1] = code; in set_cookie()
/linux-6.15/Documentation/userspace-api/media/dvb/
H A Dfe_property_parameters.rst743 Reed Solomon (RS) code mode (primary).
755 Reed Solomon (RS) code mode (secondary).
/linux-6.15/Documentation/userspace-api/ioctl/
H A Dioctl-number.rst62 (5) When following the convention, the driver code can use generic
63 code to copy the parameters between user and kernel space.
/linux-6.15/net/bridge/
H A Dbr_multicast.c1015 ih->code = (group ? brmctx->multicast_last_member_interval : in br_ip4_multicast_alloc_query()
1026 ihv3->code = (group ? brmctx->multicast_last_member_interval : in br_ip4_multicast_alloc_query()
3445 max_delay = ih->code * (HZ / IGMP_TIMER_SCALE); in br_ip4_multicast_query()
3458 max_delay = ih3->code ? in br_ip4_multicast_query()
3459 IGMPV3_MRC(ih3->code) * (HZ / IGMP_TIMER_SCALE) : 1; in br_ip4_multicast_query()
4981 if (!ih->code) in br_mcast_stats_add()
/linux-6.15/arch/arm64/boot/dts/nvidia/
H A Dtegra210-p2597.dtsi1609 linux,code = <KEY_POWER>;
1616 linux,code = <KEY_VOLUMEDOWN>;
1622 linux,code = <KEY_VOLUMEUP>;
/linux-6.15/drivers/nfc/pn533/
H A Dpn533.c360 PN533_CMD_RESPONSE(dev->cmd->code)); in pn533_rx_frame_is_cmd_response()
451 cmd->code = cmd_code; in __pn533_send_async()
525 cmd->code = cmd_code; in pn533_send_cmd_direct_async()
/linux-6.15/drivers/net/ethernet/sfc/falcon/
H A Dfarch.c1159 unsigned magic, code; in ef4_farch_handle_generated_event() local
1162 code = _EF4_CHANNEL_MAGIC_CODE(magic); in ef4_farch_handle_generated_event()
1173 } else if (code == _EF4_CHANNEL_MAGIC_TX_DRAIN) { in ef4_farch_handle_generated_event()
/linux-6.15/drivers/usb/misc/
H A Dusbtest.c2659 usbtest_ioctl(struct usb_interface *intf, unsigned int code, void *buf) in usbtest_ioctl() argument
2698 switch (code) { in usbtest_ioctl()
2729 switch (code) { in usbtest_ioctl()
/linux-6.15/drivers/net/ethernet/sfc/siena/
H A Dfarch.c1152 unsigned magic, code; in efx_farch_handle_generated_event() local
1155 code = _EFX_CHANNEL_MAGIC_CODE(magic); in efx_farch_handle_generated_event()
1166 } else if (code == _EFX_CHANNEL_MAGIC_TX_DRAIN) { in efx_farch_handle_generated_event()
/linux-6.15/drivers/net/wireless/atmel/
H A Dat76c50x-usb.c645 static struct reg_domain const *at76_get_reg_domain(u16 code) in at76_get_reg_domain() argument
662 if (code == fd_tab[i].code) in at76_get_reg_domain()
/linux-6.15/Documentation/bpf/
H A Dverifier.rst282 using normal C code as::
506 means that it is updated by some instruction in the straight-line code leading
513 ``propagate_liveness()`` and ``mark_reg_read()`` source code for further
/linux-6.15/sound/soc/codecs/
H A Dwm8962.c3271 unsigned int code, int hz) in wm8962_beep_event() argument
3276 dev_dbg(component->dev, "Beep event %x %x\n", code, hz); in wm8962_beep_event()
3278 switch (code) { in wm8962_beep_event()
/linux-6.15/arch/arm/boot/dts/nvidia/
H A Dtegra124-nyan-big-emc.dtsi8 nvidia,ram-code = <1>;
89 nvidia,ram-code = <4>;
170 nvidia,ram-code = <6>;
252 nvidia,long-ram-code;
257 nvidia,ram-code = <1>;
547 nvidia,ram-code = <4>;
837 nvidia,ram-code = <6>;
1129 nvidia,ram-code = <1>;
2981 nvidia,ram-code = <4>;
4833 nvidia,ram-code = <6>;
/linux-6.15/drivers/platform/x86/
H A DKconfig13 This option alone does not add any kernel code.
680 userspace has to map this value to a standard key code.
1001 Build the sonypi driver compatibility code into the sony-laptop driver.
1153 This is a specific platform code to instantiate watchdog device
/linux-6.15/drivers/acpi/nfit/
H A Dcore.c1473 return sysfs_emit(buf, "0x%04x\n", le16_to_cpu(dcr->code)); in format_show()
1504 if (nfit_dcr->dcr->code == dcr->code) in format1_show()
1507 le16_to_cpu(nfit_dcr->dcr->code)); in format1_show()
/linux-6.15/Documentation/mm/
H A Dprocess_addrs.rst298 compiler might, in practice, eliminate any code relating to missing
376 ordering of locks within memory management code:
378 .. code-block::
404 .. code-block::
/linux-6.15/arch/arm64/boot/dts/rockchip/
H A Drk3588-firefly-itx-3588j.dts41 linux,code = <KEY_VENDOR>;
H A Drk3588s-khadas-edge2.dts33 linux,code = <KEY_FN>;
/linux-6.15/arch/arm/boot/dts/nxp/imx/
H A Dimx6ull-colibri.dtsi52 linux,code = <KEY_WAKEUP>;

1...<<161162163164165166167168169170>>...188