Home
last modified time | relevance | path

Searched refs:missing (Results 1 – 18 of 18) sorted by relevance

/drivers/spi/
A Dspidev.c171 unsigned long missing; in spidev_read() local
173 missing = copy_to_user(buf, spidev->rx_buffer, status); in spidev_read()
174 if (missing == status) in spidev_read()
177 status = status - missing; in spidev_read()
191 unsigned long missing; in spidev_write() local
200 missing = copy_from_user(spidev->tx_buffer, buf, count); in spidev_write()
201 if (missing == 0) in spidev_write()
/drivers/rtc/
A Dinterface.c218 enum { none, day, month, year } missing = none; in __rtc_read_alarm() local
305 missing = day; in __rtc_read_alarm()
309 if (missing == none) in __rtc_read_alarm()
310 missing = month; in __rtc_read_alarm()
314 if (missing == none) in __rtc_read_alarm()
315 missing = year; in __rtc_read_alarm()
331 switch (missing) { in __rtc_read_alarm()
/drivers/platform/x86/x86-android-tablets/
A DKconfig23 are missing from the DSDT.
/drivers/media/platform/mediatek/vcodec/
A DKconfig16 # our dependencies, to avoid missing symbols during link.
/drivers/vdpa/pds/
A Dvdpa_dev.c305 u64 missing; in pds_vdpa_set_driver_features() local
314 missing = features & ~nego_features; in pds_vdpa_set_driver_features()
315 if (missing) { in pds_vdpa_set_driver_features()
317 features, missing); in pds_vdpa_set_driver_features()
/drivers/vdpa/
A Dvdpa.c632 u64 missing = 0x0ULL; in vdpa_nl_cmd_dev_add_set_doit() local
638 missing |= BIT_ULL(VIRTIO_NET_F_MAC); in vdpa_nl_cmd_dev_add_set_doit()
641 missing |= BIT_ULL(VIRTIO_NET_F_MTU); in vdpa_nl_cmd_dev_add_set_doit()
645 missing |= BIT_ULL(VIRTIO_NET_F_MQ); in vdpa_nl_cmd_dev_add_set_doit()
646 if (missing) { in vdpa_nl_cmd_dev_add_set_doit()
649 missing); in vdpa_nl_cmd_dev_add_set_doit()
/drivers/platform/surface/
A DKconfig98 and thus any functionality provided by them will be missing, even when
124 functionality provided by them will be missing, even when drivers for
/drivers/net/ethernet/mellanox/mlx4/
A Den_rx.c519 u32 missing = ring->actual_size - (ring->prod - ring->cons); in mlx4_en_refill_rx_buffers() local
522 if (missing < 8) in mlx4_en_refill_rx_buffers()
530 } while (likely(--missing)); in mlx4_en_refill_rx_buffers()
/drivers/gpu/drm/
A DMakefile24 subdir-ccflags-y += -Wno-missing-field-initializers
/drivers/net/ethernet/mellanox/mlx5/core/
A Den_rx.c1086 u8 missing, i; in mlx5e_post_rx_mpwqes() local
1098 missing = mlx5_wq_ll_missing(wq) - rq->mpwqe.umr_in_progress; in mlx5e_post_rx_mpwqes()
1103 if (likely(missing < rq->mpwqe.min_wqe_bulk)) in mlx5e_post_rx_mpwqes()
1112 i = missing; in mlx5e_post_rx_mpwqes()
1127 rq->mpwqe.umr_last_bulk = missing - i; in mlx5e_post_rx_mpwqes()
A Den_main.c1351 u16 missing = mlx5_wq_cyc_missing(wq); in mlx5e_free_rx_descs() local
1362 while (missing--) { in mlx5e_free_rx_descs()
/drivers/net/wireless/marvell/libertas/
A DREADME135 Value field specifies the number of consecutive missing beacons which
/drivers/gpu/drm/i915/
A DKconfig.debug244 is exceeded, even if there isn't an actual risk of missing
/drivers/media/i2c/
A Dds90ub960.c1834 unsigned int missing; in ub960_rxport_wait_locks() local
1854 missing = 0; in ub960_rxport_wait_locks()
1877 missing++; in ub960_rxport_wait_locks()
1887 if (missing == 0) in ub960_rxport_wait_locks()
/drivers/firmware/efi/
A DKconfig165 Properties that would otherwise be missing include the
/drivers/clocksource/
A DKconfig342 hardware anomalies of missing events.
/drivers/message/fusion/lsi/
A Dmpi_history.txt682 * 11-15-02 01.02.08 Added missing MsgContext field to MSG_MAILBOX_REQUEST.
/drivers/platform/x86/
A DKconfig862 the OS-image for the device. This option supplies the missing info.

Completed in 56 milliseconds